On Tue, 2001-12-11 at 12:14, Michael Thaler wrote: > On Tue, Dec 11, 2001 at 11:52:59AM +0000, Jose Fonseca wrote: > > > > > cvs -z3 [EMAIL PROTECTED]:/cvsroot/dri co -r > > mach64-0-0-2-branch xc > > I don't have a login so I can only download as an anonymous user. I > followed the instructions of the compilation guide but I am not > familiar with CVS so maybe something went wrong. >
Me neither. That's not a problem, just login as anonymous: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri login Press enter for password and then cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri co -r mach64-0-0-2-branch xc > > I don't know if updating a branch after checking out the trunk you get > > everything all right. Perhaps some one in the list could enlighten > > this... > > I am not sure, either. The command provided by the CVS webpage on > dri.sourceforge.net did not work. I had to change the order of the > options. Maybe this is wrong. > > > You should have included the command that generated this error. Anyway > > something wrong must have happened before when building Xext. The rest > > of the errors are the consequence of this one... > > Sorry, you are right. > > make[5]: Entering directory `/home/michi/DRI-CVS/build/xc/lib/GL/GL' > rm -f libGL.so.1.2~ > + cd . > + gcc -o ./libGL.so.1.2~ -shared -Wl,-soname,libGL.so.1 > ../../../lib/GL/glx/clientattrib.o ../../../lib/GL/glx/compsize.o > ../../../lib/GL/glx/dispatch.o ../../../lib/GL/glx/eval.o > ../../../lib/GL/glx/glapinoop.o ../../../lib/GL/glx/glapi.o > ../../../lib/GL/glx/glapi_x86.o ../../../lib/GL/glx/glthread.o > ../../../lib/GL/glx/glxcmds.o ../../../lib/GL/glx/glxext.o > ../../../lib/GL/glx/g_render.o ../../../lib/GL/glx/g_single.o > ../../../lib/GL/glx/g_vendpriv.o ../../../lib/GL/glx/indirect_init.o > ../../../lib/GL/glx/pixel.o ../../../lib/GL/glx/pixelstore.o > ../../../lib/GL/glx/render2.o ../../../lib/GL/glx/renderpix.o > ../../../lib/GL/glx/single2.o ../../../lib/GL/glx/singlepix.o > ../../../lib/GL/glx/vertarr.o ../../../lib/GL/glx/xfont.o > ../../../lib/GL/dri/XF86dri.o ../../../lib/GL/dri/dri_glx.o -lpthread > -L../../../exports/lib -L/usr/X11R6-DRI/lib -lXext -lX11 -ldl -lc > /usr/bin/ld: cannot find -lXext > collect2: ld returned 1 exit status > + rm -f libGL.so.1 > + ln -s libGL.so.1.2 libGL.so.1 > + rm -f ../../../exports/lib/libGL.so.1 > + cd ../../../exports/lib > + ln -s ../../lib/GL/GL/libGL.so.1 . > rm -f libGL.so.1.2 > mv -f libGL.so.1.2~ libGL.so.1.2 > mv: cannot stat `libGL.so.1.2~': No such file or directory > make[5]: *** [libGL.so.1.2] Error 1 > I've checked and Xext is not built after all. It must be already available. For that you need to make the 'lndir' stuff _before_ building so that the linker finds it (note the "-L/usr/X11R6-DRI/lib" in the command line). > > You forgot to CC the dri-devel ML. :) > > Already done;-) > > It would be nice if someone writes a little guide how to compile the > Mach64 drivers. As soon as I get it working myself I will write a > litte doc how I have done it. But I am not an expert in these > things;-) > I agree. > Thanks, Michael > Regards, Jose Fonseca _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel