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

Found unsuitable Qt version "" from NOTFOUND #59

Closed anisanjum closed 10 years ago

anisanjum commented 10 years ago

Found unsuitable Qt version "" from NOTFOUND. What to do with this bloody BUG? Can anyone Help?

matus-chochlik commented 10 years ago

First of all, we need more info than just that you encountered a bloody bug, like OS version, Qt version and installation path, cmake version etc.

matus-chochlik commented 10 years ago

b.t.w. on some systems it might help to force the use of specific version of Qt by specifying either the --use-qt4gl or --use-qt5gl option to the configure script.

matus-chochlik commented 10 years ago

Some googling revealed that this is likely a bug in cmake Qt detection manifesting itself when multiple versions of Qt are installed on the same system:

http://www.cmake.org/Bug/print_bug_page.php?bug_id=13985

I'll have a look at possible ways to work around this.