Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 20:30:17 +0200
From:      "Herbert J. Skuhra" <herbert@oslo.ath.cx>
To:        freebsd-questions@freebsd.org
Subject:   Re: opengl/gl.h gone
Message-ID:  <20151010183017.GA58441@oslo.ath.cx>
In-Reply-To: <20151010125644.30ebb375@jive.levalinux.org>
References:  <20151010125644.30ebb375@jive.levalinux.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151010183017.GA58441>