Hello, I've been having a go at compiling the CVS tree. Both FG and SimGear were pulled from CVS along with the latest stable OSG (CVS also tried).
The error I get is included below. Martin. ----- compile error ----- if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/usr/X11R6/include -I/usr/local/include -g -O2 -D_REENTRANT -MT atis.o -MD -MP -MF ".deps/atis.Tpo" -c -o atis.o atis.cxx; \ then mv -f ".deps/atis.Tpo" ".deps/atis.Po"; else rm -f ".deps/atis.Tpo"; exit 1; fi In file included from /usr/local/include/osg/Array:30, from /usr/local/include/osg/Uniform:21, from /usr/local/include/osg/StateSet:21, from /usr/local/include/osg/Node:19, from /usr/include/simgear/scene/model/model.hxx:21, from AIPlane.hxx:25, from tower.hxx:37, from ATCmgr.hxx:34, from atis.cxx:49: /usr/local/include/osg/BufferObject:181: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:182: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:183: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:184: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:185: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:186: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:187: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:188: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:188: error: expected `;' before '*' token /usr/local/include/osg/BufferObject:189: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:190: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:191: error: expected `)' before '*' token /usr/local/include/osg/BufferObject:193: error: `GenBuffersProc' does not name a type /usr/local/include/osg/BufferObject:194: error: `BindBufferProc' does not name a type /usr/local/include/osg/BufferObject:195: error: `BufferDataProc' does not name a type /usr/local/include/osg/BufferObject:196: error: `BufferSubDataProc' does not name a type /usr/local/include/osg/BufferObject:197: error: `DeleteBuffersProc' does not name a type /usr/local/include/osg/BufferObject:198: error: `IsBufferProc' does not name a type /usr/local/include/osg/BufferObject:199: error: `GetBufferSubDataProc' does not name a type /usr/local/include/osg/BufferObject:200: error: `MapBufferProc' does not name a type /usr/local/include/osg/BufferObject:201: error: `UnmapBufferProc' does not name a type /usr/local/include/osg/BufferObject:202: error: `GetBufferParameterivProc' does not name a type /usr/local/include/osg/BufferObject:203: error: `GetBufferPointervProc' does not name a type /usr/local/include/osg/BufferObject: In member function `bool osg::BufferObject::Extensions::isBufferObjectSupported() const': /usr/local/include/osg/BufferObject:164: error: `_glGenBuffers' was not declared in this scope In file included from /usr/local/include/osg/GraphicsContext:17, from /usr/local/include/osg/Texture:20, from /usr/local/include/osg/Texture2D:17, from /usr/include/simgear/scene/model/model.hxx:22, from AIPlane.hxx:25, from tower.hxx:37, from ATCmgr.hxx:34, from atis.cxx:49: /usr/local/include/osg/State: At global scope: /usr/local/include/osg/State:1286: error: expected `)' before '*' token /usr/local/include/osg/State:1287: error: expected `)' before '*' token /usr/local/include/osg/State:1288: error: expected `)' before '*' token /usr/local/include/osg/State:1289: error: expected `)' before '*' token /usr/local/include/osg/State:1290: error: expected `)' before '*' token /usr/local/include/osg/State:1291: error: expected `)' before '*' token /usr/local/include/osg/State:1292: error: expected `)' before '*' token /usr/local/include/osg/State:1298: error: `ActiveTextureProc' does not name a type /usr/local/include/osg/State:1299: error: `ActiveTextureProc' does not name a type /usr/local/include/osg/State:1300: error: `FogCoordPointerProc' does not name a type /usr/local/include/osg/State:1301: error: `SecondaryColorPointerProc' does not name a type /usr/local/include/osg/State:1302: error: `VertexAttribPointerProc' does not name a type /usr/local/include/osg/State:1303: error: `EnableVertexAttribProc' does not name a type /usr/local/include/osg/State:1304: error: `DisableVertexAttribProc' does not name a type /usr/local/include/osg/State:1305: error: `BindBufferProc' does not name a type /usr/local/include/osg/State: In member function `void osg::State::bindVertexBufferObject(const osg::VertexBufferObject*)': /usr/local/include/osg/State:413: error: `_glBindBuffer' was not declared in this scope /usr/local/include/osg/State: In member function `void osg::State::unbindVertexBufferObject()': /usr/local/include/osg/State:420: error: `_glBindBuffer' was not declared in this scope /usr/local/include/osg/State: In member function `void osg::State::bindElementBufferObject(const osg::ElementBufferObject*)': /usr/local/include/osg/State:431: error: `_glBindBuffer' was not declared in this scope /usr/local/include/osg/State: In member function `void osg::State::unbindElementBufferObject()': /usr/local/include/osg/State:438: error: `_glBindBuffer' was not declared in this scope /usr/local/include/osg/State: In member function `void osg::State::bindPixelBufferObject(const osg::PixelBufferObject*)': /usr/local/include/osg/State:450: error: `_glBindBuffer' was not declared in this scope /usr/local/include/osg/State: In member function `void osg::State::unbindPixelBufferObject()': /usr/local/include/osg/State:459: error: `_glBindBuffer' was not declared in this scope make[2]: *** [atis.o] Error 1 make[2]: Leaving directory `/mnt/hdb15/FGFS-CVS/FlightGear/source/src/ATC' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/hdb15/FGFS-CVS/FlightGear/source/src' make: *** [all-recursive] Error 1 Press any key to continue... ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Flightgear-users mailing list Flightgear-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-users