eg++ -c -I/wrk/ptc-ggi/source -I/wrk/ptc-ggi -I.  Palette.cc
In file included from /wrk/ptc-ggi/source/Core/Palette.h:11,
                 from Palette.cc:10:
/wrk/ptc-ggi/source/Base/Palette.h:25: parse error before `['
/wrk/ptc-ggi/source/Base/Palette.h:28: warning: ANSI C++ forbids declaration `int32' with no type
/wrk/ptc-ggi/source/Base/Palette.h:28: `int32' declared as a `virtual' field
/wrk/ptc-ggi/source/Base/Palette.h:28: parse error before `*'
/wrk/ptc-ggi/source/Base/Palette.h:32: `int32' was not declared in this scope
/wrk/ptc-ggi/source/Base/Palette.h:32: parse error before `['
/wrk/ptc-ggi/source/Base/Palette.h:35: warning: ANSI C++ forbids declaration `int32' with no type
/wrk/ptc-ggi/source/Base/Palette.h:35: `int32' declared as a `virtual' field
/wrk/ptc-ggi/source/Base/Palette.h:35: parse error before `*'
In file included from Palette.cc:10:
/wrk/ptc-ggi/source/Core/Palette.h:30: warning: ANSI C++ forbids declaration `int32' with no type
/wrk/ptc-ggi/source/Core/Palette.h:30: `int32' declared as a `virtual' field
/wrk/ptc-ggi/source/Core/Palette.h:30: parse error before `*'
/wrk/ptc-ggi/source/Core/Palette.h:34: parse error before `['
/wrk/ptc-ggi/source/Core/Palette.h:37: `int32' was not declared in this scope
/wrk/ptc-ggi/source/Core/Palette.h:37: parse error before `['
/wrk/ptc-ggi/source/Core/Palette.h:40: warning: ANSI C++ forbids declaration `int32' with no type
/wrk/ptc-ggi/source/Core/Palette.h:40: `int32' declared as a `virtual' field
/wrk/ptc-ggi/source/Core/Palette.h:40: parse error before `*'
/wrk/ptc-ggi/source/Core/Palette.h:54: syntax error before `['
Palette.cc: In method `::ptc::Core::Palette::Palette()':
Palette.cc:27: `m_data' undeclared (first use this function)
Palette.cc:27: (Each undeclared identifier is reported only once
Palette.cc:27: for each function it appears in.)
Palette.cc: At top level:
Palette.cc:46: syntax error before `*'
Palette.cc:52: warning: ANSI C++ forbids declaration `m_locked' with no type
Palette.cc:55: parse error before `return'
Palette.cc:71: parse error before `['
Palette.cc: In method `void ::ptc::Core::Palette::load(...)':
Palette.cc:74: confused by earlier errors, bailing out
make: *** [Palette.o] Error 1
