Thanks for the quick reply. :) >> This is due to the recent change of the library files (cegui-mk2 version >> 0.6.2-1), >> it would help avoid errors. > > What kind of errors?
Sorry, I wasn't clear on this. It's more of an Ubuntu backport compatibility error. :) The game compiles fine! The problem is when I try to run the game with version 0.6.1 of cegui (in Ubuntu 9.04 jaunty) I get an error: $ apt-cache policy libcegui-mk2-1 libcegui-mk2-1: Installed: 0.6.1-1ubuntu1 $ smc terminate called after throwing an instance of 'CEGUI::GenericException' Aborted It needs those files from libcegui-mk2-dev. As soon as I install libcegui-mk2-dev, it works fine. So I need to backport the new cegui-mk2, but I thought of doing one of these: a) lift the build-depends version of libcegui-mk2-dev b) use something like "libcegui-mk2-1 (>= 0.6.2-1) | libcegui-mk2-dev" in the binary package depends I think (b) is more appropriate, but I'm not sure if it's possible in Debian, I'll try to use it and let you know. :) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org