Am Freitag, 23. Februar 2007 schrieb The Watermelon: > On 2/23/07, Dennis Schridde <[EMAIL PROTECTED]> wrote: > > What problems with GCC do you have, Watermelon? > > > > --Dennis > > something like this: > frontend.c:1545:61: too many decimal points in number > frontend.c: In function `displayTitleBitmap': > frontend.c:1545: error: syntax error before numeric constant > the error pointed to __DATE__ which is a manifest constant macro...so I > think it's due to a misused flag or outdated version of GCC.
Both VERSION and __DATE__ should be strings. __DATE__ is compiler internal, GCC can't be incompatible to itself. I suspect the problem to be in a wrongly set VERSION. Btw: Nothing of that was changed lately... --Dennis
pgpCh3Wt4mDsw.pgp
Description: PGP signature
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
