CELayout Editor requires silly - make configure check for it
Posted: Fri Feb 24, 2012 17:15
I compiled the CE Layout Editor from source on Gentoo and then when I ran it I got the following two error messages.
I later realized that it was because I had earlier compiled CEGUI without Silly. So I think it would be a nice feature if the CELayoutEditor's configure script checked for the presence of silly to ensure it'll work properly once compiled.
Code: Select all
The file 'CELayoutEditor.ini' could not be found; default settings will apply now.
Code: Select all
CELayoutEditor has detected and caught an exception. The following detailed info is available:
Description: Fatal error, application will terminate
Exception Location: CELayoutEditor::InitMainFrame
Exception Message: DynamicModule::DynamicModule - Failed to load module 'libCEGUISILLYImageCodec-0.7.6.so': libCEGUISILLYImageCodec-0.7.6.so: cannot open shared object file: No such file or directory
Exception Filename: CEGUIDynamicModule.cpp
Exception Line: 128
I later realized that it was because I had earlier compiled CEGUI without Silly. So I think it would be a nice feature if the CELayoutEditor's configure script checked for the presence of silly to ensure it'll work properly once compiled.