Re: [Flightgear-devel] Vmap0 Data

2007-12-19 Thread will Pink
Hey Ralf, Thanks for that! Sorry I should of worked that out myself! Thanks, Will [EMAIL PROTECTED] 12/19/07 12:13pm Hi Will! will Pink wrote: VPFBASE points to /stage/fgfs01/curt/RawData/Collections/VPF-Extracted You need to point that variable to the place where you extracted your VPF

[Flightgear-devel] Fwd: Preparing the vmap0 Data / TerraGear

2007-11-29 Thread will Pink
Hello, Can anyone help with the attached ? I have checked and everything is there and the permissions are correct. I just really need to get over this hurdle as it is being used in quite a large Flight Simulator project and im delaying its progress! So any help is appreciated! Thanks, Will

Re: [Flightgear-devel] Preparing the vmap0 Data / TerraGear

2007-11-20 Thread will Pink
. Have you checked whether the file exists at all and whether you can access it directly (permissions)? I can find two places in the sourcecode where a VPF table file named fbr is opened. In both cases it should have a tileref-component in its path, so I'm a bit lost here. will Pink wrote: tgvpf

[Flightgear-devel] Preparing the vmap0 Data / TerraGear

2007-11-12 Thread will Pink
Hello all, When I try prepare the vmap0 data with the following command - tgvpf --chunk=w080n40 --work-dir=LandMass --area=Default /vmaplv0-location/ noamer bnd polbnda It returns the following error - processing failed with VPF exception: failed to open VPF table file

[Flightgear-devel] More compile problems

2007-11-06 Thread will Pink
Hello, After Curt kindly helping me to compile Terragear last Friday it was working lovely well until I tried to do a genapts, I did see on ./configure it said it needed newmats to generate airports so I read the README.newmats and got the correct packages and configured them and did another

Re: [Flightgear-devel] More compile problems

2007-11-06 Thread will Pink
Well I have sorted most of it out! But I am not sure how to sort out the following - apt_surface.cxx:345: error: âSum_Squareâ was not declared in this scope apt_surface.cxx:359: error: âResVarâ was not declared in this scope apt_surface.cxx:363: error: âclass Matrixâ has no member named

Re: [Flightgear-devel] More compile problems

2007-11-06 Thread will Pink
Hello, Thanks for that that has solved must of the errors, I am have configured 11 but I am getting the following error - apt_surface.cxx:359: error: 'ResVar' was not declared in this scope Is there something I need to adjust? Kind Regards, Will [EMAIL PROTECTED] 11/06/07 13:32 PM Any

Re: [Flightgear-devel] More compile problems

2007-11-06 Thread will Pink
will Pink: Thanks for that that has solved must of the errors, I am have configured 11 but I am getting the following error - apt_surface.cxx:359: error: 'ResVar' was not declared in this scope Is there something I need to adjust? This is strange, since ResVar is declared in the very same method

Re: [Flightgear-devel] More compile problems

2007-11-06 Thread will Pink
Thank you for both your efforts! It has now successfully compiled out of interest why are they the wrong characterers? Manuel Massing [EMAIL PROTECTED] 11/06/07 05:18pm hi, ColumnVector A = U.i() * M; ColumnVector Fitted = X * A; Real resVar = sum_square(Y1) / (nobs-npred1); note

Re: [Flightgear-devel] Compiling TerraGear !

2007-11-01 Thread will Pink
: autoheader didn't create simgear/simgear_config.h.in! Why are these missing? Kind Regards, Will [EMAIL PROTECTED] 10/31/07 16:53 PM 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

[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 will Pink
/user/flightgear/TerraGear/src' make: *** [all-recursive] Error 1 Thanks for the help im very new when it comes to this sort of thing, I don't usally have any problems compiling programs only configuring when it requires a dependencey! /w [EMAIL PROTECTED] 10/31/07 01:27pm * will Pink

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
compile command line includes -I. so your compiler should have no problems with #include names.hxx if it is actually there in that same directory. Regards, Curt. On 10/31/07, will Pink wrote: I had a look for error messages on google but could not find anything that I could relate

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread will Pink
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? http://cvs.flightgear.org/cgi-bin/viewvc

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 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? Apparently

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