I had this problem where during the make for the glxgears the make would complain about a missing <X11/Xlib.h>
there was another file referenced in X11 and yet another one in GL that it could'nt find. Trouble was, I did not know where exactly it was trying to find these files. Fixed ! I had to run this ... : ln -sfv /usr/X11R6/include/X11 /usr/include ln -sfv /usr/X11R6/include/GL /usr/include ... then restart the build -- it all compiled & installed perfectly ! I know that the line : ln -sfv /usr/X11R6/include/GL /usr/include is mentioned at the bottom of the BLFS page for Mesa-6.5 - but its nice to do that ln -sfv ... before starting the build :@) Matthew -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
