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
To follow standard via "install-macos.h." The following error showed up at the gcc command:
"In file included from vendor/glad/src/glad.c:25:
vendor/glad/src/../include/glad/glad.h:89:10: fatal error: 'KHR/khrplatform.h' file not found
89 | #include <KHR/khrplatform.h>"
I fixed it by changing the glad.h file line 89
from: "#include </KHR/khrplatform.h>" to "#include <../KHR/khrplatform.h>
Hope this helps for others.
Rainer
PS: I have also attached the corrected file. glad.h.zip
The text was updated successfully, but these errors were encountered:
To follow standard via "install-macos.h." The following error showed up at the gcc command:
"In file included from vendor/glad/src/glad.c:25:
vendor/glad/src/../include/glad/glad.h:89:10: fatal error: 'KHR/khrplatform.h' file not found
89 | #include <KHR/khrplatform.h>"
I fixed it by changing the glad.h file line 89
from: "#include </KHR/khrplatform.h>" to "#include <../KHR/khrplatform.h>
Hope this helps for others.
Rainer
PS: I have also attached the corrected file.
glad.h.zip
The text was updated successfully, but these errors were encountered: