Package: libcegui-mk2-0.8.4 Version: 0.8.4+dfsg-4 Hi,
Using the new libcegui-mk2-0.8.4 Python bindings, I used the CEED (Cegui unified Editor) version (0.8.0), which can be found here: https://bitbucket.org/cegui/ceed/src/b1589c21bf24a9beee832bfe1cd20e66cb99dfaf/?at=v0-8 I also created a custom repository with the same code and debian files prepared for packaging here: https://github.com/Bertram25/ceed Unfortunately, once installing CEED on the Debian system, using the debian package built out of the above repository, I end up with the following error: PyCEGUI package is missing! PyCEGUI provides Python bindings for CEGUI, the library this editor edits assets for, see cegui.org.uk. (exception: /usr/lib/python2.7/dist-packages/cegui-0.8/PyCEGUI.so: undefined symbol: _ZTIN5boost6python15instance_holderE) Your environment doesn't meet critical prerequisites! Can't start! It seems according to the error that the boost python symbols used to create the PyCEGUI.so file (CEgui Python Bindings) is mismatching between my system (Which is a Debian unstable up-to-date at the time of writing) and the binary boost version. Could you help me on that issue so we can eventually package Ceed for Debian? Thanks a lot! Yohann

