Re: [Flightgear-devel] SimGear support library not found

2006-02-01 Thread cmetzler


 I am trying to build FG using cygwin. Have followed all the instructions in
 the fgfs_cygwin.pdf about building the required packages prior to building
 FlightGear. They were all built with no errors and with a resulting
 directory structure exactly the same as shown in the instructions. But when
 I try and build FlightGear I get a message saying You *must* have the
 SimGear support library installed on your system to build the FGFS
 simulator. Where it says checking simgear/version.h presence etc it says
 no.
 
  
 
 SimGear is on my computer as far as I know, I ran the ./configuremake
 and make install commands with no errors.
 
  
 
 Any idea where I'm going wrong?

When building FlightGear, did you tell it where to find SimGear?
(I don't know anything about Cygwin, but if it's like Linux it'd
be with an argument to configure like --with-simgear=/path/to/simgear/

-c






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear support library not found

2006-02-01 Thread Georg Vollnhals

Chris Millichamp schrieb:

Hi

 

I am trying to build FG using cygwin. Have followed all the instructions 
in the fgfs_cygwin.pdf about building the required packages prior to 
building FlightGear. They were all built with no errors and with a 
resulting directory structure exactly the same as shown in the 
instructions. But when I try and build FlightGear I get a message saying 
“You **must** have the SimGear support library installed on your system 
to build the FGFS simulator”. Where it says “checking simgear/version.h 
presence” etc it says “no”.


 

SimGear is on my computer as far as I know, I ran the ./configure
make and make install commands with no errors.


 


Any idea where I’m going wrong?

 


Chris




Hi Chris,

did you really read this wonderful *.pdf very carefully? (once again 
thank you to the author :-) )
You should run either the ./configure for SimGear as for FlightGear with 
 a prefix to point to a common compile directory.

I did it as the sample of the *.pdf showed.

EXAMPLE!!!
My directory name is fg-cvs and is situated in the base layer of Cygwin
(Cygwin/fg-cvs).

You have to be in the ../source directories of SimGear/FlightGear and
then the commands when compiling the first time should be:

for SimGear:
./autogen.sh
./configure --prefix=/fg-cvs
make; make install

for FlightGear:
./autogen.sh
./configure --prefix=/fg-cvs
make; make install

And .. you did *not* mention it until now - read all about OpenAL and 
proceed as described!


I remember very clearly how difficult it is for a Winnie to get 
familiar with Cygwin as it was for me, too!

If you have further problems, don't give up - just ask!

Hope this helps
Regards
Georg EDDW
WinXP, Cygwin, FlightGear CVS - and very satisfied! :-)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


RE: [Flightgear-devel] SimGear support library not found

2006-02-01 Thread Chris Millichamp


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Georg
Vollnhals
Sent: 01 February 2006 16:16
To: flightgear-devel@lists.sourceforge.net
Subject: Re: [Flightgear-devel] SimGear support library not found

Chris Millichamp schrieb:
 Hi
 
  
 
 I am trying to build FG using cygwin. Have followed all the instructions 
 in the fgfs_cygwin.pdf about building the required packages prior to 
 building FlightGear. They were all built with no errors and with a 
 resulting directory structure exactly the same as shown in the 
 instructions. But when I try and build FlightGear I get a message saying 
 You **must** have the SimGear support library installed on your system 
 to build the FGFS simulator. Where it says checking simgear/version.h 
 presence etc it says no.
 
  
 
 SimGear is on my computer as far as I know, I ran the ./configure
 make and make install commands with no errors.
 
  
 
 Any idea where I'm going wrong?
 
  
 
 Chris
 


Hi Chris,

did you really read this wonderful *.pdf very carefully? (once again 
thank you to the author :-) )
You should run either the ./configure for SimGear as for FlightGear with 
  a prefix to point to a common compile directory.
I did it as the sample of the *.pdf showed.

EXAMPLE!!!
.My directory name is fg-cvs and is situated in the base layer of Cygwin
(Cygwin/fg-cvs).

You have to be in the ../source directories of SimGear/FlightGear and
then the commands when compiling the first time should be:

for SimGear:
./autogen.sh
./configure --prefix=/fg-cvs
make; make install

for FlightGear:
./autogen.sh
./configure --prefix=/fg-cvs
make; make install

And .. you did *not* mention it until now - read all about OpenAL and 
proceed as described!

I remember very clearly how difficult it is for a Winnie to get 
familiar with Cygwin as it was for me, too!
If you have further problems, don't give up - just ask!

Hope this helps
Regards
Georg EDDW
WinXP, Cygwin, FlightGear CVS - and very satisfied! :-)


Hi there.
I've tried what you just said and I still get the same error message. It
checks for SimGear version.h and doesn't find it and so configuration is
aborted. Have been trying for two days to build this thing and am getting
rather fed up of it all!

Once SimGear has been built,as per your instructions, I do the same for
FlightGear, which is:
$ cd ~
$ cd FlightGear-0.9.9  (which is c:/cygwin/home/chris/flightgear-0.9.9)
$ ./autogen.sh
Then
$ ./configure --prefix=/fg-0.9.9 (which is c:/cygwin/fg-0.9.9)
This is when the error message oocurs.

Any help would be greatly appreciated before I go totally nuts,
Chris




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear support library not found

2006-02-01 Thread Frederic Bouvier
Chris Millichamp wrote :
 Hi there.
 I've tried what you just said and I still get the same error message. It
 checks for SimGear version.h and doesn't find it and so configuration is
 aborted. Have been trying for two days to build this thing and am getting
 rather fed up of it all!

 Once SimGear has been built,as per your instructions, I do the same for
 FlightGear, which is:
 $ cd ~
 $ cd FlightGear-0.9.9  (which is c:/cygwin/home/chris/flightgear-0.9.9)
 $ ./autogen.sh
 Then
 $ ./configure --prefix=/fg-0.9.9 (which is c:/cygwin/fg-0.9.9)
 This is when the error message oocurs.

 Any help would be greatly appreciated before I go totally nuts,
 Chris
   


To diagnose these kind of problem, you must have a look at the content
of the config.log file. Search for SimGear, and you will find what is
causing problem.

-Fred




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel