You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build$ make
Scanning dependencies of target glxw
[ 1%] Building C object glxw/CMakeFiles/glxw.dir/src/glxw.c.o
In file included from /Users/anonymous/git/OpenGL/OpenGL-Examples/build/glxw/src/glxw.c:1:
In file included from /Users/anonymous/git/OpenGL/OpenGL-Examples/build/glxw/include/GLXW/glxw.h:7:
/Users/anonymous/git/OpenGL/OpenGL-Examples/build/glxw/include/GL/glcorearb.h:82:10: fatal error: 'KHR/khrplatform.h' file not found
#include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [glxw/CMakeFiles/glxw.dir/src/glxw.c.o] Error 1
make[1]: *** [glxw/CMakeFiles/glxw.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
fatal error: 'KHR/khrplatform.h' file not found
build$ make
Scanning dependencies of target glxw
[ 1%] Building C object glxw/CMakeFiles/glxw.dir/src/glxw.c.o
In file included from /Users/anonymous/git/OpenGL/OpenGL-Examples/build/glxw/src/glxw.c:1:
In file included from /Users/anonymous/git/OpenGL/OpenGL-Examples/build/glxw/include/GLXW/glxw.h:7:
/Users/anonymous/git/OpenGL/OpenGL-Examples/build/glxw/include/GL/glcorearb.h:82:10: fatal error: 'KHR/khrplatform.h' file not found
#include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [glxw/CMakeFiles/glxw.dir/src/glxw.c.o] Error 1
make[1]: *** [glxw/CMakeFiles/glxw.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: