Closed iacore closed 1 year ago
examples/headless can't compile
gcc headless.c ../../tigr.c -Os -o headless -fsanitize=undefined -I../.. -Wall -DTIGR_HEADLESS -s -lGLU -lGL -lX11 ../../tigr.c:114:5: error: unknown type name ‘GLXContext’ 114 | GLXContext glc; | ^~~~~~~~~~ make: *** [Makefile:14: headless] Error 1
examples/headless can't compile