2.4.4 opencv comilation problem (Bug #2868)
Description
hi i am trying to compile opencv from scratch but i am getting compilation errors. I do not know the cause of it so i am submitting here the result of the make and the cmake options that i used.My system is a 64bit linux distribution (Arch linux). I am submitting both the output and PKGBUILD file.
Associated revisions
Improve CMake checks for the OpenGL availability
Issue #2868
Merge pull request #2868 from neo008:2.4
History
Updated by Andrey Kamaev about 12 years ago
OpenGL support requires GTK to be enabled. So you need to disable OpenGL (-DWITH_OPENGL=OFF) or enable GTK (-DWITH_GTK=ON).
CMake scripts need to be updated to catch this unsupported configuration.
- Assignee set to Andrey Kamaev
- Category set to build/install
- Target version set to 2.4.5
Updated by Andrey Kamaev almost 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/758