I used the source package provided on your homepage (http://cegui.org.uk/drupal/download/cegui-084), but after I instead cloned your mercurial repository and built it the same way, everything worked just fine, I can now run ceed.
Maybe there's a problem with the source code in this package.
THX!
------------------------------------------------------
I already asked in IRC, but because I always needed to close my connection (yes, I should better setup an irc bouncer ), I thought it would be better to ask here
I've got problems starting ceed, the situation is similiar to other topics here, but their solutions do not work for me (for example viewtopic.php?f=15&t=6491).
This happens: http://pastebin.com/2E9pvAcm
I compiled with Python modules, OpenGL Renderer, OpenGL3 Renderer etc enabled, I even can start the samples with both renderers, so this can't be the problem
Here some ldd output: http://pastebin.com/HKQ3RcjF
I demangled the symbol, its
Code: Select all
CEGUI::OpenGLRenderTarget<CEGUI::RenderTarget>::~OpenGLRenderTarget()
Also found this: http://cegui.org.uk/mantis/view.php?id=995
Thank you!