Re: [Plib-users] Plib failes to build on my system
Brought to you by:
sjbaker
From: Steve W. <st...@sh...> - 2004-07-29 19:07:39
|
On Thu, 29 Jul 2004, cedric wrote: > /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 your worst problem is the lack of the X11-devel headers. I'd fix that first, and see what else goes wrong after that... |