Search found 19 matches

by jay74
Sun Jan 07, 2018 21:25
Forum: Help
Topic: Failed to obtain desktop OpenGL version
Replies: 23
Views: 22222

Re: Failed to obtain desktop OpenGL version

Thank you both so much for taking the time to help me out. For Ident, Here is the full debug using GDB: Reading symbols from ./MyProject...(no debugging symbols found)...done. (gdb) start Temporary breakpoint 1 at 0x4512eb Starting program: /home/jay/projects/game3d/build/MyProject [Thread debugging...
by jay74
Sun Jan 07, 2018 20:28
Forum: Help
Topic: Failed to obtain desktop OpenGL version
Replies: 23
Views: 22222

Re: Failed to obtain desktop OpenGL version

Just in case this is helpful. Here is the output of the cmake to show what it was able to find and what it was not: sudo cmake .. -DCEGUI_BUILD_RENDERER_OPENGL=OFF -DCEGUI_BUILD_RENDERER_OPENGL3=ON -DCEGUI_USE_EPOXY=ON -DCEGUI_USE_GLEW=OFF CMake Deprecation Warning at CMakeLists.txt:6 (cmake_policy)...
by jay74
Sun Jan 07, 2018 20:23
Forum: Help
Topic: Failed to obtain desktop OpenGL version
Replies: 23
Views: 22222

Re: Failed to obtain desktop OpenGL version

I forgot to mention. I build CEGUI with the following options:

Code: Select all

cmake .. -DCEGUI_BUILD_RENDERER_OPENGL=OFF -DCEGUI_BUILD_RENDERER_OPENGL3=ON -DCEGUI_USE_EPOXY=ON -DCEGUI_USE_GLEW=OFF
by jay74
Sun Jan 07, 2018 20:08
Forum: Help
Topic: Failed to obtain desktop OpenGL version
Replies: 23
Views: 22222

Failed to obtain desktop OpenGL version

Environment: OS: Fedora Release 26 Compiler: g++ (GCC) 7.2.1 CEGUI: 0.8.7 Epoxy: Latest version from https://github.com/yaronct/libepoxy PowerVR Graphics SDK and Tools: v2017_R2 from https://community.imgtec.com/developers/powervr/graphics-sdk/ Code: CEGUI::OpenGL3Renderer& myRenderer = CEGUI::O...

Go to advanced search