[Plib-users] cant compile on MandrakeFreq
Brought to you by:
sjbaker
|
From: <Seb...@t-...> - 2001-07-19 09:34:55
|
I'm trying to set up plip to install flightgear but make complains there are
2 files missing: GL/gl.h and GL/glu.h
does someone know to what package they might belong ?
I thought they might be in glut (glut has GL/fgl.h and GL/fglu.h), tried to
rename them: didnt help ( as you can imagine )
thank you in advance !!!
sebastian
here is what configure and make exactly said, just if it might be useful:
[root@drakeman plib-1.4.0]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for windows.h... (cached) no
checking for X... (cached) no
checking for dlclose in -ldl... (cached) yes
checking for glNewList in -lGL... (cached) no
checking for glNewList in -lMesaGL... (cached) no
checking for gluLookAt in -lGLU... (cached) no
checking for gluLookAt in -lMesaGLU... (cached) no
checking for glutGetModifiers in -lfreeglut... (cached) no
checking for glutGetModifiers in -lglut... (cached) no
checking for alOpenPort in -laudio... (cached) no
checking for ANSI C header files... (cached) no
checking for GL/gl.h... (cached) no
checking for GL/glu.h... (cached) no
checking for windows.h... (cached) no
checking for joystick.h... (cached) no
checking for linux/joystick.h... (cached) yes
checking for GL/glut.h... (cached) no
checking for GL/freeglut.h... (cached) no
checking for socklen_t... yes
creating ./config.status
creating Makefile
creating src/Makefile
creating src/js/Makefile
creating src/util/Makefile
creating src/pui/Makefile
creating src/sg/Makefile
creating src/sl/Makefile
creating src/ssg/Makefile
creating src/ssgAux/Makefile
creating src/fnt/Makefile
creating src/net/Makefile
[root@drakeman plib-1.4.0]# make
Making all in src
make[1]: Wechsel in das Verzeichnis Verzeichnis
»/usr/local/games/source/plib-1.4.0/src«
Making all in util
make[2]: Wechsel in das Verzeichnis Verzeichnis
»/usr/local/games/source/plib-1.4.0/src/util«
c++ -DPACKAGE=\"plib\" -DVERSION=\"1.4.0\" -DX_DISPLAY_MISSING=1
-DHAVE_LIBDL=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -I. -I. -I/usr/local/include
-g -O2 -O6 -Wall -c ul.cxx
In file included from ul.cxx:25:
ul.h:81:19: GL/gl.h: Datei oder Verzeichnis nicht gefunden
ul.h:82:20: GL/glu.h: Datei oder Verzeichnis nicht gefunden
make[2]: *** [ul.o] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
»/usr/local/games/source/plib-1.4.0/src/util«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
»/usr/local/games/source/plib-1.4.0/src«
make: *** [all-recursive] Fehler 1
[root@drakeman plib-1.4.0]#
|