@stoatsoup Hey, I tried to compile your fork today and I got this message:
glwrapper-ogl.cc:29:14: fatal error: GL/glu.h: Datei oder Verzeichnis nicht gefunden
29 | # include <GL/glu.h>
| ^~~~~~~~~~
compilation terminated.
The german sentence means file or directory not found.
The command to install the packaged dependencies “git submodule update --init” worked without error message.
Do you have any idea, what is going wrong?
Bother, I wish I’d seen this before. You are missing some headers for a library - in Debian this is /usr/include/GL/glu.h in package libglu1-mesa-dev. This doesn’t seem to be listed in the list of needed packages in vanilla’s INSTALL.md but it might be pulled in by a dependency. I’d be curious to know if you can compile vanilla on the same system without getting this error. Hope this helps.