DynamicModule Loading Error!!!
Posted: Thu Apr 23, 2009 14:32
Hello,
I cross-compiled successfully Cegui for my target device, and made make DESDIR=targetpath install and I try now to execute one of the sample app, so I launch the exec file like lt-FirstWindow on my device, a frame appear on screen but without any pic and I have this error :
CEGUI::GenericException in file CEGUIDynamicModule.cpp(99) : DynamicModule::DynamicModule - Failed to load module 'libCEGUInone.so': libCEGUInone.so: cannot open shared object file: No such file or directory
An exception was thrown within the sample framework:
DynamicModule::DynamicModule - Failed to load module 'libCEGUInone.so': libCEGUInone.so: cannot open shared object file: No such file or directory
I changed LD_LIBRARY_PATH to point to correct cegui lib directory /usr/local/lib but didnt help!!
Please help
Thank You in advance
Aymen
I cross-compiled successfully Cegui for my target device, and made make DESDIR=targetpath install and I try now to execute one of the sample app, so I launch the exec file like lt-FirstWindow on my device, a frame appear on screen but without any pic and I have this error :
CEGUI::GenericException in file CEGUIDynamicModule.cpp(99) : DynamicModule::DynamicModule - Failed to load module 'libCEGUInone.so': libCEGUInone.so: cannot open shared object file: No such file or directory
An exception was thrown within the sample framework:
DynamicModule::DynamicModule - Failed to load module 'libCEGUInone.so': libCEGUInone.so: cannot open shared object file: No such file or directory
I changed LD_LIBRARY_PATH to point to correct cegui lib directory /usr/local/lib but didnt help!!
Please help
Thank You in advance
Aymen