matus-chochlik / oglplus

OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
491 stars 72 forks source link

unable to configure under fedora21 #100

Closed regnirpsj closed 9 years ago

regnirpsj commented 9 years ago

hi matus, any attempt to configure a head-branch checkout fails under f21 (recently upgraded) by saying that the opengl version could not be detected. what do i have to do to find/provide information what's the problem?

matus-chochlik commented 9 years ago

Hi,

try re-running configure with --debug-config and --debug-gl-ver-error. When the detection fails go to the subdirectory of _build/gl/ where the makefiles were generated and try to run make, if the test executable builds successfully try running it. This should give you an idea what went wrong.

regnirpsj commented 9 years ago

thanks. the problem seems to be the system install. configuring w/ clang works, so i have to find out what went wrong during system upgrade.