On Sun, 20 Jul 2003, Lawrence Gold wrote: > On Sun, Jul 20, 2003 at 07:16:33PM -0700, Phillip Pi wrote: > > > > I tweaked it and got it compiled. Now, I need to get the games working. > > Dinner first! I will follow-up if I still have problems. > > > > BTW, will I have to do this again for the next upgrades? > > In the future, I'll try to be more careful about building with GCC 2.95.3 > before a release goes out. I thought that GCC 3.3 would catch problems > like this with -ansi -pedantic, but it doesn't appear to. >
It does catch these, but only as warnings: Compiling src/drivers/tbowl.c ... Compiling src/vidhrdw/gaiden.c ... src/vidhrdw/gaiden.c: In function `draw_sprites': src/vidhrdw/gaiden.c:384: warning: ISO C89 forbids mixed declarations and code Compiling src/drivers/gaiden.c ... If you want them to be reported as errors you have to use -pedantic-errors (but then the make will stop at a much earlier point.) _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
