Re: [Plib-users] Plib failes to build on my system
Brought to you by:
sjbaker
From: Thomas R. <tho...@gm...> - 2004-07-29 19:08:29
|
On Thursday 29 July 2004 21:03, cedric wrote: > i tried to build plib, but i was unsuccesful. > /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 Looks like you are missing the X11 header files. If you have them installed in some nonstandard directory, try setting export CPPFLAGS=-I<path to X11 include dir> and excecute ./configure again. Regards, Thomas |