Tom Zerucha wrote:
>
> To get the error, __MWERKS__ must be defined, but isn't this only for
> CodeWarrior?
>
> I would check where/if this is defined and shut it off.
Good idea (and thanks for the suggestion!), but I haven't been able to
find a #define __MWERKS__ anywhere. It's not in my own source or header
files, I'm not using a makefile, and I can't find it in the Palm SDK 3.0
or GCC directories.
The error is reported as a "parse error" and it's in one of the files in
the GNU distribution of the Palm SDK. But if there were errors in the
primary #include files in the SDK, everyone would be getting them. So it
must be _something_ I'm doing.
Is it possible that this error message is coming from the preprocessor?
-Sven