opengl/gl.h gone

Herbert J. Skuhra herbert at oslo.ath.cx
Sat Oct 10 18:30:21 UTC 2015


On Sat, Oct 10, 2015 at 12:56:44PM +0200, Lev wrote:
> I tried to compile something (flightgear and geda/pcb) against opengl,
> and I found that gl.h is gone.
> 
> find /usr/local -name gl.h
> 
> gives this:
> 
> /usr/local/share/qt4/mkspecs/common/ios/GLES/gl.h
> /usr/local/include/FL/gl.h
> /usr/local/include/CGAL/gl.h
> /usr/local/include/epoxy/gl.h

There should be /usr/local/include/GL/gl.h.

> Any clue?

Have you tried to reinstall libGL?

# pkg install -f libGL

The packages at http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/
and http://pkg.freebsd.org/freebsd:10:x86:64/quarterly/All/ seem to be OK.

-- 
Herbert


More information about the freebsd-questions mailing list