[Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
Hello all, I am having some problems compiling here is the output Code: make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/user/flightgear/TerraGear-0.9.8/src/Lib/shapelib' Making all in TriangleJRS make[3]: Entering directory

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Melchior FRANZ
* will Pink -- Wednesday 31 October 2007: coverage.hxx:54: error: extra qualification 'VpfCoverage::' on \ member 'VpfCoverage' Im a bit stuck as im not sure what the error messages correspond to in the code in coverage.hxx! coverage.hxx:54 in your version contains:

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
I had a look for error messages on google but could not find anything that I could relate to, With your advice I installed the CVS version and configured it and tried to compile but it produced the following errors I did have a look on google but I couldn't make any sense of it! here it is

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Curtis Olson
On 10/31/07, will Pink wrote: There isn't a names.hxx in that directory? Well then there's your problem. :-) You might try doing a cvs update in case the file was inadvertently lost on your system? Or maybe a complete re-checkout as a last resort?

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Curtis Olson
If the CVS checkout went ok, you should have names.hxx in that same directory that is failing: /home/user/flightgear/TerraGear/src/Lib/Polygon/names.hxx If that file is there, then maybe check permissions? You compile command line includes -I. so your compiler should have no problems with

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
There isn't a names.hxx in that directory? [EMAIL PROTECTED] 10/31/07 02:30pm If the CVS checkout went ok, you should have names.hxx in that same directory that is failing: /home/user/flightgear/TerraGear/src/Lib/Polygon/names.hxx If that file is there, then maybe check permissions? You

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
Thanks for that I am now a step closer well until I hit this brick wall :o( make[3]: Entering directory `/home/user/flightgear/TerraGear/src/Lib/Polygon' g++ -DHAVE_CONFIG_H -I. -I../../../src/Include -I../../../src -I../../../src/Lib-g -O2 -MT polygon.o -MD -MP -MF .deps/polygon.Tpo -c -o

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Csaba Halász
On 10/31/07, will Pink [EMAIL PROTECTED] wrote: point2d.hxx:6: error: redefinition of âclass point2dâ /usr/local/include/simgear/math/sg_types.hxx:71: error: previous definition of 'class point2d' point2d has been removed from simgear cvs. Maybe your simgear is too old or it is the plib

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
I am compiling terragear, Will the version of Simgear affect it at this stage? [EMAIL PROTECTED] 10/31/07 04:04pm On 10/31/07, will Pink [EMAIL PROTECTED] wrote: point2d.hxx:6: error: redefinition of âclass point2dâ /usr/local/include/simgear/math/sg_types.hxx:71: error: previous definition

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Csaba Halász
On 10/31/07, will Pink [EMAIL PROTECTED] wrote: I am compiling terragear, Will the version of Simgear affect it at this stage? Apparently, yes. -- Csaba - This SF.net email is sponsored by: Splunk Inc. Still grepping

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
I have the lastest CVS version of SimGear but the package doesn't include configure.ac or configure.in! Any reason why? [EMAIL PROTECTED] 10/31/07 04:24pm On 10/31/07, will Pink [EMAIL PROTECTED] wrote: I am compiling terragear, Will the version of Simgear affect it at this stage?

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
How do I go onto build SimGear then if I haven't got the required files? [EMAIL PROTECTED] 10/31/07 04:43pm will Pink wrote: I have the lastest CVS version of SimGear but the package doesn't include configure.ac or configure.in! Any reason why? Because it's the cvs version, and those are

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Curtis Olson
On 10/31/07, Jon Stockill wrote: will Pink wrote: I have the lastest CVS version of SimGear but the package doesn't include configure.ac or configure.in! Any reason why? Because it's the cvs version, and those are built by autotools There is definitely a configure.ac in the cvs checkout.

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Jon Stockill
will Pink wrote: I have the lastest CVS version of SimGear but the package doesn't include configure.ac or configure.in! Any reason why? Because it's the cvs version, and those are built by autotools Jon - This SF.net

[Flightgear-devel] Problem compiling Atlas

2007-10-31 Thread leee
Hi all, I'm getting the following error when trying to compile Atlas (from cvs) Preferences.cxx: In member function ‘bool Preferences::_loadPreferences(int, char**)’: Preferences.cxx:346: error: ‘optreset’ was not declared in this scope Any ideas anyone? LeeE

Re: [Flightgear-devel] Problem compiling Atlas

2007-10-31 Thread Durk Talsma
On Wednesday 31 October 2007 20:12, leee wrote: Hi all, I'm getting the following error when trying to compile Atlas (from cvs) Preferences.cxx: In member function ‘bool Preferences::_loadPreferences(int, char**)’: Preferences.cxx:346: error: ‘optreset’ was not declared in this scope Any

Re: [Flightgear-devel] Problem compiling Atlas

2007-10-31 Thread leee
On Wednesday 31 October 2007 19:40, Durk Talsma wrote: On Wednesday 31 October 2007 20:12, leee wrote: Hi all, I'm getting the following error when trying to compile Atlas (from cvs) Preferences.cxx: In member function ‘bool Preferences::_loadPreferences(int, char**)’:

Re: [Flightgear-devel] Problem compiling Atlas

2007-10-31 Thread leee
On Wednesday 31 October 2007 20:44, leee wrote: [snip...] Ah... looks like Atlas doesn't compile against FG 0.9.11 yet anyway and I'm using cvs SimGear/FG, so that is probably the problem. I'll take this to the Atlas list, when I get the subscription confirmation. Thanks for your help Durk.

[Flightgear-devel] Material animation problem

2007-10-31 Thread Jon Stockill
I'm having problems with the following seemingly simple bit of animation (running the cvs osg version): animation object-nameWarnLoVolt/object-name object-nameWarnGen/object-name object-nameWarnLoOil/object-name object-nameWarnFuel/object-name object-nameWarnStarter/object-name

Re: [Flightgear-devel] Problem compiling Atlas

2007-10-31 Thread Durk Talsma
Hi Lee, On Wednesday 31 October 2007 21:44, leee wrote: Thanks for that Durk, I've subscribed to the Atlas list but haven't received the confirmation yet. I should have thought of looking in the list archives - doh. Anyway, removing the optreset line and amending the optind line gets me

[Flightgear-devel] FlightGear terrain engine

2007-10-31 Thread Christian Buchner
Hello everyone, my name is Christian Buchner. I am responsible for the notoriously troublesome Tileproxy addon for FSX and FS 2004. I have recently had a look at FlightGear - I compiled it on Windows XP and I am quite determined to do some hacking on the terrain engine. I would like to get a few

Re: [Flightgear-devel] FlightGear terrain engine

2007-10-31 Thread Georg Vollnhals
Christian Buchner schrieb: Hello everyone, my name is Christian Buchner. I am responsible for the notoriously troublesome Tileproxy addon for FSX and FS 2004. I have recently had a look at FlightGear - I compiled it on Windows XP and I am quite determined to do some hacking on the terrain

[Flightgear-devel] Demeter (was Re: FlightGear terrain engine)

2007-10-31 Thread David Megginson
On 31/10/2007, Christian Buchner [EMAIL PROTECTED] wrote: I would like to get a few pointers where to look for information about the terrain engine that is currently used by Flight Gear. In particular about the irregular terrain mesh - how is it created (at runtime or offline) and how does

Re: [Flightgear-devel] Material animation problem

2007-10-31 Thread SydSandy
On Wed, 31 Oct 2007 20:51:40 + Jon Stockill [EMAIL PROTECTED] wrote: I'm having problems with the following seemingly simple bit of animation (running the cvs osg version): animation object-nameWarnLoVolt/object-name object-nameWarnGen/object-name