From: Dieter <Die...@ha...> - 2001-02-04 20:37:01
|
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. Thanks, Dieter -- Dieter Nützel Graduate Student, Computer Science University of Hamburg Department of Computer Science Cognitive Systems Group Vogt-Kölln-Straße 30 D-22527 Hamburg, Germany email: nu...@ko... @home: Die...@ha... |
From: Keith W. <ke...@va...> - 2001-02-05 22:46:07
|
Dieter Nützel 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. Keith |
From: Alan H. <aho...@va...> - 2001-02-06 10:29:59
|
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. Alan. |
From: Alan H. <aho...@va...> - 2001-02-06 10:45:03
|
On Tue, Feb 06, 2001 at 10:31:57AM +0000, 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. > There's another reference to m_debug_xform.h too. I've just committed a fix to remove them from the Imakefiles as they don't exist in the mesa 3.5 source tree. Alan. |
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 |