Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2001 00:28:48 +0100
From:      Stijn Hoop <stijn@win.tue.nl>
To:        Andreas Ntaflos <ntaflos.andreas@gmx.net>
Cc:        freebsd-questions@freebsd.org, Jim Freeze <jfreeze@freebsdportal.org>, Byron Schlemmer <byron.schlemmer@realtime.co.uk>
Subject:   Re: gl.h and glu.h not around?
Message-ID:  <20011208002848.A36400@pcwin002.win.tue.nl>
In-Reply-To: <20011207183111.C56626@Deadcell.ANT>; from ntaflos.andreas@gmx.net on Fri, Dec 07, 2001 at 06:31:11PM %2B0100
References:  <20011207122820.A56626@Deadcell.ANT> <20011207113639.E9502-100000@cyclops.ehsrealtime.com> <20011207082117.A19621@freebsdportal.org> <20011207183111.C56626@Deadcell.ANT>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 07, 2001 at 06:31:11PM +0100, Andreas Ntaflos wrote:
> On Fri, Dec 07, 2001 at 08:21:17AM -0500, Jim Freeze wrote:
> > I have had the same problem. The only problem is that I cannot
> > get the Mesa3 port to install all the include files and lib files.
> > I am building applications that need a 'development' install of
> > Mesa3. The only include files that I can get the port to install are:
> >
> > ls -lF /usr/X11R6/include/GL/
> > total 30
> > -r--r--r--  1 root  wheel  30028 Dec  2 13:44 glut.h
> >
> 
> Same here. I backupped /usr/X11R6/include/GL, pkg_deinstalled -F Mesa,
> portupgraded -RN Mesa and all that gets installed in /usr/X11R6/include/GL
> is glut.h.
> 
> Can't be right, can it?

What is the output of

$ make -V XFREE86_VERSION

?

if it is '4' then this makes sense - XFree86-4.x includes a version of Mesa
that provides the correct header files, so the Mesa port will only install
glut.h, whether you are running XFree86-4.x or XFree86-3.x.

If you are running XFree86-3.x, you should remove the 'XFREE86_VERSION=4' line
from your /etc/make.conf and reinstall Mesa. Then it should work.

If you are running XFree86-4.x, something went wrong with your XFree
installation and you should forcefully reinstall that port/package.

--Stijn

-- 
"...I like logs. They give me a warm fuzzy feeling. I've been known to keep
logs for 30 months at a time (generally when I thought I was rotating them
daily, but was actually rotating them once a month)."
	-- Michael Lucas, in Big Scary Daemons article 'Controlling Bandwidth'

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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