Hi there,
I am trying to compile Armagetron Advanced from source, and it is choking on some missing headers. Specifically, gl.h. I have many other similar headers...
... but not the specific one that AA needs. I know there's a package for AA, but I find it's not very good and would prefer to compile from source. Besides, I presume gl.h is needed by other packages.
I tried installing a bunch of packages that I thought would give me gl.h, such as freeglut, libgl1-mesa-dev, etc. but I still can't compile AA. What else should be doing?
I am trying to compile Armagetron Advanced from source, and it is choking on some missing headers. Specifically, gl.h. I have many other similar headers...
Code:
uzer@ubuntu:~$ ls /usr/include/GL/ freeglut_ext.h glu.h glxext.h glx_mangle.h glxtokens.h freeglut.h glu_mangle.h glx.h glxmd.h internal freeglut_std.h glut.h glxint.h glxproto.h
I tried installing a bunch of packages that I thought would give me gl.h, such as freeglut, libgl1-mesa-dev, etc. but I still can't compile AA. What else should be doing?
Comment