Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-03 Thread Felix
; > > > Date: Thu, 3 Mar 2005 15:45:59 -0500 > > To: FlightGear developers discussions > > Subject: Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS > > X > > > > I wish there was a document that would go over the entire build for > > Mac

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-03 Thread Adam Dershowitz
There is: -- Adam > From: Felix <[EMAIL PROTECTED]> > Reply-To: FlightGear developers discussions > Date: Thu, 3 Mar 2005 15:45:59 -0500 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X > >

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-03 Thread Felix
I wish there was a document that would go over the entire build for Mac OS X. I forgot to build OpenAL for SimGear and i'm having difficulty. OpenAL has two a Macosx directory in the CVS Repository, and a Linux one. The mac os x one has an xcode project that doesn't build in xcode, and the linux on

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-03 Thread Jonathan Polley
I am using MacOS X 10.3 and don't remember having to upgrade the automake tools, but I have updated to the most recent Xcode release. On Thursday, March 03, 2005, at 08:38AM, Arthur Wiebe <[EMAIL PROTECTED]> wrote: >I don't know if anyone is aware of this but a document on building >from source

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-03 Thread Adam Dershowitz
r developers discussions > Date: Thu, 3 Mar 2005 09:33:24 -0500 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X > > I don't know if anyone is aware of this but a document on building > from sourc

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-03 Thread Arthur Wiebe
I don't know if anyone is aware of this but a document on building from source for Mac OS X is located at http://sourceforge.net/docman/display_doc.php?docid=26350&group_id=126825 And for myself, I upgraded autoconf and automake in order to run autogen.sh from the FGFS CVS. For some reason Apple's

RE: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-03 Thread Giles Robertson
> g++ -g -O2 -D_REENTRANT -L/FlightGear/lib -o test-up test-up.o > -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming > -lplibsg -lplibul -lz > ld: can't locate file for: -lsgmath > make[1]: *** [test-up] Error 1 > make: *** [all-recursive] Error 1 That's failed to find the first Sim

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-02 Thread Felix
opers discussions > > > > Date: Wed, 2 Mar 2005 22:56:42 -0500 > > To: > > Subject: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X > > > > Hi, > > > > I am trying to compile FlightGear 09 on a Mac OS X. I got plib, and > >

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-02 Thread Felix
nfig.sub config.sub > > ./configure --prefix=$BUILDDIR --without-x > > make > > You should only have to do this the first time that you build. > > -- Adam > > > From: Felix <[EMAIL PROTECTED]> > > Reply-To: FlightGear developers discussions > > > &

Re: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-02 Thread Adam Dershowitz
L PROTECTED]> > Reply-To: FlightGear developers discussions > Date: Wed, 2 Mar 2005 22:56:42 -0500 > To: > Subject: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X > > Hi, > > I am trying to compile FlightGear 09 on a Mac OS X. I got plib, and > Si

[Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X

2005-03-02 Thread Felix
Hi, I am trying to compile FlightGear 09 on a Mac OS X. I got plib, and SimGear installed fine. But FlightGear won't perform the autogen.sh correctly. For some reason it doesn't generate the config.sub files necessary for ./configure. When i run ./configure i get: configure: error: cannot run /bi