[Flightgear-devel] OSG Version - Scenery Pager

2009-06-07 Thread Patrice Poly
Hello ! Since this : http://cvs.flightgear.org/viewvc/source/src/Scenery/SceneryPager.hxx?r1=1.6r2=1.7 I cannot build fg anymore. I get: In file included from ../../src/Scenery/scenery.hxx:39, from AIEntity.cxx:34: ../../src/Scenery/SceneryPager.hxx:46:32: error: missing

Re: [Flightgear-devel] OSG Version - Scenery Pager

2009-06-07 Thread Martin Spott
Hi Patrice, Patrice Poly wrote: In file included from ../../src/Scenery/scenery.hxx:39, from AIEntity.cxx:34: ../../src/Scenery/SceneryPager.hxx:46:32: error: missing binary operator before token ( make[2]: *** [AIEntity.o] Erreur 1 Just a quick, sparsely verified guess:

Re: [Flightgear-devel] OSG Version - Scenery Pager

2009-06-07 Thread Ron Jensen
On Sun, 2009-06-07 at 11:28 -0400, Patrice Poly wrote: Hello ! Since this : http://cvs.flightgear.org/viewvc/source/src/Scenery/SceneryPager.hxx?r1=1.6r2=1.7 I cannot build fg anymore. I get: In file included from ../../src/Scenery/scenery.hxx:39, from

Re: [Flightgear-devel] OSG Version - Scenery Pager

2009-06-07 Thread Patrice Poly
The macro it is error-ing on SG_OSG_MIN_VERSION_REQUIRED(2,9,5) was added to OSGVersion.hxx at the same time SceneryPager.hxx was modified Ron ok, found the culpript - I had an old OSGVersion.hxx in a folder - for some reason, this one was used instead of the new one. ty all