From owner-freebsd-gnome Sun Jul 21 5:49: 7 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1178337B400; Sun, 21 Jul 2002 05:49:02 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2FEE43E4A; Sun, 21 Jul 2002 05:49:00 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.5/8.12.5) with ESMTP id g6LCmwXZ027726; Sun, 21 Jul 2002 13:48:58 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.5/8.12.5/Submit) id g6LCmpn7027725; Sun, 21 Jul 2002 13:48:51 +0100 (BST) Date: Sun, 21 Jul 2002 13:48:51 +0100 From: Matthew Seaman To: sroberts@dsl.pipex.com Cc: freebsd-questions@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG Subject: Re: gnome2 install fails at "building for gle-3.0.3": More info Message-ID: <20020721124851.GA27676@happy-idiot-talk.infracaninophi> References: <1027251276.3d3a9c4cb87e2@netmail.pipex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1027251276.3d3a9c4cb87e2@netmail.pipex.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jul 21, 2002 at 12:34:36PM +0100, sroberts@dsl.pipex.com wrote: > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -march=pentiumpro -Wall -c ex_angle.c -fPIC -DPIC -o .libs/ex_angle.lo > In file included from ex_angle.c:26: > port.h:191: GL/gl.h: No such file or directory > port.h:192: GL/glu.h: No such file or directory You are apparently missing the files /usr/X11R6/include/GL/gl.h and /usr/X11R6/include/GL/glu.h Those files should have been installed as part of XFree86: happy-idiot-talk:~:% pkg_info -W /usr/X11R6/include/GL/gl.h /usr/X11R6/include/GL/gl.h was installed by package XFree86-libraries-4.2.0_2 happy-idiot-talk:~:% pkg_info -W /usr/X11R6/include/GL/glu.h /usr/X11R6/include/GL/glu.h was installed by package XFree86-libraries-4.2.0_2 Indeed, the configure script has found the corresponding shared libraries: /usr/X11R6/lib/libGLU.so /usr/X11R6/lib/libGL.so Assuming you are running a relatively recent XFree86 version 4.x , you can try running: pkg_info -g XFree86-libraries-\* to see if your package system thinks anything else has gone AWOL. If so, you need to delete and re-install that package. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message