From: Brian P. <br...@va...> - 2001-05-01 14:37:03
|
Dieter Nützel wrote: > > Am Montag, 30. April 2001 22:08 schrieb Dieter Nützel: > > 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 did, again and build fail with the following. > Normal build with "make -f Makefile.X11 linux-x86" works. > > -Dieter > > [-] > In file included from fxtris.c:277: > fxtritmp.h: In function `triangle_twoside_offset_flat_fallback_unfilled': > fxtritmp.h:56: structure has no member named `data' > fxtritmp.h:93: structure has no member named `data' > fxtritmp.h: In function `quad_twoside_offset_flat_fallback_unfilled': > fxtritmp.h:202: structure has no member named `data' > fxtritmp.h:242: structure has no member named `data' > fxtritmp.h: In function `line_twoside_offset_flat_fallback_unfilled': > fxtritmp.h:318: structure has no member named `data' > fxtritmp.h:327: structure has no member named `data' > fxtritmp.h: In function `points_twoside_offset_flat_fallback_unfilled': > fxtritmp.h:354: structure has no member named `data' > fxtritmp.h:367: structure has no member named `data' > make[3]: *** [fxtris.lo] Error 1 > make[3]: Leaving directory `/opt/Mesa/src/FX' > make[2]: *** [check-recursive] Error 1 > make[2]: Leaving directory `/opt/Mesa/src/FX' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/opt/Mesa/src' > make: *** [check-recursive] Error 1 > 132.380u 26.900s 2:57.83 89.5% 0+0k 0+0io 567048pf+0w The FX driver code needs some updates before it'll work again. Keith will probably take care of the GLfloat-color changes and I'll do the texture image changes. Hopefully we'll get this done within the week. -Brian |