From: Dieter <Die...@ha...> - 2001-04-30 01:16:29
|
> > cd src/X86 > > gcc gen_matypes.c -I.. -I../../include -o gen_matypes > > ./gen_matypes > matypes.h > > > > I don't know how to make configure do this. When I make the MesaLib-3.5 > > tarballs I'll include matypes.h so it won't be a problem for typical end > > users. We developers and CVS users just have to remember to regenerate > > matypes.h whenever src/mtypes.h changes. > > > > I'll check in my updates ASAP. > > > > -Brian This haven't worked for me ever:-( SunWave1>cd /opt/Mesa/ Directory: /opt/Mesa SunWave1>cd src/X86 Directory: /opt/Mesa/src/X86 SunWave1>gcc gen_matypes.c -I.. -I../../include -o gen_matypes gcc: /opt/Mesa/src/X86/include: Datei oder Verzeichnis nicht gefunden In file included from gen_matypes.c:41: ../mtypes.h:52: warning: `CHAN_MAX' redefined ../config.h:160: warning: this is the location of the previous definition ../mtypes.h:53: warning: `CHAN_MAXF' redefined ../config.h:161: warning: this is the location of the previous definition In file included from gen_matypes.c:41: ../mtypes.h:115: redefinition of `GLcontext' ../config.h:197: `GLcontext' previously declared here In file included from ../mtypes.h:1378, from gen_matypes.c:41: ../dd.h:798: parse error before `points_func' ../dd.h:798: warning: no semicolon at end of struct or union ../dd.h:799: warning: data definition has no type or storage class ../dd.h:800: parse error before `TriangleFunc' ../dd.h:800: warning: data definition has no type or storage class ../dd.h:801: parse error before `QuadFunc' ../dd.h:801: warning: data definition has no type or storage class ../dd.h:802: parse error before `RectFunc' ../dd.h:802: warning: data definition has no type or storage class ../dd.h:828: parse error before `*' ../dd.h:828: warning: data definition has no type or storage class ../dd.h:829: parse error before `*' ../dd.h:829: warning: data definition has no type or storage class ../dd.h:830: parse error before `*' ../dd.h:830: warning: data definition has no type or storage class ../dd.h:899: warning: `struct gl_pipeline' declared inside parameter list ../dd.h:899: warning: its scope is only this definition or declaration, which is probably not what you want. ../dd.h:900: warning: `struct gl_pipeline' declared inside parameter list ../dd.h:958: parse error before `}' In file included from gen_matypes.c:41: ../mtypes.h:1389: parse error before `GLvertexformat' ../mtypes.h:1389: warning: no semicolon at end of struct or union ../mtypes.h:1394: `GLvertexformat' undeclared here (not in a function) ../mtypes.h:1396: parse error before `}' ../mtypes.h:1427: field `Driver' has incomplete type ../mtypes.h:1569: field `TnlModule' has incomplete type In file included from gen_matypes.c:42: ../tnl/t_context.h:513: parse error before `GLvertexformat' ../tnl/t_context.h:513: warning: no semicolon at end of struct or union ../tnl/t_context.h:515: warning: data definition has no type or storage class SunWave1>./gen_matypes > matypes.h ./gen_matypes: Befehl nicht gefunden. Brian can you send me a copy, plese? Thank you very much. -Dieter |
From: Gareth H. <ga...@va...> - 2001-04-30 02:23:13
|
Dieter N=FCtzel wrote: >=20 > This haven't worked for me ever:-( >=20 > ... >=20 > Brian can you send me a copy, plese? >=20 > Thank you very much. Are you sure you've got a clean version of the latest CVS code? -- Gareth |
From: Dieter <Die...@ha...> - 2001-04-30 02:37:34
|
Am Montag, 30. April 2001 04:22 schrieb Gareth Hughes: > Dieter Nützel wrote: > > This haven't worked for me ever:-( > > > > ... > > > > Brian can you send me a copy, plese? > > > > Thank you very much. > > Are you sure you've got a clean version of the latest CVS code? Normally, yes. But who knows? I do cvs update -dP for ages... What next? -Dieter |
From: Dieter <Die...@ha...> - 2001-04-30 02:51:47
|
Am Montag, 30. April 2001 04:42 schrieb Dieter Nützel: > Am Montag, 30. April 2001 04:22 schrieb Gareth Hughes: > > Dieter Nützel wrote: > > > This haven't worked for me ever:-( > > > > > > ... > > > > > > Brian can you send me a copy, plese? > > > > > > Thank you very much. > > > > Are you sure you've got a clean version of the latest CVS code? > > Normally, yes. But who knows? > I do cvs update -dP for ages... > > What next? 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 "older" bootstrap file handy? I lost it several weeks ago and it didn't reappear. -Dieter |
From: Gareth H. <ga...@va...> - 2001-04-30 03:02:23
|
Dieter N=FCtzel wrote: >=20 > OK, did cvs update -dPA. > This changed several files but know I get this: >=20 > 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 nic= ht > gefunden > make[1]: *** [Makefile.in] Error 2 > make[1]: Leaving directory `/opt/Mesa/util' > make: *** [distclean-recursive] Error 1 >=20 > Do you have the "older" bootstrap file handy? > I lost it several weeks ago and it didn't reappear. I still use the Makefile.X11 build stuff. I know it works... -- Gareth |
From: Sven M. H. <pe...@gm...> - 2001-04-30 07:09:08
|
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? Are you using GNU make? Try rerunning bootstrap. -Sven -- "Would the All-Seeing Eye please look in my direction?" [ KeyID........: 0xC297FEAB ] [ Fingerprint..: FEA5 0F93 7320 3F39 66A5 AED3 073F 2D5F C297 FEAB ] |
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 |
From: Dieter <Die...@ha...> - 2001-05-01 14:28:00
|
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 |
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 |