Seems I can't build FG since yesterday either:

Making all in Main
make[2]: Entering directory `/usr/build/FlightGear/source/src/Main'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  -I/opt/F
Gcvs/include -I/usr/X11R6/include -DPKGLIBDIR=\"/opt/FGcvs/lib/FlightGear\" -g -
O2 -D_REENTRANT -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.cxx' || echo './'`main.cxx; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.cxx:146: 'glPointParameterfProc' is used as a type, but is not defined as 
   a type.
main.cxx:147: 'glPointParameterfvProc' is used as a type, but is not defined as 
   a type.
main.cxx: In function `void fgRenderFrame()':
main.cxx:771: `SGIsOpenGLExtensionSupported' undeclared (first use this 
   function)
main.cxx:771: (Each undeclared identifier is reported only once for each 
   function it appears in.)
main.cxx:778: `glPointParameterfvPtr' undeclared (first use this function)
main.cxx:779: `glPointParameterfPtr' undeclared (first use this function)
main.cxx: In function `bool fgMainInit(int, char**)':
main.cxx:1657: `glPointParameterfProc' undeclared (first use this function)
main.cxx:1658: syntax error before `(' token
main.cxx:1659: `glPointParameterfvProc' undeclared (first use this function)
main.cxx:1660: syntax error before `(' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/usr/build/FlightGear/source/src/Main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/build/FlightGear/source/src'
make: *** [all-recursive] Error 1

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

Reply via email to