Re: [Plib-users] problem =?iso-8859-1?q?=28with_plib=29?= while installing =?iso-8859-1?q?SimGear
Brought to you by:
sjbaker
|
From: de S. <de...@es...> - 2002-06-06 17:18:59
|
well in fact i compiled plib with "./configure --with-GL=/usr/src/glut-3.7" so that plib found my opengl directory because it dit not find it by default after you told me to look at the log, i remarked there was a problem with glut and i tried to configure simgear unsuccessfully with the same argument, but it did not work i'll try to copy my gl files in several directories untill it works :-) (or link the dir) the stupid fact is the configure script which says there is a problem with plib whereas it is with gl dir..... ------------------- > > > On Thu, 06 Jun 2002, de...@es... (Ferréol de SORAS) wrote: > > Date: Thu, 06 Jun 2002 17:44:50 +0300 > > To: pli...@li... > > From: de...@es... (Ferréol de SORAS) > > Subject: Re: [Plib-users] problem (with plib) while installing > > SimGear(FlightGear) > > [...] > > > please find the configure log just following (the last 50 lines) > > [...] > > > configure:3634: checking for plib/pu.h > > configure:3644: gcc -E -I/usr/local/include -I/usr/X11R6/include > > conftest.c >/dev/null 2>conftest.out > > In file included from configure:3640: > > /usr/local/include/plib/pu.h:48: GL/glut.h: No such file or directory > > configure: failed program was: > > #line 3639 "configure" > > See the third last line. The GLUT header file is obviously missing on your > system or the compiler cannot find it. > > If you compiled PLIB from source before, than I doubt that the file is > actually missing, since if it would have been at that time, you surely > wouldn't have been able to compile PLIB. > > Try the following: > > find / -name "glut.h" > > (in case you do that as non-root, ignore the warnings about the directories > that find was unable to process due to their permission bits. System-wide > installed header files usually don't reside in these directories.) > > If the file shows up either in /usr/include/GL/, /usr/local/include/GL/ or > /usr/X11R6/include/GL/, then everything should be fine (well, in the last > case Steve might argue that things are not fine - but as I can see from the > gcc commandline in the logs, /usr/X11R6/include/ is added to the > searchpatch, so there is no need for you to care about this issue for > now.). > > In case the file doesn't show up at all, you've got a problem. However, > before trying to compile and install GLUT manually, *PLEASE* grab your > distribution's CD and locate the package(s) containing the GLUT library and > header file. Then, try to install these again. > > > - Sebastian > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users > Ferréol de Soras |