Search found 4 matches
- Tue Jun 23, 2015 23:35
- Forum: Help
- Topic: Unable to Compile CEGUI for OpenGL Using MinGW [SOLVED]
- Replies: 7
- Views: 6726
Re: Unable to Compile CEGUI for OpenGL Using MinGW
The moral of the story, kids, is to never try and statically link GLEW. I got it working with a shared library version.
- Tue Jun 23, 2015 23:14
- Forum: Help
- Topic: Unable to Compile CEGUI for OpenGL Using MinGW [SOLVED]
- Replies: 7
- Views: 6726
Re: Unable to Compile CEGUI for OpenGL Using MinGW
Just tried it on a 2.8 branch, same error. Here's my cmake cache: # This is the CMakeCache file. # For build in directory: c:/Users/Shokwav/Downloads/cegui-0.8.4/cegui-0.8.4 # It was generated by CMake: C:/Users/Shokwav/Downloads/cmake-2.8.12/cmake-2.8.12/bin/cmake.exe # You can edit this file to ch...
- Tue Jun 23, 2015 21:44
- Forum: Help
- Topic: Unable to Compile CEGUI for OpenGL Using MinGW [SOLVED]
- Replies: 7
- Views: 6726
Re: Unable to Compile CEGUI for OpenGL Using MinGW
Do you mean 2.8.X? I can't find 2.7 anywhere
- Tue Jun 23, 2015 19:49
- Forum: Help
- Topic: Unable to Compile CEGUI for OpenGL Using MinGW [SOLVED]
- Replies: 7
- Views: 6726
Unable to Compile CEGUI for OpenGL Using MinGW [SOLVED]
Recently I have been trying to get CEGUI to compile using the OpenGL module under MinGW. I build the only dependency I was using (GLEW), then configured CEGUI in cmake, and finally I ran the makefile. The build process dies in the OpenGLRenderer, with this message: http://i.imgur.com/vAbitWx.png Det...