Hi, i´m sorry about the lack of information .
I'm using a linux distribuition (ubuntu 10.04)
and downloaded wxwidgets 2.8.12 from
http://www.wxwidgets.org/downloads/./configure --with-opengl --enable-unicode
make
sudo make install
sudo ldconfig (because in the end of the instalation it requested it)
for this I needed to install the package libgtk2.0-dev and it's dependancies
then I downloaded cegui layout editor 0.7.1 from
http://www.cegui.org.uk/wiki/index.php/DownloadsI then ran in the folder
./configure
make
sudo make install
afterwards when trying to run the binary from the command line I got a warning:
The file 'CELayoutEditor.ini' could not be found; default settings will apply now.
then after I got an error when the program initialized that said
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.5.so': libCEGUISILLYImageCodec-0.7.5.so: não é possÃvel abrir objecto partilhado: Ficheiro ou directoria inexistente( cannot open shared object file: No such file or directory-> this is the transaltion for the portuguese part.)
Exception Filename: CEGUIDynamicModule.cpp
Exception Line: 128
after clicking ok it shuts the program down.
sorry for the last unspecified post but I had trying running just the binary in /usr/local/bin through ./CELayoutEditor and it just gave me the information in the command line:
CELayoutEditor Unhandled Exception: CELayoutEditor::OnUnhandledException - Unhandled exception caught, program will terminate.
Ps: I thought that help section was the most suitable, my bad