Page 1 of 1

[0.8.2] Compilation issues on OS X 10.9 and Mac/Lin 64bits

Posted: Thu Jun 13, 2013 18:10
by HollowMan
Hello,

I just encountered several issues while compiling CEGUI 0.8.2 on Mac and Linux. Here they are :
  • Mac (OS X 10.8 and OS X 10.9) and Linux (Ubuntu 13.04) ONLY IN 64bits: cegui-0.8.2/cegui/src/ScriptModules/Python/bindings/output/CEGUIOpenGLRenderer/OpenGL3Renderer.pypp.cpp:9:34: error: base class 'CEGUI::OpenGL3Renderer' has private destructor
  • Mac OS X 10.9:
    • The CMake can't find OpenGL
    • Lots of c++11 warnings: this can be easily fixed by using -DCMAKE_CXX_FLAGS="-std=c++11"

Don't hesitate to ask further details!