On Fri, 1 Dec 2006, Frank J. R. Hanstick wrote:
I am trying to do a manual install of XFree86 4.6.0 because sh Xinstall.sh -check returned a binary not available. During the installation, I get the following error:
dri_glx.c:44:23: error: glxclient.h: No such file or directory
The file exists in xc/lib/GL/glx where I assume it is suppose to be. In looking at world.log, I noticed that the reference to glx was -I- I../../../lib/GL/glx instead of -I../../../lib/GL/glx. I believe that the -I-I is the problem and would like to know where this element is defined to change it.
The error is in xc/lib/GLapple/Imakefile. Lines 32-33 read ... INCLUDES = -I$(XF86OSSRC) \ -I$(DRMINCLUDESDIR) -I$(DRI_INCS) -F$(AS)/Frameworks ... which should be ... INCLUDES = -I$(XF86OSSRC) \ -I$(DRMINCLUDESDIR) $(DRI_INCS) -F$(AS)/Frameworks I'll commit this fix shortly. Thanks for reporting the problem. Marc. +----------------------------------+----------------------------------+ | Marc Aurele La France | work: 1-780-492-9310 | | Academic Information and | fax: 1-780-492-1729 | | Communications Technologies | email: tsi@xxxxxxxxxxx | | 352 General Services Building +----------------------------------+ | University of Alberta | | | Edmonton, Alberta | Standard disclaimers apply | | T6G 2H1 | | | CANADA | | +----------------------------------+----------------------------------+ XFree86 developer and VP. ATI driver and X server internals. _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86