Hello, I tried to compile the latest version of XFree from CVS. What I did is:
mkdir DRI-CVS cd DRI-CVS/ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri co xc ln -s xc XFree40 mkdir build cd build lndir -silent -ignorelinks ../XFree40 then I editet host.def and added the lines #define MesaUseKatmai YES #define ProjectRoot /usr/X11R6-DRI then I tried to compile with make World >& World.LOG After looking at World.LOG I saw a lof of errors: mv: cannot stat `libGL.so.1.2~': No such file or directory make[5]: *** [libGL.so.1.2] Error 1 make[5]: Target `all' not remade because of errors. make[5]: Leaving directory `/home/michi/DRI-CVS/build/xc/lib/GL/GL' mv -f libOSMesa.so.3.3~ libOSMesa.so.3.3 mv: cannot stat `libOSMesa.so.3.3~': No such file or directory make[5]: *** [libOSMesa.so.3.3] Error 1 make[5]: Target `all' not remade because of errors. /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status make[6]: *** [gamma_dri.so] Error 1 make[6]: Target `all' not remade because of errors. tdfx_context.h:838: storage size of `Scissor' isn't known tdfx_context.h:839: storage size of `Viewport' isn't known tdfx_context.h:840: storage size of `Stipple' isn't known tdfx_context.h:844: storage size of `Glide' isn't known make[6]: *** [tdfx_context.o] Error 1 rm -f tdfx_dd.o tdfx_context.h:839: storage size of `Viewport' isn't known tdfx_context.h:840: storage size of `Stipple' isn't known tdfx_context.h:844: storage size of `Glide' isn't known make[6]: *** [tdfx_dd.o] Error 1 rm -f tdfx_pixels.o tdfx_context.h:840: storage size of `Stipple' isn't known tdfx_context.h:844: storage size of `Glide' isn't known make[6]: *** [tdfx_pixels.o] Error 1 rm -f tdfx_fastpath.o And a lot more of these errors. I have never compiled Xfree before, what am I doing wrong? I am using debian unstable with Kernel 2.4.16 and XFree Version 4.10. I want to compile XFree because I have a Ati Rage Mobility which seems to be Mach64 based and I would like to run it with DRI. I found in the archives that someone successfully ran DRI with the Mach64 driver. What exactly do I have to do? Thank you very much for any help! Greetings, Michael _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
