Date: Sun, 21 Jul 2002 13:48:51 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> 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> In-Reply-To: <1027251276.3d3a9c4cb87e2@netmail.pipex.net> References: <1027251276.3d3a9c4cb87e2@netmail.pipex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020721124851.GA27676>