Re: [Flightgear-devel] Compiling TerraGear !

2007-11-01 Thread will Pink
Well I have downloaded the latest Simgear CVS and ran the autogen.sh but is missing ./autogen.sh Host info: Linux i686 automake: 1.10 (110) Running aclocal aclocal: `configure.ac' or `configure.in' is required Running autoheader autoheader: `configure.ac' or `configure.in' is required ERROR:

[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