Failed to find "gl.h" after update to MacOS Mojave
Unsolved
General and Desktop
-
Well, it seems expected, but anyway, after update to the latest mac os Mojave I'm facing a problem finding needed headers:
CMake Error at /Developer/Qt/5.11.2/clang_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:9 (message): Failed to find "gl.h" in "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Headers;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AGL.framework/Headers".
Any ideas, workarounds? How to deal with this for now?
-
Hi,
If you have a
.qmake.stash
file somewhere in the build folder, delete it and re-build your project. -
IIRC, they deprecated it. But they can't remove the API in the same release that they deprecated it. They have to give people some time to port away to their new API.