Page 1 of 1

libCEGUIOpenGLRenderer.dylib missing on Mac OS X

Posted: Mon Jul 13, 2020 02:20
by ma2020
Hi I recently built both CEGUI v0.7.9 and v0.8.7. I noticed that v0.7.9 did have the file libCEGUIOpenGLRenderer.dylib, but v0.8.7 does not appear to make this file. Here are all the library files I notice were built with version 0.8.7:

libCEGUICoreWindowRendererSet.dylib
libCEGUIDevILImageCodec.dylib
libCEGUIExpatParser.dylib
libCEGUIFreeImageImageCodec.dylib
libCEGUILibXMLParser.dylib
libCEGUITinyXMLParser.dylib

Is there a reason why libCEGUIOpenGLRenderer.dylib isn't being built?

Thank you.

Re: libCEGUIOpenGLRenderer.dylib missing on Mac OS X

Posted: Mon Jul 13, 2020 02:25
by ma2020
Forgot to note that I built version 0.7.9 using MacPorts and built version 0.8.7 from downloaded source code.

Re: libCEGUIOpenGLRenderer.dylib missing on Mac OS X

Posted: Wed Jul 15, 2020 10:39
by ma2020
The only solution to this problem is to use version 0.8.4. It has all the files.

Re: libCEGUIOpenGLRenderer.dylib missing on Mac OS X

Posted: Sun Aug 09, 2020 18:33
by ma2020
Found out that a CMake setting called CEGUI_BUILD_RENDERER_OPENGL was not set. Checking this setting resolves the issue.