Gents,

When compiling CVS simgear/sky/clouds3d I am getting numerous warnings:
"WIN32 redefined", "initialization from int to float", "... is implicitly a
typename",  and many others, and finally the following error when compiling
SkyTextureState.cpp:

if
g++ -DHAVE_CONFIG_H -I. -I. -I../../../simgear -I../../..    -O2 -D_REENTRAN
T
 -MT SkyTextureState.o -MD -MP -MF ".deps/SkyTextureState.Tpo" \
  -c -o SkyTextureState.o `test -f 'SkyTextureState.cpp' || echo
'./'`SkyTexture
State.cpp; \
then mv ".deps/SkyTextureState.Tpo" ".deps/SkyTextureState.Po"; \
else rm -f ".deps/SkyTextureState.Tpo"; exit 1; \
fi
SkyTextureState.cpp: In member function `SKYRESULT
   SkyTextureState::Activate()':
SkyTextureState.cpp:94: `glActiveTextureARB' undeclared (first use this
   function)
SkyTextureState.cpp:94: (Each undeclared identifier is reported only once
for
   each function it appears in.)
make[4]: *** [SkyTextureState.o] Error 1

Are these warnings a "feature" of this module or am I missing some C++ flag?
I'm using latest Cygwin/gcc 3.2.

Thanks,

Paul

Paul R. Deppe
Veridian Engineering (formerly Calspan)
Flight & Aerospace Research Group
150 North Airport Drive
Buffalo, NY  14225
(716) 631-6898
(716) 631-6990 FAX
[EMAIL PROTECTED]


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to