From owner-freebsd-questions Fri Dec 7 15:30:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 02EED37B405 for ; Fri, 7 Dec 2001 15:30:13 -0800 (PST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id fB7NSmk36539; Sat, 8 Dec 2001 00:28:48 +0100 (CET) (envelope-from stijn) Date: Sat, 8 Dec 2001 00:28:48 +0100 From: Stijn Hoop To: Andreas Ntaflos Cc: freebsd-questions@freebsd.org, Jim Freeze , Byron Schlemmer Subject: Re: gl.h and glu.h not around? Message-ID: <20011208002848.A36400@pcwin002.win.tue.nl> References: <20011207122820.A56626@Deadcell.ANT> <20011207113639.E9502-100000@cyclops.ehsrealtime.com> <20011207082117.A19621@freebsdportal.org> <20011207183111.C56626@Deadcell.ANT> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011207183111.C56626@Deadcell.ANT>; from ntaflos.andreas@gmx.net on Fri, Dec 07, 2001 at 06:31:11PM +0100 X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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