From: Keith W. <ke...@va...> - 2001-02-06 15:12:50
|
Alan Hourihane wrote: > > On Mon, Feb 05, 2001 at 04:48:09PM -0700, Keith Whitwell wrote: > > Dieter Ntzel wrote: > > > > > > Hello Keith, > > > > > > I've tried to compile the DRI CVS mesa-3-5-branch and got this: > > > > > > ln -s /opt/Mesa/src/vtxfmt.c vtxfmt.c > > > rm -f vtxfmt.h > > > ln -s /opt/Mesa/src/vtxfmt.h vtxfmt.h > > > make[4]: *** No rule to make target `/opt/Mesa/src/vtxfmt_tmp.h', needed by > > > `vtxfmt_tmp.h'. Stop. > > > make[4]: Leaving directory `/tmp/INSTALL/SOURCE/dri/xc/xc/lib/GL/mesa/src' > > > make[3]: *** [includes] Error 2 > > > make[3]: Leaving directory `/tmp/INSTALL/SOURCE/dri/xc/xc/lib/GL' > > > make[2]: *** [includes] Error 2 > > > make[2]: Leaving directory `/tmp/INSTALL/SOURCE/dri/xc/xc/lib' > > > make[1]: *** [includes] Error 2 > > > make[1]: Leaving directory `/tmp/INSTALL/SOURCE/dri/xc/xc' > > > make: *** [World] Error 2 > > > > > > Mesa CVS taken today. > > > > I updated the DRI branch on sunday to fix this. I assume from your message > > that you understand that you need an external checkout of Mesa CVS. In > > addition you should know that only the i810 and radeon drivers are working at > > this point. > > > The problem still exists Keith. > > I guess the solution is to remove the reference to vtxfmt_tmp.h from the > Imakefile in xc/lib/GL/mesa/src anyway, as this file doesn't exist in the > Mesa 3.5 sources. OK. I guess I missed that one. I see you've fixed the problem -- thanks. Keith |