WITH_OPENGL seems to be ignored on OS X (Bug #1898)
Description
The option for WITH_OPENGL, when configured with ccmake, seems to be ignored when you invoke make on OS X. I have enabled the option with ccmake, but when I run make, the following is printed:
-- GUI:
-- Cocoa: YES
-- OpenGL support: NO
Is this defined behaviour for when Cocoa is enabled?
Thanks.
Associated revisions
Merge pull request #1898 from berak:b_3349_24
History
Updated by Andrey Kamaev almost 13 years ago
Could you provide the complete CMake output from clean build?
- Assignee changed from Alexander Shishkov to John Mather
Updated by John Mather almost 13 years ago
- File CMakeOutput.txt added
Updated by Andrey Kamaev almost 13 years ago
Vlad, could you see why we require Qt or Gtk on UNIX/APPLE platforms for OpenGl interop?
- Target version deleted (
2.4.1) - Assignee changed from John Mather to Vladislav Vinogradov
Updated by Vladislav Vinogradov almost 13 years ago
There is no OpenGL support for MacOS with Cocoa. Only win32, Gtk and Qt.
- Status changed from Open to Done
Updated by Andrey Kamaev almost 13 years ago
Vlad,
1) Why you are closing the issue as "Done"? What was done?
2) While OpenGL+cocoa is not supported are there any reasons to disable OpenGl interop code from opencv_core?
- Status changed from Done to Open
Updated by Vladislav Vinogradov almost 13 years ago
I closed this issue because it's not a bug. It must be a feature request.
Updated by Andrey Kamaev almost 13 years ago
- Status changed from Open to Cancelled
- Target version set to 2.4.1