CEGUI Version 0.7.1,
Mac OS X Version 10.6.3
Xcode Version 3.2.2 64 bit
And I'm targeting Mac OS X 10.6, am I wrong here? Should it be 10.5?
Andrija
Search found 2 matches
- Thu May 27, 2010 14:21
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Compile on Mac 10.6
- Replies: 4
- Views: 3023
- Thu May 27, 2010 11:13
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Compile on Mac 10.6
- Replies: 4
- Views: 3023
Compile on Mac 10.6
There is an issue that makes CEGUIOpenGLRenderer unbuildable: glew.h states typedef unsigned long GLuint; gl.h states typedef unsigned int GLuint; Mac 10.6 is 64-bit, so unsigned long != unsigned int Now, CEGUIOpenGLTexture depends on glew.h, and CEGUIOpenGLRenderer depends on gl.h, so you get an un...