Ever since the CVS clean up it's been annoying to build the tree. I have so far used #define ProjectRoot /opt/X4 (in config/cf/site.def)
and this leads to annoyances with libraries and stuff. X libraries & incs are installed in /usr/X11R6/{lib,include}/ but build process nolonger seems to care about that. I get errors like -- /usr/i686-pc-linux-gnu/bin/ld: cannot find -lXau -- since there is -L/opt/X4/lib in the makefile but no -L/opt/X11R6/lib (and this is silly since /opt/X4/... is completely empty) it would seem that ProjectRoot no longer works properly since whole X is not present anymore. what would be easier way to tweak the -L and -I paths so that it would check the includes and libs from /usr/X11R6/... instead of /opt/X4/... also I have been browsing the sources in hopes or understanding a bit from DRI (also read the documents @ dri.sourceforge.net). I'm wondering about the 'gamma' driver. is it complete? like using all properties of the 3dlabs chip? there were functions like _gamma_Vertex3f() whic eventually write data to the chip directly? This would lead me to believe that it's complete. so I'd like to know which drivers are 'complete' and which use the _mesa_... functions for transform and stuff. thanks. -- Janne echo [EMAIL PROTECTED] | tr acefhiklnptu utpnlkihfeca _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel