Re: [Flightgear-devel] Scratch Build Problem

2005-05-19 Thread Jonathan Polley
It seems as if the autogen.sh is also not making a symbolic link to  
config.guess.  It works for SimGear but not FlightGear.  After making  
the symbolic link myself, I was able to get configure to work.  I did  
find some other problems, but that will be the topic of another email.

Thanks,
Jonathan Polley
On May 19, 2005, at 12:12 PM, Jonathan Polley wrote:
Andy,
 The odd thing is that SimGear generated the link correctly and  
FlightGear does not.  When I get home, I will make the symbolic  
link manually and then continue the build process.

Thanks,
Jonathan Polley
On Thursday, May 19, 2005, at 08:55AM, Andy Ross  
<[EMAIL PROTECTED]> wrote:


Jonathan Polley wrote:
configure: error: cannot run /bin/sh ./config.sub
and config.sub was not generated by ./autogen.sh.  Any ideas as to
what needs to be done?
This is an automake file, and under normal circumstances it is a
symbolic link to a file in the automake distribution on your system:
$ ls -l config.sub
lrwxrwxrwx  1 andy andy 34 May 14 15:50 config.sub -> /usr/share/ 
automake-1.9/config.sub

Is it possible you have upgraded your automake and broken this link?
Try removing the file and doing a fresh autogen.sh.
Andy
___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Of COURSE they can do that.  They're engineers!
___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Scratch Build Problem

2005-05-19 Thread Jonathan Polley
Andy,

 The odd thing is that SimGear generated the link correctly and FlightGear 
does not.  When I get home, I will make the symbolic link manually and then 
continue the build process.

Thanks,

Jonathan Polley

On Thursday, May 19, 2005, at 08:55AM, Andy Ross <[EMAIL PROTECTED]> wrote:

>Jonathan Polley wrote:
>> configure: error: cannot run /bin/sh ./config.sub
>>
>> and config.sub was not generated by ./autogen.sh.  Any ideas as to
>> what needs to be done?
>
>This is an automake file, and under normal circumstances it is a
>symbolic link to a file in the automake distribution on your system:
>
>$ ls -l config.sub
>lrwxrwxrwx  1 andy andy 34 May 14 15:50 config.sub -> 
>/usr/share/automake-1.9/config.sub
>
>Is it possible you have upgraded your automake and broken this link?
>Try removing the file and doing a fresh autogen.sh.
>
>Andy
>
>___
>Flightgear-devel mailing list
>Flightgear-devel@flightgear.org
>http://mail.flightgear.org/mailman/listinfo/flightgear-devel
>2f585eeea02e2c79d7b1d8c4963bae2d
>
>


Of COURSE they can do that.  They're engineers!

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Scratch Build Problem

2005-05-19 Thread Andy Ross
Jonathan Polley wrote:
> configure: error: cannot run /bin/sh ./config.sub
>
> and config.sub was not generated by ./autogen.sh.  Any ideas as to
> what needs to be done?

This is an automake file, and under normal circumstances it is a
symbolic link to a file in the automake distribution on your system:

$ ls -l config.sub
lrwxrwxrwx  1 andy andy 34 May 14 15:50 config.sub -> 
/usr/share/automake-1.9/config.sub

Is it possible you have upgraded your automake and broken this link?
Try removing the file and doing a fresh autogen.sh.

Andy

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Scratch Build Problem

2005-05-19 Thread Adam Dershowitz
Yup.
For some reason there is something odd, that I was never able to figure out
for Mac builds.  I don't know why, but automake on the mac, does not do the
required links for building flightgear itself, but it does work fine for
SimGear and plib...I don't get it.
But here is the relevant part to solve the problem from my build
instructions:

* Build FlightGear

> cd $BUILDDIR/src/source
> ./autogen.sh
Automake should do the next two steps, but for some reason does not for
FlightGear
(but it does for SimGear, which is odd)
> ln -s /usr/share/automake-1.6/config.guess config.guess
> ln -s /usr/share/automake-1.6/config.sub config.sub
> ./configure --prefix=$BUILDDIR --without-x
> make

I have not tried a recent build from CVS, so I am curious if it works OK on
the mac, so please let me know.

-- Adam




> From: Jonathan Polley <[EMAIL PROTECTED]>
> Reply-To: FlightGear developers discussions 
> Date: Wed, 18 May 2005 23:27:23 -0500
> To: FlightGear developers discussions 
> Subject: [Flightgear-devel] Scratch Build Problem
> 
> I was having a problem getting FlightGear to link, so I decided to do
> a complete uninstall and delete of the development directories.
> After a clean fetch from CVS, I was able to rebuild SimGear, but
> FlightGear won't even configure.  I get the following error:
> 
> configure: error: cannot run /bin/sh ./config.sub
> 
> and config.sub was not generated by ./autogen.sh.  Any ideas as to
> what needs to be done?
> 
> Thanks,
> 
> Jonathan Polley
> 
> 
> ___
> Flightgear-devel mailing list
> Flightgear-devel@flightgear.org
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 2f585eeea02e2c79d7b1d8c4963bae2d



___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] Scratch Build Problem

2005-05-18 Thread Jonathan Polley
I was having a problem getting FlightGear to link, so I decided to do  
a complete uninstall and delete of the development directories.   
After a clean fetch from CVS, I was able to rebuild SimGear, but  
FlightGear won't even configure.  I get the following error:

configure: error: cannot run /bin/sh ./config.sub
and config.sub was not generated by ./autogen.sh.  Any ideas as to  
what needs to be done?

Thanks,
Jonathan Polley
___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d