[Plib-users] Problems compiling plib-1.3.1
Brought to you by:
sjbaker
From: Guido A. <ase...@gm...> - 2001-02-09 17:19:16
|
Hi, tried to compile plib-1.3.1 and had the following problem ./configure was okay but make fails with Making all in pui make[2]: Entering directory `/home/guido/plib-1.3.1/src/pui' c++ -DPACKAGE=\"plib\" -DVERSION=\"1.3.1\" -DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -I. -I. -I../../src/sg -I../../src/fnt -I../../src/util -I/usr/local/include -g -O2 -O6 -Wall -c pu.cxx In file included from puLocal.h:2, from pu.cxx:2: pu.h: In method `puFont::puFont()': pu.h:90: `GLUT_BITMAP_8_BY_13' undeclared (first use this function) pu.h:90: (Each undeclared identifier is reported only once pu.h:90: for each function it appears in.) pu.cxx: In function `int puGetWindow()': pu.cxx:42: implicit declaration of function `int glutGetWindow(...)' pu.cxx: In function `int puGetWindowHeight()': pu.cxx:49: `GLUT_WINDOW_HEIGHT' undeclared (first use this function) pu.cxx:49: implicit declaration of function `int glutGet(...)' pu.cxx:52: warning: control reaches end of non-void function `puGetWindowHeight()' pu.cxx: In function `int puGetWindowWidth()': pu.cxx:58: `GLUT_WINDOW_WIDTH' undeclared (first use this function) pu.cxx:61: warning: control reaches end of non-void function `puGetWindowWidth()' pu.cxx: In function `int puMouse(int, int, int, int)': pu.cxx:331: `GLUT_DOWN' undeclared (first use this function) pu.cxx: In function `int puMouse(int, int)': pu.cxx:353: `GLUT_LEFT_BUTTON' undeclared (first use this function) pu.cxx:354: `GLUT_MIDDLE_BUTTON' undeclared (first use this function) pu.cxx:355: `GLUT_RIGHT_BUTTON' undeclared (first use this function) make[2]: *** [pu.o] Error 1 make[2]: Leaving directory `/home/guido/plib-1.3.1/src/pui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/guido/plib-1.3.1/src' make: *** [all-recursive] Error 1 I use debian (sid=unstable) with XFree86 Version 4.0.2 using the Module nvidia: vendor="NVIDIA Corporation" I can run OpenGL stuff like MESA Gear sample or Specs Viewperf > dpkg -S gl.h shows qt2.2-doc: /usr/share/doc/qt2.2-doc/doc/html/qgl.html xlibmesa-dev: /usr/include/GL/gl.h qt2.2-doc: /usr/share/doc/qt2.2-doc/doc/html/opengl.html libqt2.2-dev: /usr/include/qt/qgl.h glutg3-dev: /usr/include/GL/fgl.h what libaries are missing ? -- Sent through GMX FreeMail - http://www.gmx.net |