Antoine Jacoutot <[EMAIL PROTECTED]> wrote: > > www/cssed ScintillaGTK.cxx:1164: syntax error before `>=' > > Anyone could have a look at it ?
Fixed. A number of source files have trailing carriage returns (i.e., Microsoft end of line format). gcc usually doesn't care, it's just trailing whitespace, but ScintillaGTK.cxx uses line continuation foo \ bar Instead of the backslash, the trailing CR is the final character, causing a syntax error with gcc2. gcc3 apparently has some extra handling for this. -- Christian "naddy" Weisgerber [EMAIL PROTECTED]