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: 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 reason why?

 Because it's the cvs version, and those are built by autotools



There is definitely a configure.ac in the cvs checkout.  You need to run
./autogen.sh followed by ./configure , followed by make ...

You also need to have OSG available since that is a dependency for simgear.

Curt.
-- 
Curtis Olson: http://baron.flightgear.org/~curt/
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d



This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[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 
`/home/user/flightgear/TerraGear-0.9.8/src/Lib/TriangleJRS' 
make[3]: Nothing to be done for `all'. 
make[3]: Leaving directory 
`/home/user/flightgear/TerraGear-0.9.8/src/Lib/TriangleJRS' 
Making all in vpf 
make[3]: Entering directory `/home/user/flightgear/TerraGear-0.9.8/src/Lib/vpf' 
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Include   -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-1.2 
-I/usr/lib/glib/include  -g -O2 -MT library.o -MD -MP -MF .deps/library.Tpo 
-c -o library.o library.cxx; \ 
then mv -f .deps/library.Tpo .deps/library.Po; else rm -f 
.deps/library.Tpo; exit 1; fi 
coverage.hxx:54: error: extra qualification 'VpfCoverage::' on member 
'VpfCoverage' 
make[3]: *** [library.o] Error 1 
make[3]: Leaving directory `/home/user/flightgear/TerraGear-0.9.8/src/Lib/vpf' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/home/user/flightgear/TerraGear-0.9.8/src/Lib' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/home/user/flightgear/TerraGear-0.9.8/src' 
make: *** [all-recursive] Error 1  


Im a bit stuck as im not sure what the error messages correspond to in the code 
in coverage.hxx!

Any advice very much welcome!

Regards,
Will



This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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:

VpfCoverage::VpfCoverage (const VpfCoverage coverage);

... and gcc complains that there's a VpfCoverage:: too much
(extra). And the solution is: remove that!  :-)

The bug is fixed in CVS since a while. Using CVS versions of
TerraGear, SimGear, and FlightGear is quite safe. They are
almost always better than the respective last releases, both
in features *and* stability.

BTW: Google would have told you in the first few hits what that
error message is about and how to fix it:
http://www.google.com/search?q=%22error%3A+extra+qualification
It's just that gcc has become more pedantic over its last releases.

m.



-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 

make[3]: Leaving directory `/home/user/flightgear/TerraGear/src/Lib/Output'
Making all in Polygon
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 chop-bin.o -MD -MP -MF .deps/chop-bin.Tpo -c 
-o chop-bin.o chop-bin.cxx
chop-bin.cxx:43:21: error: names.hxx: No such file or directory
chop.hxx:36: error: 'AreaType' has not been declared
chop.hxx:44: error: 'AreaType' has not been declared 
chop-bin.cxx:48: error: 'AreaType' has not been declared
chop-bin.cxx: In function 'void clip_and_write_poly(std::string, long int, int, 
SGBucket, const TGPolygon, bool)':
chop-bin.cxx:120: error: 'get_area_name' was not declared in this scope 
chop-bin.cxx: At global scope:
chop-bin.cxx:152: error: 'AreaType' has not been declared
chop-bin.cxx:304: error: 'AreaType' has not been declared
make[3]: *** [chop-bin.o] Error 1
make[3]: Leaving directory `/home/user/flightgear/TerraGear/src/Lib/Polygon' 
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/flightgear/TerraGear/src/Lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/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 -- 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:

VpfCoverage::VpfCoverage (const VpfCoverage coverage);

... and gcc complains that there's a VpfCoverage:: too much
(extra). And the solution is: remove that!  :-)

The bug is fixed in CVS since a while. Using CVS versions of
TerraGear, SimGear, and FlightGear is quite safe. They are
almost always better than the respective last releases, both
in features *and* stability.

BTW: Google would have told you in the first few hits what that
error message is about and how to fix it:
http://www.google.com/search?q=%22error%3A+extra+qualification 
It's just that gcc has become more pedantic over its last releases.

m.



-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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?

http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/source/src/Lib/Polygon/?root=TerraGear-0.0

Regards,

Curt.
-- 
Curtis Olson: http://baron.flightgear.org/~curt/
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 #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 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

 make[3]: Leaving directory
 `/home/user/flightgear/TerraGear/src/Lib/Output'
 Making all in Polygon
 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 chop-bin.o -MD -MP -MF .deps/chop-bin.Tpo-c 
 -o
 chop-bin.o chop-bin.cxx
 chop-bin.cxx:43:21: error: names.hxx: No such file or directory
 chop.hxx:36: error: 'AreaType' has not been declared
 chop.hxx:44: error: 'AreaType' has not been declared
 chop-bin.cxx:48: error: 'AreaType' has not been declared
 chop-bin.cxx: In function 'void clip_and_write_poly(std::string, long int,
 int, SGBucket, const TGPolygon, bool)':
 chop-bin.cxx:120: error: 'get_area_name' was not declared in this scope
 chop-bin.cxx: At global scope:
 chop-bin.cxx:152: error: 'AreaType' has not been declared
 chop-bin.cxx:304: error: 'AreaType' has not been declared
 make[3]: *** [chop-bin.o] Error 1
 make[3]: Leaving directory
 `/home/user/flightgear/TerraGear/src/Lib/Polygon'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/home/user/flightgear/TerraGear/src/Lib'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/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 -- 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:

 VpfCoverage::VpfCoverage (const VpfCoverage coverage);

 ... and gcc complains that there's a VpfCoverage:: too much
 (extra). And the solution is: remove that!  :-)

 The bug is fixed in CVS since a while. Using CVS versions of
 TerraGear, SimGear, and FlightGear is quite safe. They are
 almost always better than the respective last releases, both
 in features *and* stability.

 BTW: Google would have told you in the first few hits what that
 error message is about and how to fix it:
 http://www.google.com/search?q=%22error%3A+extra+qualification
 It's just that gcc has become more pedantic over its last releases.

 m.



 -
 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-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


 
 This message has been checked for all known viruses by the MessageLabs
 Virus Control Centre on behalf of the Marshall Group of Companies.

 -
 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-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel




-- 
Curtis Olson: http://baron.flightgear.org/~curt/
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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

 make[3]: Leaving directory
 `/home/user/flightgear/TerraGear/src/Lib/Output'
 Making all in Polygon
 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 chop-bin.o -MD -MP -MF .deps/chop-bin.Tpo-c 
 -o
 chop-bin.o chop-bin.cxx
 chop-bin.cxx:43:21: error: names.hxx: No such file or directory
 chop.hxx:36: error: 'AreaType' has not been declared
 chop.hxx:44: error: 'AreaType' has not been declared
 chop-bin.cxx:48: error: 'AreaType' has not been declared
 chop-bin.cxx: In function 'void clip_and_write_poly(std::string, long int,
 int, SGBucket, const TGPolygon, bool)':
 chop-bin.cxx:120: error: 'get_area_name' was not declared in this scope
 chop-bin.cxx: At global scope:
 chop-bin.cxx:152: error: 'AreaType' has not been declared
 chop-bin.cxx:304: error: 'AreaType' has not been declared
 make[3]: *** [chop-bin.o] Error 1
 make[3]: Leaving directory
 `/home/user/flightgear/TerraGear/src/Lib/Polygon'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/home/user/flightgear/TerraGear/src/Lib'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/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 -- 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:

 VpfCoverage::VpfCoverage (const VpfCoverage coverage);

 ... and gcc complains that there's a VpfCoverage:: too much
 (extra). And the solution is: remove that!  :-)

 The bug is fixed in CVS since a while. Using CVS versions of
 TerraGear, SimGear, and FlightGear is quite safe. They are
 almost always better than the respective last releases, both
 in features *and* stability.

 BTW: Google would have told you in the first few hits what that
 error message is about and how to fix it:
 http://www.google.com/search?q=%22error%3A+extra+qualification 
 It's just that gcc has become more pedantic over its last releases.

 m.



 -
 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-devel mailing list
 Flightgear-devel@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel 


 
 This message has been checked for all known viruses by the MessageLabs
 Virus Control Centre on behalf of the Marshall Group of Companies.

 -
 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-devel mailing list
 Flightgear-devel@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel 




-- 
Curtis Olson: http://baron.flightgear.org/~curt/ 
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d


This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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 

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 
polygon.o polygon.cxx
point2d.hxx:6: error: redefinition of âclass point2dâ
/usr/local/include/simgear/math/sg_types.hxx:71: error: previous definition of 
'class point2d'
make[3]: *** [polygon.o] Error 1
make[3]: Leaving directory `/home/user/flightgear/TerraGear/src/Lib/Polygon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/flightgear/TerraGear/src/Lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/flightgear/TerraGear/src'
make: *** [all-recursive] Error 1

Thanks for the help so far Curt!


 [EMAIL PROTECTED] 10/31/07 02:40pm 
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/viewvc.cgi/source/src/Lib/Polygon/?root=TerraGear-0.0
 

Regards,

Curt.
-- 
Curtis Olson: http://baron.flightgear.org/~curt/ 
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d



This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 branch from which this definition has not been
removed.

-- 
Csaba

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 
 of 'class point2d'

point2d has been removed from simgear cvs. Maybe your simgear is too
old or it is the plib branch from which this definition has not been
removed.

-- 
Csaba

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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, yes.

-- 
Csaba

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 built by autotools

Jon

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



This message has been checked for all known viruses by the MessageLabs
Virus Control Centre on behalf of the Marshall Group of Companies.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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.  You need to run
./autogen.sh followed by ./configure , followed by make ...

You also need to have OSG available since that is a dependency for simgear.

Curt.
-- 
Curtis Olson: http://baron.flightgear.org/~curt/
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel