3
|
You probably forgot to install the GTK+ OpenGL Extensions and their headers
| ||
| add comment |
2
|
I couldn't get the WITH_OPENGL flag to show up in my openCV 2.4.3 CMake options (I am running on a Mac - Snow Leopard 10.6.8)... I finally got it working by just opening up CMakeLists.txt and editing line 128 to:
OCV_OPTION(WITH_OPENGL "Include OpenGL support" ON)
Then run your CMake configurator/generator and it should build.
|
GtkGlExt(the line right above OpenGL), butOpenGL supportis still NO. – Subhamoy Sengupta Oct 25 '13 at 23:12