[Plib-users] Plib failes to build on my system
Brought to you by:
sjbaker
From: cedric <ced...@so...> - 2004-07-29 17:01:39
|
Hi all, i tried to build plib, but i was unsuccesful. my specs: [_plib@lfs ~/plib-1.8.3]$ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs Configured with: ../gcc-3.3.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ : (reconfigured) ../gcc-3.3.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ Thread model: posix gcc version 3.3.2 [_plib@lfs ~/plib-1.8.3]$ uname -a Linux lfs 2.6.7 #1 Sat Jun 26 14:30:34 Local time zone must be set--see zic manu i686 GenuineIntel unknown GNU/Linux [_plib@lfs ~/plib-1.8.3]$ The error: make[2]: Entering directory `/storage/home/_plib/plib-1.8.3/src/pui' source='pu.cxx' object='pu.o' libtool=no \ depfile='.deps/pu.Po' tmpdepfile='.deps/pu.TPo' \ depmode=gcc3 /bin/sh ../../depcomp \ g++ -DPACKAGE=\"plib\" -DVERSION=\"1.8.3\" -DHAVE_LIBPTHREAD=1 -DHAVE_LIBGL=1 -D HAVE_LIBDL=1 -DSTDC_HEADERS=1 -I. -I. -I../../src/sg -I../../src/fnt -I../../s rc/util -g -O2 -Wall -c -o pu.o `test -f pu.cxx || echo './'`pu.cxx In file included from pu.cxx:31: /usr/include/GL/glx.h:39:22: X11/Xlib.h: No such file or directory /usr/include/GL/glx.h:40:23: X11/Xutil.h: No such file or directory In file included from pu.cxx:31: /usr/include/GL/glx.h:51: error: syntax error before `;' token /usr/include/GL/glx.h:52: error: syntax error before `;' token /usr/include/GL/glx.h:53: error: syntax error before `;' token /usr/include/GL/glx.h:54: error: syntax error before `;' token /usr/include/GL/glx.h:55: error: syntax error before `;' token /usr/include/GL/glx.h:56: error: syntax error before `;' token <snip for size> /usr/include/GL/glx.h:192: error: parse error before `,' token /usr/include/GL/glx.h:192: error: `glXReleaseTexImageARB' declared as function returning a function /usr/include/GL/glx.h:193: error: `Display' was not declared in this scope /usr/include/GL/glx.h:193: error: `dpy' was not declared in this scope /usr/include/GL/glx.h:193: error: parse error before `,' token /usr/include/GL/glx.h:193: error: `glXDrawableAttribARB' declared as function returning a function /usr/include/GL/glx.h:208: error: syntax error before `*' token distcc[3669] ERROR: compile on localhost failed make[2]: *** [pu.o] Error 1 make[2]: Leaving directory `/storage/home/_plib/plib-1.8.3/src/pui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/storage/home/_plib/plib-1.8.3/src' make: *** [all-recursive] Error 1 Did i provide enough information? Regards, cedric -- The only dumb question is the one omitted De enige domme vraag is degene die niet gesteld wordt |