erkkah / tigr

TIGR - the TIny GRaphics library for Windows, macOS, Linux, iOS and Android.
Other
761 stars 48 forks source link

headless mode not working on Linux #45

Closed iacore closed 1 year ago

iacore commented 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