I built CEGUI successfully in linux and can use it in my program.
Now I am trying to get CEED to work, on linux too.
I followed the guide ( http://cegui.org.uk/wiki/CEED ) to build CEGUI for that purpose and did not get any errors.
CEED also does start, but as soon as I want to do something (like loading a project), I get the following error message:
An attempt was made to load resources related to the project being opened, for some reason the loading didn't succeed so all resources were destroyed! The most likely reason is that the resource directories are wrong, this can be very easily remedied in the project settings.
This means that editing capabilities of CEED will be limited to editing of files that don't require a project opened (for example: imagesets).
Details of this error: CEGUI::GenericException in function 'CEGUI::DynamicModule::DynamicModule(const CEGUI::String&)' (/home/thesheeep/cegui/cegui/cegui/src/DynamicModule.cpp:222) : Failed to load module 'libCEGUI.so': /usr/local/lib/cegui-0.8/libCEGUI.so: cannot open shared object file: No such file or directory
Looking at that path, libCEGUI.so is indeed missing. But all other libs are present (libCEGUIBase, etc.). And as I said, the build & make install did not yield any errors.