Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-16 Thread Adam Dershowitz
OK, I have finally gotten it to build from scratch correctly. At the end of this is the build instructions. But they will only work if a set of patches are applied. I am not sure who they should go to, so that they will get put into CVS. So I have just attached them here. If none of you can ap

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-16 Thread Adam Dershowitz
[EMAIL PROTECTED]> > Reply-To: FlightGear developers discussions <[EMAIL PROTECTED]> > Date: Tue, 16 Nov 2004 18:31:25 -0500 > To: FlightGear developers discussions <[EMAIL PROTECTED]> > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > Hey, Is this co

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-16 Thread Arthur Wiebe
FlightGear developers discussions > > <[EMAIL PROTECTED]> > > Newsgroups: list.flightgear-devel > > Date: Mon, 15 Nov 2004 11:23:21 +0000 (UTC) > > To: <[EMAIL PROTECTED]> > > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > > > >

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-16 Thread Arthur Wiebe
ar developers discussions > > > <[EMAIL PROTECTED]> > > > Newsgroups: list.flightgear-devel > > > Date: Mon, 15 Nov 2004 11:23:21 + (UTC) > > > To: <[EMAIL PROTECTED]> > > > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X >

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-16 Thread Adam Dershowitz
ar-devel > Date: Mon, 15 Nov 2004 11:23:21 + (UTC) > To: <[EMAIL PROTECTED]> > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > Adam Dershowitz wrote: > >> I took a whack at drafting up a new set of Mac build instructions for the >> users gu

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-15 Thread James Turner
On 14 Nov 2004, at 13:42, Arthur Wiebe wrote: What needs to be done is something like this if (defined("macintosh") { #include } else { #include } Can you tell that I don't program in C? :) Two things - please use __APPLE__ to detect OS-X, 'macintosh' is more for Classic era stuff (though s

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-15 Thread Martin Spott
Adam Dershowitz wrote: > I took a whack at drafting up a new set of Mac build instructions for the > users guide. I would appreciate it if someone else could try to run through > this step by step just to confirm that I did not miss anything (another set > of eyes and a different computer is pret

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-14 Thread Arthur Wiebe
Patches for FlightGear and SImgear (CVS) available http://awiebe.blogdns.net/download/patches/flightgear.patch http://awiebe.blogdns.net/download/patches/simgear.patch These patches were created using "cvs diff -u" The patches should be applied before you build and will only work on Mac OS X becau

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-14 Thread ima . sudonim
Arthur, I have built FlightGear on Mac OS X. After a LOT of trial and error building SimGear and FlightGear without the X11 SDK. Great! It seems all that needed to be done was change GL/gl.h and GL/glu.h in all the source files which contained those includes to OpenGL/*. I was really concerned why

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-13 Thread Arthur Wiebe
> If you just do: > > > cd $BUILDDIR > > > src/FlightGear/src/Main/fgfs --fg-root=/path/to/data > > It should run. > > I believe that it will also try to search in $BUILDDIR/fgfsbase for data. > > Finally it will search for a file in your home directory .f

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-13 Thread Arthur Wiebe
. > For example, if you put --fg-root=/path/to/data into that file, then you > double click on src/FlightGear/src/Main/fgfs (or run it from the command > line) then it should startup and run. > > Once it is built, you can move fgfs anywhere that you want, such as into the > Applicatio

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-13 Thread Arthur Wiebe
Yes I found out quickly that locate does not stay up to date. But it did find everything. I think the datebase rebuilds daily or something. But I decided to try to build simgear again (from CVS) and it seems in a file called matlib.cxx in material it contains the following line: #include and it

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-13 Thread Boris Koenig
Arthur Wiebe wrote: Another way to do it which is what I did was use the following command: locate plibfnt It returned: /fgfs/lib/libplibfnt.a /Users/myuser/FlightGear/plib/src/fnt/libplibfnt.a "(s)locate" doesn't really "browse" your file system, as 'find' would do - rather, (s)locate runs a query

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-13 Thread Arthur Wiebe
Another way to do it which is what I did was use the following command: locate plibfnt It returned: /fgfs/lib/libplibfnt.a /Users/myuser/FlightGear/plib/src/fnt/libplibfnt.a So no, unless the source file count I do not have another PLIB installation. Even though I really have to work on my own pr

[Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-12 Thread ima . sudonim
Er, I should have said make these changes for Mac OS X, as the plib/examples changes are only needed for the Mac OS X platform. Sorry for the confusion! Ima ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-12 Thread ima . sudonim
Arthur, You've come so far, please don't give up now! This is the last day I'm going to work on this. If I can't get it to work today I will wait until Mac OS X 10.4 is released. (Tiger) Curt, Your command to find files works fine on Mac OS X.3.6, here's the result on my system: sudo find / -pri

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-12 Thread Curtis L. Olson
Arthur Wiebe wrote: I actually had two different PLIB installations floating around. But only one in the prefix. But even after removing the other two I still get this error. Compilers will typically search a default path that usually/often includes /usr/include, /usr/lib, /usr/local/include, /

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-12 Thread Adam Dershowitz
oups: list.flightgear-devel > Date: Thu, 11 Nov 2004 22:00:48 + (UTC) > To: <[EMAIL PROTECTED]> > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > [EMAIL PROTECTED] wrote: > >> Do you think you might be able to modify the mac os x docs for 0.9.6 >> es

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-12 Thread Arthur Wiebe
I actually had two different PLIB installations floating around. But only one in the prefix. But even after removing the other two I still get this error. On Fri, 12 Nov 2004 10:19:13 -0600, Curtis L. Olson <[EMAIL PROTECTED]> wrote: > Arthur, > > The missing symbol should be in the -lplibfnt lib

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-12 Thread Curtis L. Olson
Arthur, The missing symbol should be in the -lplibfnt library. Do you perhaps have an older version of plib (or parts of it) built with a different compiler still floating around on your system? By default plib tries to install itself in /usr/lib and /usr/include, so I would check there first.

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-12 Thread Arthur Wiebe
I just started over again. Building PLIB, SimGear, and FlightGear all from CVS. PLIB and SimGear worked of course but flightgear halts when building the GUI: Making all in GUI if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/fgfs/include -I/usr/X11R6/include -D_REENTRAN

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Arthur Wiebe
Great to hear you got it! But I'm still having problems and I have been using "make clean" all the time. Don't think that'll help for my situation. On Thu, 11 Nov 2004 18:11:53 -0600, Curtis L. Olson <[EMAIL PROTECTED]> wrote: > Adam Dershowitz wrote: > > > > >I finally got it all to build an

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Curtis L. Olson
Adam Dershowitz wrote: I finally got it all to build and work! Curt, you were correct, despite what I said below. Seems that when I rebuilt everything, it was not actually everything. I somehow missed a few things. I think that the specific problem was that clouds3d is one directory deeper than

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Adam Dershowitz
TECTED]> > Reply-To: FlightGear developers discussions <[EMAIL PROTECTED]> > Date: Thu, 11 Nov 2004 11:25:14 -0800 > To: FlightGear developers discussions <[EMAIL PROTECTED]> > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > > > >> From

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Martin Spott
Arthur Wiebe wrote: > I built PLIB and SimGear with automake 1.6.3 instead of 1.9.3 but I > don't think that would be a problem. I believe you won't need to deal with 'automake' as long as you stick to the source code 'release' packages, because 'configure' is already there. 'automake' comes into

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Arthur Wiebe
I wouldn't mind at all helping with updating the docs. I have some experience with my own projects. Keeping the documentation up to date is harder than writing code :) By the way I have the same problem trying to build FlightGear from CVS as the 0.9.6 release. PLIB, simgear, and almost flightgear

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Martin Spott
[EMAIL PROTECTED] wrote: > Do you think you might be able to modify the mac os x docs for 0.9.6 > especially with regard to updating make tools for a successful source > build? I'd welcome any sort of submission for documentation updates. This would be a great idea to get me back to working on

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Adam Dershowitz
> From: "Curtis L. Olson" <[EMAIL PROTECTED]> > Reply-To: FlightGear developers discussions <[EMAIL PROTECTED]> > Date: Thu, 11 Nov 2004 13:09:21 -0600 > To: FlightGear developers discussions <[EMAIL PROTECTED]> > Subject: Re: [Flightgear-devel] Re:

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Boris Koenig
Just a quick note as I am catching up on all this: Arthur Wiebe wrote: Now FlightGear itself is another story. I had to upgrade automake in order to run the autogen.sh script successfully. While I wouldn't consider this to be a very common problem, it would probably not be a bad idea to add a simpl

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Curtis L. Olson
Adam Dershowitz wrote: From: Arthur Wiebe <[EMAIL PROTECTED]> Reply-To: FlightGear developers discussions <[EMAIL PROTECTED]> Date: Thu, 11 Nov 2004 13:41:58 -0500 To: FlightGear developers discussions <[EMAIL PROTECTED]> Subject: Re: [Flightgear-devel] Re: FlightGear on Mac

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Adam Dershowitz
> From: Arthur Wiebe <[EMAIL PROTECTED]> > Reply-To: FlightGear developers discussions <[EMAIL PROTECTED]> > Date: Thu, 11 Nov 2004 13:41:58 -0500 > To: FlightGear developers discussions <[EMAIL PROTECTED]> > Subject: Re: [Flightgear-devel] Re: FlightGear o

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Arthur Wiebe
VS code. > > -- Adam > > > From: <[EMAIL PROTECTED]> > > Reply-To: FlightGear developers discussions > > <[EMAIL PROTECTED]> > > Date: Thu, 11 Nov 2004 12:22:52 -0500 > > To: <[EMAIL PROTECTED]> > > Subject: [Flightgear-devel] Re: F

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Adam Dershowitz
EMAIL PROTECTED]> > Date: Thu, 11 Nov 2004 12:22:52 -0500 > To: <[EMAIL PROTECTED]> > Subject: [Flightgear-devel] Re: FlightGear on Mac OS X > > Arthur, > > Makefile.in isn't in CVS. It is generated by automake. > > GNU Automake - http://www.gnu.org/soft

[Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread ima . sudonim
OK, cool! So your problem (I trust) is fixed. Thank you for sticking with it and fixing your problem! Tell all your mac friends about FlightGear! Do you think you might be able to modify the mac os x docs for 0.9.6 especially with regard to updating make tools for a successful source build?

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Arthur Wiebe
I > mentioned above). > > Ima > > > > > Message: 8 > > Date: Thu, 11 Nov 2004 09:51:09 -0500 > > From: Arthur Wiebe <[EMAIL PROTECTED]> > > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > To: FlightGear developers discussions > &g

[Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread ima . sudonim
flightgear and data are straight from cvs (no modified local copies, except for the FlightGear input.cxx and options.cxx files that I mentioned above). Ima Message: 8 Date: Thu, 11 Nov 2004 09:51:09 -0500 From: Arthur Wiebe <[EMAIL PROTECTED]> Subject: Re: [Flightgear-devel] Re: FlightGear

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-11 Thread Arthur Wiebe
files > > in a local tree and use --prefix so configure can find them. Also that > > way, I don't have to worry about old versions of plib that might be on > > my system somewhere. > > > > if you use --prefix with a non-system directory, you can avoid having >

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread Arthur Wiebe
ith a non-system directory, you can avoid having > to use sudo make install for library installation also. > > Lots of people on the list have run into problems related to old(er) > versions of libraries on their systems in multiple paths. I'm sure > that I ran into this

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread ima . sudonim
004, at 2:49 PM, Arthur wrote: Date: Wed, 10 Nov 2004 14:49:32 -0500 From: Arthur Wiebe <[EMAIL PROTECTED]> Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X To: FlightGear developers discussions <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type:

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread Arthur Wiebe
ows systems that the build only > > > finds PLIB when you specify --plib-prefix=/usr/. Weird, but that can be > > > what it takes; and it may be similar on OS X. > > > > > > The other tactic is to specify --prefix=/fg or some other value for > > > every compile

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread Arthur Wiebe
specify --plib-prefix=/usr/. Weird, but that can be > > what it takes; and it may be similar on OS X. > > > > The other tactic is to specify --prefix=/fg or some other value for > > every compile; PLIB, SimGear, FGFS. > > > > My 2 cents. > > > > Gile

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread Arthur Wiebe
> From: Curtis L. Olson [mailto:[EMAIL PROTECTED] > Sent: 10 November 2004 18:59 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > Arthur Wiebe wrote: > > >Hello. I think I have plib built and installed. Using GCC 3.3 and

RE: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread Giles Robertson
My 2 cents. Giles Robertson -Original Message- From: Curtis L. Olson [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 18:59 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X Arthur Wiebe wrote: >Hello. I think I have plib built and i

Re: [Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread Curtis L. Olson
Arthur Wiebe wrote: Hello. I think I have plib built and installed. Using GCC 3.3 and PLIB straight from CVS 2004-11-08. Looking in /usr/include/plib and /usr/lib/ it looks like plib is installed. The only problem I now have is when trying to configure simgear from CVS (same date) I get: checking p

[Flightgear-devel] Re: FlightGear on Mac OS X

2004-11-10 Thread Arthur Wiebe
Hello. I think I have plib built and installed. Using GCC 3.3 and PLIB straight from CVS 2004-11-08. Looking in /usr/include/plib and /usr/lib/ it looks like plib is installed. The only problem I now have is when trying to configure simgear from CVS (same date) I get: checking plib/ul.h usabilit