Search found 3 matches
- Fri Dec 20, 2013 14:45
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Bug Report? Compiling on Arch can't find Freetype Headers
- Replies: 1
- Views: 3503
Bug Report? Compiling on Arch can't find Freetype Headers
Hello. I'm not sure whether this necessarily constitutes a bug, but cmake can't find the Freetype headers when compiling on an Arch system. The patch below resolves this: diff -r 319182022f9f cmake/FindFreetype.cmake --- a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 +0000 +++ b/cmake/FindFreet...
- Mon Jul 15, 2013 18:00
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Solved] Ogre Renderer and changes to Ogre::SharedPtr
- Replies: 1
- Views: 3456
[Solved] Ogre Renderer and changes to Ogre::SharedPtr
Hello, Firstly, since this is my first post, thanks for the great library everyone! :D The CEGUI development branch won't currently compile against Ogre 1.9. I've patched my copy as below, which seems to have resolved it. diff -r 018eeb3d6879 cegui/include/CEGUI/RendererModules/Ogre/Renderer.h --- a...
- Sun Jul 07, 2013 14:22
- Forum: Help
- Topic: Static Linking Issues
- Replies: 2
- Views: 3209
Re: Static Linking Issues
Hi Wizzard, I've also been experimenting with static linking the development branch and discovered the same problem with getWindowFactoryModule. It used to be exported by cegui/include/CEGUI/CommonDialogs/Module.h, but was removed 6 weeks ago. There looks to be some fairly heavy refactoring going on...