Page 1 of 1

Problems with PyOpenGLRenderer and CEED

Posted: Fri Jul 05, 2013 23:44
by Bobhostern
I'm getting this error whenever I use CEED. I'm using CEGUI 0.8.2 release.

Code: Select all

Following problems found:
PyCEGUI was found but PyCEGUIOpenGLRenderer is missing! CEED can't render embedded CEGUI without it. (exception: /usr/local/lib/PyCEGUIOpenGLRenderer.so: undefined symbol: _ZTIN5CEGUI15OpenGL3RendererE)
Your environment doesn't meet critical prerequisites! Can't start!


I've looked all over, but I haven't found an answer.

Re: Problems with PyOpenGLRenderer and CEED

Posted: Sun Jul 07, 2013 11:55
by Kulik
This is a known issue that (hopefully) will be fixed in next release. You have to enable both OpenGL and OpenGL3 CEGUI renderers for PyOpenGLRenderer to build correctly.