OOGL icon indicating copy to clipboard operation
OOGL copied to clipboard

missing header files when compiling on macos

Open ja3son opened this issue 5 years ago • 1 comments

ja3son avatar May 15 '20 02:05 ja3son

No description provided.

g++ -O3 -Wall -Wextra -Werror -std=c++0x -c src/GL/Window/Window.cpp -o lib/Window.o -I include In file included from src/GL/Window/Window.cpp:22: In file included from include/GL/Window/Window.hpp:27: include/GL/Platform.hpp:61:11: error: use of undeclared identifier 'GL_BYTE'

how can i fix it?edit make file?

ja3son avatar May 15 '20 02:05 ja3son