Am 2004.08.14 01:02:13 +0200 schrieb(en) Brian Paul: [...] > > Well, I could probably make the Mesa 6.1 release this weekend (since I > was planning on working anyway). I've got some memory leak fixes (see > bug 1002030) that I haven't checked into the trunk yet (but are > checked into the mesa_6_0_branch branch). I asked Kevin about > checking them in but haven't heard back yet. > > Does anyone object to taking the trunk code we have today and making > the 6.1 release? I'm not aware of any loose ends in it at this time. > > -Brian
1) Until now i built the dri drivers inside the DRI tree. 2) Today I tried to build the dri drivers inside Mesa tree (from CVS) with make linux-dri and make linux-dri-x86 3) and got an error cc1: unknown C standard `c99' because of the -std=c99 option in configs/linux-dri and configs/linux-dri-x86 after removing this switch the build ran to a certain extend (at least the xxx_dri.so drivers were built) yes, my compiler is a bit old: cc --version 2.95.3 so I dont know if this -stc switch should get deleted or if this switch is necessary for newer compilers and should get kept. configs/linux-dri-x86-64 shouldn't have a problem because if you have such a box you might have a recent compiler, too. configs/linux-solo also hat this switch, but I think there is no need to be "backwards-compatible" 4) later I got an error when make entered the progs subdirectory: make[2]: Leaving directory `/home/as/PRJ/MESA-CVS/build_orig/src' make[2]: Entering directory `/home/as/PRJ/MESA-CVS/build_orig/progs' /bin/sh: -c: line 1: syntax error near unexpected token `;' /bin/sh: -c: line 1: `for dir in ; do if [ -d $dir ] ; then (cd $dir ; make) || exit 1 ; fi done' make[2]: *** [default] Error 2 make[2]: Leaving directory `/home/as/PRJ/MESA-CVS/build_orig/progs' make[1]: *** [default] Error 1 make[1]: Leaving directory `/home/as/PRJ/MESA-CVS/build_orig' make: *** [linux-dri] Error 2 /bin/sh --version GNU bash, version 2.05.0(1)-release (i386-suse-linux) Copyright 2000 Free Software Foundation, Inc. Andreas ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
