- 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 ... phics-sdk/
Code:
Code: Select all
CEGUI::OpenGL3Renderer& myRenderer = CEGUI::OpenGL3Renderer::bootstrapSystem();
Error:
CEGUI::RendererException in function 'void CEGUI::OpenGLInfo::initTypeAndVer()' (/home/jay/tmp/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGL/GL.cpp:88) : Failed to obtain desktop OpenGL version.
terminate called after throwing an instance of 'CEGUI::RendererException'
what(): CEGUI::RendererException in function 'void CEGUI::OpenGLInfo::initTypeAndVer()' (/home/jay/tmp/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGL/GL.cpp:88) : Failed to obtain desktop OpenGL version.
Include from header file:
Code: Select all
#include <epoxy/gl.h>
I'm new to CEGUI and Epoxy. I tried to follow the directions to getting a project up and running, but I am running into the above issue. I am very grateful for the exceptionally clear and concise tutorials and directions here. You guys are awesome. My problem is probably something trivial and simple. Thank you in advance for your assistance.
-Jay