From: Dieter <Die...@ha...> - 2001-04-30 20:03:24
|
Am Montag, 30. April 2001 09:12 schrieb Sven M. Hallberg: > On Mon, Apr 30, 2001 at 04:56:42AM +0200, Dieter N?tzel wrote: > > OK, did cvs update -dPA. > > This changed several files but know I get this: > > > > SunWave1>make distclean > > Making distclean in . > > make[1]: Entering directory `/opt/Mesa' > > rm -f conf.h > > rm -f TAGS ID > > rm -f Makefile > > rm -f config.cache config.log stamp-h stamp-h[0-9]* > > rm -f libtool > > make[1]: Leaving directory `/opt/Mesa' > > Making distclean in util > > make[1]: Entering directory `/opt/Mesa/util' > > cd .. && automake --gnu util/Makefile > > automake: couldn't open `common_rules.make': Datei oder Verzeichnis nicht > > gefunden > > make[1]: *** [Makefile.in] Error 2 > > make[1]: Leaving directory `/opt/Mesa/util' > > make: *** [distclean-recursive] Error 1 > > Do you have the common_rules.make file in your top Mesa source dir? I think I had. > Are you using GNU make? Yes, I do. > Try rerunning bootstrap. I took a complete new Mesa CVS pull and it is running, now. Only the DRI mesa-3.5-branch stop during the gamma stuff. including in lib/GL/mesa/src/drv/common... make[7]: Entering directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib/GL/mesa/src/drv/common' make[7]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib/GL/mesa/src/drv/common' including in lib/GL/mesa/src/drv/gamma... make[7]: Entering directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib/GL/mesa/src/drv/gamma' make[7]: *** No rule to make target `includes'. Stop. make[7]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib/GL/mesa/src/drv/gamma' make[6]: *** [includes] Error 2 make[6]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib/GL/mesa/src/drv' make[5]: *** [includes] Error 2 make[5]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib/GL/mesa/src' make[4]: *** [includes] Error 2 make[4]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib/GL' make[3]: *** [includes] Error 2 make[3]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc/lib' make[2]: *** [includes] Error 2 make[2]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc' make[1]: *** [Everything] Error 2 make[1]: Leaving directory `/tmp/INSTALL/SOURCE/dri-mesa-3.5/xc/xc' make: *** [Everything] Error 2 Thanks to all of you! -Dieter |