Announcement

Collapse
No announcement yet.

missing gl.h

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    missing gl.h

    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...

    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
    ... 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?

    #2
    Re: missing gl.h

    Apologies! I found the answer here:

    https://launchpad.net/distros/ubuntu...esa/+bug/29435

    AA still fails to compile, but for reasons unrelated to gl.h.

    Comment

    Working...
    X