Board index FlightGear Support Compiling

Compiling recent FlightGear GIT devel version on OSX

Building FlightGear from source, and in the need for help?

Re: Compiling recent FlightGear GIT devel version on OSX

Postby crashdog » Fri Oct 08, 2010 10:27 pm

Hi,
I just tried my first flightgear compilation according to the Wiki page. I use os-x 10.6.4, x-code 3.2.3 64-bit.
Everything went fine until compiling simgear.
Code: Select all
Making all in screen
g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -I../..   -I/opt/local/include  -g -O2 -D_REENTRANT -MT tr.o -MD -MP -MF .deps/tr.Tpo -c -o tr.o tr.cxx
tr.cxx:148:16: error: gl.h: No such file or directory
tr.cxx: In function ‘void trRasterPos3f(TRcontext*, GLfloat, GLfloat, GLfloat)’:
tr.cxx:569: error: ‘gluProject’ was not declared in this scope
make[3]: *** [tr.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1


I tried ./configure and ./configure --with-plib=/opt/local But it's probably another issue with not finding the glu headers.
Any hints what I need to change to make it compile ?

Crashdog
crashdog
 
Posts: 8
Joined: Fri Oct 08, 2010 10:19 pm
Location: Schaffhausen
Version: next
OS: Ubuntu / Windows

Re: Compiling recent FlightGear GIT devel version on OSX

Postby crashdog » Sat Oct 09, 2010 11:11 am

I now "bruteforcedly" set the path to glu.h in tr.cxx, which made it compile and link ok.
Code: Select all
#include "/Developer/SDKs/MacOSX10.6.sdk/usr/X11/include/GL/glu.h"

So simgear completely compiled now.
But flightgear seames to suffer from the same problem of not including the glu headers and path.
Code: Select all
make[3]: Nothing to be done for `all'.
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -g -O2 -D_REENTRANT -MT hud.o -MD -MP -MF .deps/hud.Tpo -c -o hud.o hud.cxx
hud.cxx: In function ‘void fgUpdateHUDVirtual(osg::State*)’:
hud.cxx:348: error: ‘gluPerspective’ was not declared in this scope
hud.cxx:361: error: ‘gluLookAt’ was not declared in this scope
hud.cxx: In function ‘void fgUpdateHUD(osg::State*, GLfloat, GLfloat, GLfloat, GLfloat)’:
hud.cxx:397: error: ‘gluOrtho2D’ was not declared in this scope
make[3]: *** [hud.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


I can't see any error when executing autogen.sh and configure. But shurely something must be wrong with the glu path.

Crashdog
crashdog
 
Posts: 8
Joined: Fri Oct 08, 2010 10:19 pm
Location: Schaffhausen
Version: next
OS: Ubuntu / Windows

Re: Compiling recent FlightGear GIT devel version on OSX

Postby crashdog » Sat Oct 09, 2010 12:03 pm

and another one:
Code: Select all
Making all in GUI
g++  -g -O2 -D_REENTRANT   -L/opt/local/lib -o layout-test layout-test.o libGUI.a -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml -lsgtiming -lplibpw -lplibpu -lplibfnt -lplibul -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
ld: library not found for -lplibpw
collect2: ld returned 1 exit status
make[2]: *** [layout-test] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

There really is no plibpw on my entire system. In /opt/local/var/macports/software/plib/1.8.5_0/opt/local/lib there are
-rw-r--r-- 2 root admin 25288 8 Okt 00:47 libplibul.a
-rw-r--r-- 2 root admin 101824 8 Okt 00:47 libplibsg.a
-rw-r--r-- 2 root admin 256936 8 Okt 00:47 libplibpuaux.a
-rw-r--r-- 2 root admin 288720 8 Okt 00:47 libplibpu.a
-rw-r--r-- 2 root admin 15976 8 Okt 00:47 libplibjs.a
-rw-r--r-- 2 root admin 301728 8 Okt 00:47 libplibssgaux.a
-rw-r--r-- 2 root admin 1224232 8 Okt 00:47 libplibssg.a
-rw-r--r-- 2 root admin 142344 8 Okt 00:47 libplibpsl.a
-rw-r--r-- 2 root admin 56368 8 Okt 00:47 libplibnet.a
-rw-r--r-- 2 root admin 110592 8 Okt 00:47 libplibfnt.a

... solution for the moment was to outcomment layout-test from the Makefile. It's a standalone test program that seames not to be needed to run flightgear.

Crashdog
crashdog
 
Posts: 8
Joined: Fri Oct 08, 2010 10:19 pm
Location: Schaffhausen
Version: next
OS: Ubuntu / Windows

Re: Compiling recent FlightGear GIT devel version on OSX

Postby crashdog » Sat Oct 09, 2010 12:40 pm

Everything has compiled and linked without error now. But when starting fgfs it's segfaulting ... surprise, surprise...

svmyserver:Aircraft gery$ fgfs -v --aircraft=c172r --airport=LFSO --runway=19r
Processing command line arguments
Segmentation fault
crashdog
 
Posts: 8
Joined: Fri Oct 08, 2010 10:19 pm
Location: Schaffhausen
Version: next
OS: Ubuntu / Windows

Re: Compiling recent FlightGear GIT devel version on OSX

Postby mongrol » Sun Nov 14, 2010 11:33 am

Same here. Quick stack trace in gdb shows the following;

Code: Select all

(gdb) run
Starting program: /usr/local/bin/fgfs
Reading symbols for shared libraries .+++++++.+++++++++++++............................................................................................... done
Processing command line arguments

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000018
flightgear::CameraGroup::buildGUICamera (this=0x101d2bc60, cameraNode=0x101d303b0, window=0x0) at CameraGroup.cxx:421
421       camera->setGraphicsContext(window->gc.get());
(gdb) bt
#0  flightgear::CameraGroup::buildGUICamera (this=0x101d2bc60, cameraNode=0x101d303b0, window=0x0) at CameraGroup.cxx:421
#1  0x00000001000933a0 in flightgear::CameraGroup::buildCameraGroup (viewer=<value temporarily unavailable, due to optimizations>, gnode=0x101d38de0) at CameraGroup.cxx:462
#2  0x000000010009a44d in fgOSOpenWindow (stencil=51) at fg_os_osgviewer.cxx:231
#3  0x000000010004bc2b in fgMainInit (argc=1, argv=0x7fff5fbff850) at main.cxx:617
#4  0x0000000100049205 in main (argc=1, argv=0x7fff5fbff850) at bootstrap.cxx:243
(gdb)


Anyone else compiled git recently?
mongrol
 
Posts: 26
Joined: Sun Apr 11, 2010 11:10 am

Re: Compiling recent FlightGear GIT devel version on OSX

Postby zakalawe » Sun Nov 14, 2010 7:00 pm

To rule in/out a problem with your local compilation, I'd suggest trying the nightly Mac builds, and see if they either work, or crash, for you. See: http://wiki.flightgear.org/index.php/FlightGear_Build_Server
zakalawe
 
Posts: 1259
Joined: Sat Jul 19, 2008 5:48 pm
Location: Edinburgh, Scotland
Callsign: G-ZKLW
Version: next
OS: Mac

Re: Compiling recent FlightGear GIT devel version on OSX

Postby mongrol » Sun Nov 14, 2010 11:30 pm

Ha! I had no idea a nightly build existed and it's taken me a week of evenings just to get a successful compilation. :D I'll try the nightly later and report back. Thanks a lot.
mongrol
 
Posts: 26
Joined: Sun Apr 11, 2010 11:10 am

Re: Compiling recent FlightGear GIT devel version on OSX

Postby zakalawe » Mon Nov 15, 2010 12:44 am

mongrol wrote: I'll try the nightly later and report back.

The reason you had no idea is, I only got them working a few weeks ago - so any testing of nightlies is appreciated, and expect some rough edges. Obviously my hope is to get much more testing of the recent code by Mac and Windows users, who don't want to spend time compiling! All feedback is useful, even if it's just to report that the nightlies don't work for you.
zakalawe
 
Posts: 1259
Joined: Sat Jul 19, 2008 5:48 pm
Location: Edinburgh, Scotland
Callsign: G-ZKLW
Version: next
OS: Mac

Re: Compiling recent FlightGear GIT devel version on OSX

Postby gral » Sat Feb 26, 2011 4:15 pm

zakalawe wrote in Mon Nov 15, 2010 12:44 am:The reason you had no idea is, I only got them working a few weeks ago - so any testing of nightlies is appreciated, and expect some rough edges. Obviously my hope is to get much more testing of the recent code by Mac and Windows users, who don't want to spend time compiling! All feedback is useful, even if it's just to report that the nightlies don't work for you.


Thanks for providing the nightlies, works fine here (also with 10.6.6/x86_64) and the hudson is a great service anyway !

edit: [ removed comments about the tutorial and 10.6.6, because I noticed today that the tutorial actually doesn’t work for 10.6.6/x86_64 ]

edit2: there are now some changes to the tutorial for X86_64 on OSX 10.6.6:

1. You need to compile plib yourself instead of macports usage. Download plib 1.8.5 source from http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz and apply this two patches to the source.

2. Configure plib with
Code: Select all
./configure CXXFLAGS="-arch i386"
before make install

3. For OpenSceneGraph use version 2.9.9 (recent trunk 2.9.11 will not work):
Code: Select all
svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.9 OpenSceneGraph

Use
Code: Select all
cmake  -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.5.sdk -DCMAKE_OSX_ARCHITECTURES=i386 -DJASPER_LIBRARY= -DCMAKE_OSX_DEPLOYMENT_TARGET=10.5


EDIT --> Experimental: you can also try "cmake -G Xcode" and build OpenSceneGraph with Xcode projects you will get with this (but don’t forget to edit project settings to sdk 10.5 and arch i386)

4. For SimGear/FlightGear use
Code: Select all
./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386"


EDIT --> Experimental with SimGear (for FlightGear it doesn’t work actually): "cmake -G Xcode" and compile with SimGear.xcodeproj

I will put this into the tutorial soon. Hope this helps someone trying to self-compile ;-)

Cheers, gral
gral
 
Posts: 323
Joined: Mon Nov 16, 2009 2:03 pm
Location: Zurich (Switzerland)
Callsign: HB-GRAL
Version: GIT

Re: Compiling recent FlightGear GIT devel version on OSX

Postby Liam » Mon Mar 28, 2011 2:04 pm

Hi Gral, very useful wiki page; i do have a problem it appears however. Would you be able to tell me if I Have done something wrong?

I have the following error in terminal after attempting the following:

wiki instructions:
Code: Select all
Install SimGear
cd to the directory and type
./autogen.sh
./configure
*Remark: When SimGear does not find your MacPorts plib installation you might set path to /opt/local with
./configure --with-plib=/opt/local
make
sudo make install

----
I enter in terminal:
Code: Select all
cd simgear
./autogen.sh
./configure
./configure --with-plib=/opt/local
make
sudo make install

----
It seems to fly a lot of code by me and then come up with the following error:
Code: Select all
checking pthread.h presence... yes
..... (cut out lots of stuff) ..........
checking for pthread.h... yes
checking for library containing pthread_exit... none required
checking for library containing inet_addr... none required
checking for library containing socket... none required
checking for library containing cos... none required
checking for library containing clock_gettime... no
checking OpenAL/al.h usability... yes
checking OpenAL/al.h presence... yes
checking for OpenAL/al.h... yes
checking ALUT/alut.h usability... yes
checking ALUT/alut.h presence... yes
checking for ALUT/alut.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenThreadsGetVersion in -lOpenThreads... no
checking osg/Version usability... no
checking osg/Version presence... no
checking for osg/Version... no

You *must* have the OpenThreads library installed on your system
to build this version of SimGear!
   Maybe you need to specify --with-osg=DIR.
   Maybe you need to specify some LDFLAGS to help the linker.

     LIBS: ''
  LDFLAGS: ''
 CPPFLAGS: ' -I/opt/local/include'

Please see README.OSG for more details.

configure aborted.
Liam-Gathercoles-iMac:simgear Liam$


Note that I have downloaded this mysterious "OpenThreads" which as far as I understant, is some sort of dependancy for OSG or Plib, and placed it into my Library/Frameworks folder, although there is no option to install it or anything and the readme says "coming soon" :lol: .. have i not installed it correctly? have I missed something? Is there any more information I can provide for someone to assist? is it a case of a missing framework which I havent installed?

Edit: I have also been on the OSG website and downloaded it manually without terminal, and it added a lot of frameworks to my system and did not make any difference to the errors i recieved and still refused to compile my FlightGear afterwards.
User avatar
Liam
 
Posts: 1905
Joined: Tue Dec 23, 2008 4:33 pm
Location: United Kingdom
Callsign: Liam
Version: GIT
OS: MAC OS X

Re: Compiling recent FlightGear GIT devel version on OSX

Postby gral » Mon Mar 28, 2011 11:17 pm

Hi Liam

Liam wrote in Mon Mar 28, 2011 2:04 pm:It seems to fly a lot of code by me and then come up with the following error:
Code: Select all
checking pthread.h presence... yes



First, this is the good message of your output. And then

Liam wrote in Mon Mar 28, 2011 2:04 pm:..... (cut out lots of stuff) ..........
checking for OpenThreadsGetVersion in -lOpenThreads... no
checking osg/Version usability... no
checking osg/Version presence... no
checking for osg/Version... no


this is the bad one. It seems like you don’t have OSG installed, or wrong version (OpenThreads is part of the OSG installation). Later you say you moved some libs directly to some folders (frameworks?), but you have to install OSG like described in the wiki or in the post above (for OSX 10.6). When you are on OSX 10.6 you have to follow the post above, but never do this on a OSG source twice. Move latest try to trash and use a new download of OSG 2.9.7 (recommended for OSX 10.5) or 2.9.9 (maybe better for OSX 10.6).

A message not to follow from SimGear/FlightGear is this one:
Liam wrote in Mon Mar 28, 2011 2:04 pm:Please see README.OSG for more details.


This README is completely out of date.

Liam wrote in Mon Mar 28, 2011 2:04 pm:Edit: I have also been on the OSG website and downloaded it manually without terminal, and it added a lot of frameworks to my system and did not make any difference to the errors i recieved and still refused to compile my FlightGear afterwards.


Remove all installed files. Look out for OpenSceneGraph.framework, OpenThreads.framework, osg this and that, remove all. When you tried to install OSG via MacPorts type also in terminal "sudo port uninstall openscenegraph". Do a search for files containing "osg". Make your mac completely OSG clean before you start again ;-)

Now just compile OSG yourself, it works. But again, the steps for OSX 10.5/10.6 are different. And don’t forget to "sudo make install" at the end (I don’t think you’re idiot, it’s just because I forget such things sometimes myself, I am an old man). With sudo make install it goes to a "hidden" folder /usr/local/lib on your system and will be found from simgear/flightgear, when it is the right version. Just to be sure here again how to install OSG, after you did all other steps described on wiki page, and before you try to compile simgear/flightgear (the configuration steps below are different for OSX 10.5 / 10.6 !):

For both system: Create a new folder on your mac, move to this folder in terminal with "cd /Users/liam/path/to/new/directory", then type

OSX 10.5.8:
Code: Select all
svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.7 OpenSceneGraph


You get all files in a new created folder "OpenSceneGraph" in this new directory, type in same terminal window:

Code: Select all
cd OpenSceneGraph
   ./configure
   make
   sudo make install


for OSX 10.6.6:
Code: Select all
svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.9 OpenSceneGraph


But the configuration is different for OSX 10.6, type (copy paste) this one in terminal, when you are in a "fresh" OpenSceneGraph folder:
Code: Select all
cmake  -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.5.sdk -DCMAKE_OSX_ARCHITECTURES=i386 -DJASPER_LIBRARY= -DCMAKE_OSX_DEPLOYMENT_TARGET=10.5


and after that, "sudo make install".

Hope this helps. In case you get new or other errors, let me know.

Thanks for giving it a try, Cheers, gral
gral
 
Posts: 323
Joined: Mon Nov 16, 2009 2:03 pm
Location: Zurich (Switzerland)
Callsign: HB-GRAL
Version: GIT

Re: Compiling recent FlightGear GIT devel version on OSX

Postby Liam » Wed Mar 30, 2011 2:52 pm

Hi Gral thank you very much for your comprehensive guide, I was clearly installing the 10.5 version when im using 10.6 .. I removed all files and framworks and it installed fine this time :).

Thanks again
Most grateful,
Liam
User avatar
Liam
 
Posts: 1905
Joined: Tue Dec 23, 2008 4:33 pm
Location: United Kingdom
Callsign: Liam
Version: GIT
OS: MAC OS X

Re: Compiling recent FlightGear GIT devel version on OSX

Postby Liam » Wed Mar 30, 2011 7:39 pm

Oh oh i speak too soon, there is another error during compiling the final stage... although openscenegraph is all installed fine, the simgear works fine and then it gets to the flightgear install where it goes wrong..

Wiki:
Code: Select all
Install FlightGear
./autogen.sh
./configure (OSX 10.6.6: ./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386")
make
sudo make install

so using 10.6.6 OSX i enter in console:
Code: Select all
cd desktop/fg/flightgear
./autogen.sh


I get:
Code: Select all
Running aclocal
Running autoheader
Running automake --add-missing
tests/Makefile.am:6: variable `test_up_LDFLAGS' is defined but no program or
tests/Makefile.am:6: library has `test_up' as canonic name (possible typo)
Running autoconf

======================================
Now you are ready to run './configure'
======================================
Liam-Gathercoles-iMac:flightgear Liam$


I enter:
Code: Select all
./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386"

I get:
Code: Select all
checking build system type... i386-apple-darwin10.7.0
checking host system type... i386-apple-darwin10.7.0
checking target system type... i386-apple-darwin10.7.0
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for git... 1
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c -p
checking whether ln -s works... yes
checking for boostlib >= 1.37.0... yes
configure: Using Carbon framework
no EXTRA_DIRS for i386-apple-darwin10.7.0
checking for extra include and lib directories...
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for simgear HLA/RTI support... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking int daylight variable... yes
checking long timezone variable... yes
checking for library containing hid_init... no
no fancy X11 check
checking for library containing pthread_create... none required
checking for library containing inet_addr... none required
checking for library containing socket... none required
checking for library containing main... none required
checking for library containing sqrt... none required
checking for library containing ceil... none required
checking for library containing dlclose... none required
checking for library containing clock_gettime... no
checking whether compiler supports framework OpenAL... yes
checking whether compiler supports framework ALUT... yes
checking simgear/version.h usability... yes
checking simgear/version.h presence... yes
checking for simgear/version.h... yes
checking for SimGear 2.2.0 or newer... [found 2.2.0] ... yes
checking simgear/screen/jpgfactory.hxx usability... no
checking simgear/screen/jpgfactory.hxx presence... no
checking for simgear/screen/jpgfactory.hxx... no
checking plib/ul.h usability... yes
checking plib/ul.h presence... yes
checking for plib/ul.h... yes

checking for plib 1.8.5 or newer... yes
checking for OpenThreadsGetVersion in -lOpenThreads... yes
checking for osgGetVersion in -losg... yes
checking for osgUtilGetVersion in -losgUtil... yes
checking for osgDBGetVersion in -losgDB... yes
checking for osgTextGetVersion in -losgText... yes
checking for osgGAGetVersion in -losgGA... yes
checking for osgViewerGetVersion in -losgViewer... yes
checking for osgSimGetVersion in -losgSim... yes
checking for osgParticleGetVersion in -losgParticle... yes
checking for osgFXGetVersion in -losgFX... yes
checking osg/Version usability... yes
checking osg/Version presence... yes
checking for osg/Version... yes
checking checking for osg::CullSettings::CLEAR_MASK... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking svn_client.h usability... yes
checking svn_client.h presence... yes
checking for svn_client.h... yes
TerraSync will use libsvn
checking for library containing svn_client_checkout... -lsvn_client-1
checking for library containing svn_cmdline_init... -lsvn_subr-1
checking for feenableexcept... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for unistd.h... (cached) yes
checking for windows.h... (cached) no
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for ftime... yes
checking for gettimeofday... yes
checking for timegm... yes
checking for memcpy... yes
checking for bcopy... yes
checking for mktime... yes
checking for strstr... yes
checking for rand... yes
checking for mkfifo... yes
checking for random... yes
checking for drand48... yes
checking for setitimer... yes
checking for getitimer... yes
checking for signal... yes
checking for GetLocalTime... no
checking for rint... yes
checking for getrusage... yes
checking for truncf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating man/est-epsilon.1
config.status: creating man/fgfs.1
config.status: creating man/fgjs.1
config.status: creating man/gl-info.1
config.status: creating man/js_demo.1
config.status: creating man/pstest.1
config.status: creating scripts/Makefile
config.status: creating scripts/debug/Makefile
config.status: creating scripts/perl/Makefile
config.status: creating scripts/perl/examples/Makefile
config.status: creating scripts/perl/traffic/Makefile
config.status: creating scripts/python/Makefile
config.status: creating src/Makefile
config.status: creating src/Include/Makefile
config.status: creating src/Include/version.h
config.status: creating src/Aircraft/Makefile
config.status: creating src/Airports/Makefile
config.status: creating src/ATC/Makefile
config.status: creating src/ATCDCL/Makefile
config.status: creating src/Autopilot/Makefile
config.status: creating src/Cockpit/Makefile
config.status: creating src/Cockpit/built_in/Makefile
config.status: creating src/Environment/Makefile
config.status: creating src/FDM/ExternalNet/Makefile
config.status: creating src/FDM/ExternalPipe/Makefile
config.status: creating src/FDM/JSBSim/Makefile
config.status: creating src/FDM/JSBSim/initialization/Makefile
config.status: creating src/FDM/JSBSim/input_output/Makefile
config.status: creating src/FDM/JSBSim/math/Makefile
config.status: creating src/FDM/JSBSim/models/Makefile
config.status: creating src/FDM/JSBSim/models/flight_control/Makefile
config.status: creating src/FDM/JSBSim/models/atmosphere/Makefile
config.status: creating src/FDM/JSBSim/models/propulsion/Makefile
config.status: creating src/FDM/LaRCsim/Makefile
config.status: creating src/FDM/SP/Makefile
config.status: creating src/FDM/UIUCModel/Makefile
config.status: creating src/FDM/YASim/Makefile
config.status: creating src/FDM/Makefile
config.status: creating src/GUI/Makefile
config.status: creating src/Input/Makefile
config.status: creating src/Instrumentation/Makefile
config.status: creating src/Instrumentation/KLN89/Makefile
config.status: creating src/Instrumentation/HUD/Makefile
config.status: creating src/Main/Makefile
config.status: creating src/Main/runfgfs
config.status: creating src/Main/runfgfs.bat
config.status: creating src/Model/Makefile
config.status: creating src/AIModel/Makefile
config.status: creating src/MultiPlayer/Makefile
config.status: creating src/Navaids/Makefile
config.status: creating src/Network/Makefile
config.status: creating src/Network/HLA/Makefile
config.status: creating src/Scenery/Makefile
config.status: creating src/Scripting/Makefile
config.status: creating src/Sound/Makefile
config.status: creating src/Systems/Makefile
config.status: creating src/Time/Makefile
config.status: creating src/Traffic/Makefile
config.status: creating tests/Makefile
config.status: creating utils/Makefile
config.status: creating utils/GPSsmooth/Makefile
config.status: creating utils/fgadmin/Makefile
config.status: creating utils/fgadmin/src/Makefile
config.status: creating utils/js_server/Makefile
config.status: creating utils/Modeller/Makefile
config.status: creating utils/propmerge/Makefile
config.status: creating utils/TerraSync/Makefile
config.status: creating utils/xmlgrep/Makefile
config.status: creating utils/fgviewer/Makefile
config.status: creating src/Include/config.h
config.status: src/Include/config.h is unchanged
config.status: executing depfiles commands

Configure Summary
=================
Prefix: /usr/local
Log messages: yes
-n Automake version:
automake (GNU automake) 1.10
Building with multiplayer support
Threads: yes
Event input: no
Include special purpose flight models: yes
Liam-Gathercoles-iMac:flightgear Liam$


I enter "make" and get:
Code: Select all
Making all in tests
make[1]: Nothing to be done for `all'.
Making all in man
make[1]: Nothing to be done for `all'.
Making all in scripts
Making all in debug
make[2]: Nothing to be done for `all'.
Making all in perl
Making all in examples
make[3]: Nothing to be done for `all'.
Making all in traffic
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in python
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in src
Making all in Include
make  all-am
Making all in Aircraft
make[2]: Nothing to be done for `all'.
Making all in Airports
make[2]: Nothing to be done for `all'.
Making all in ATC
make[2]: Nothing to be done for `all'.
Making all in ATCDCL
make[2]: Nothing to be done for `all'.
Making all in Autopilot
make[2]: Nothing to be done for `all'.
Making all in Cockpit
Making all in built_in
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in Environment
make[2]: Nothing to be done for `all'.
Making all in FDM
Making all in JSBSim
Making all in initialization
make[4]: Nothing to be done for `all'.
Making all in models
Making all in atmosphere
make[5]: Nothing to be done for `all'.
Making all in propulsion
make[5]: Nothing to be done for `all'.
Making all in flight_control
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in input_output
make[4]: Nothing to be done for `all'.
Making all in math
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in LaRCsim
make[3]: Nothing to be done for `all'.
Making all in UIUCModel
make[3]: Nothing to be done for `all'.
Making all in YASim
make[3]: Nothing to be done for `all'.
Making all in SP
make[3]: Nothing to be done for `all'.
Making all in ExternalNet
make[3]: Nothing to be done for `all'.
Making all in ExternalPipe
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in GUI
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT layout-test.o -MD -MP -MF .deps/layout-test.Tpo -c -o layout-test.o layout-test.cxx
layout-test.cxx:9:21: error: plib/pw.h: No such file or directory
layout-test.cxx: In function ‘void exitCB()’:
layout-test.cxx:28: error: ‘pwCleanup’ was not declared in this scope
layout-test.cxx: In function ‘int main(int, char**)’:
layout-test.cxx:45: error: ‘pwInit’ was not declared in this scope
layout-test.cxx:47: error: ‘pwSetCallbacks’ was not declared in this scope
make[2]: *** [layout-test.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Liam-Gathercoles-iMac:flightgear Liam$


something appear wrong with the make above, then as i enter sudo make install:
Code: Select all
Password:
Making install in tests
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'est-epsilon' '/usr/local/bin/est-epsilon'
  /usr/bin/install -c -p  'gl-info' '/usr/local/bin/gl-info'
  /usr/bin/install -c -p  'alcinfo' '/usr/local/bin/alcinfo'
make[2]: Nothing to be done for `install-data-am'.
Making install in man
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || .././install-sh -c -d "/usr/local/share/man/man1"
 /usr/bin/install -c -p -m 644 './est-epsilon.1' '/usr/local/share/man/man1/est-epsilon.1'
 /usr/bin/install -c -p -m 644 './fgfs.1' '/usr/local/share/man/man1/fgfs.1'
 /usr/bin/install -c -p -m 644 './fgjs.1' '/usr/local/share/man/man1/fgjs.1'
 /usr/bin/install -c -p -m 644 './gl-info.1' '/usr/local/share/man/man1/gl-info.1'
 /usr/bin/install -c -p -m 644 './js_demo.1' '/usr/local/share/man/man1/js_demo.1'
 /usr/bin/install -c -p -m 644 './pstest.1' '/usr/local/share/man/man1/pstest.1'
Making install in scripts
Making install in debug
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in perl
Making install in examples
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in traffic
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in python
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
Making install in Include
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Aircraft
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Airports
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in ATC
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in ATCDCL
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Autopilot
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Cockpit
Making install in built_in
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in Environment
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in FDM
Making install in JSBSim
Making install in initialization
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in models
Making install in atmosphere
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in propulsion
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in flight_control
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in input_output
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in math
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in LaRCsim
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in UIUCModel
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in YASim
test -z "/usr/local/bin" || ../../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'yasim' '/usr/local/bin/yasim'
make[4]: Nothing to be done for `install-data-am'.
Making install in SP
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ExternalNet
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ExternalPipe
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in GUI
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT layout-test.o -MD -MP -MF .deps/layout-test.Tpo -c -o layout-test.o layout-test.cxx
layout-test.cxx:9:21: error: plib/pw.h: No such file or directory
layout-test.cxx: In function ‘void exitCB()’:
layout-test.cxx:28: error: ‘pwCleanup’ was not declared in this scope
layout-test.cxx: In function ‘int main(int, char**)’:
layout-test.cxx:45: error: ‘pwInit’ was not declared in this scope
layout-test.cxx:47: error: ‘pwSetCallbacks’ was not declared in this scope
make[2]: *** [layout-test.o] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Liam-Gathercoles-iMac:flightgear Liam$


hmm... something severely wrong there... any idea what that might be?

Thanks in advance, sorry for trouble.
User avatar
Liam
 
Posts: 1905
Joined: Tue Dec 23, 2008 4:33 pm
Location: United Kingdom
Callsign: Liam
Version: GIT
OS: MAC OS X

Re: Compiling recent FlightGear GIT devel version on OSX

Postby gral » Wed Mar 30, 2011 9:40 pm

Hi Liam

Did you uninstall plib with "sudo port uninstall plib"? Looks for me like your machine search plib header pw.h from opt/local/include. This doesn’t exist when you install plib via MacPorts on OSX 10.6.6. You can also try to use
Code: Select all
./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386"  --with-plib=/usr/local/include

or where else you installed plib. For OSX 10.6.6 you should NOT use plib install via MacPorts. It comes without pw and then you don’t have this header files. You have to compile plib yourself like described in the wiki and above.

Something different: before you "make" and "./configure" when you have some errors, do a "make clean" or a "make distclean" in simgear/flightgear folders.

Hope this helps, gral

EDIT: In case you run in other problems with plib, you can place this framework in your /Library/Frameworks folder, or you can use this patched plib source. But first you have to uninstall MacPorts plib, and all other plib installs.
gral
 
Posts: 323
Joined: Mon Nov 16, 2009 2:03 pm
Location: Zurich (Switzerland)
Callsign: HB-GRAL
Version: GIT

Re: Compiling recent FlightGear GIT devel version on OSX

Postby Liam » Thu Mar 31, 2011 2:29 pm

Ok brilliant it seems to have plib now (i think)... i managed to add the patches to it as well, and it seems to all be inside where I placed it (installed into desktop/fg/plib-1.8.5).. and I ran it through terminal as it said and it gave no problems (except lots of Nothing to be done for ____ blah blah), I have just installed the FlightGear with ./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386" make sudo make install, and it seemed to allow it to finish (i have shown all its results below)
Code: Select all
---- (Removed loads of the beginning) ----
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT sample_queue.o -MD -MP -MF .deps/sample_queue.Tpo -c -o sample_queue.o sample_queue.cxx
mv -f .deps/sample_queue.Tpo .deps/sample_queue.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT voiceplayer.o -MD -MP -MF .deps/voiceplayer.Tpo -c -o voiceplayer.o voiceplayer.cxx
mv -f .deps/voiceplayer.Tpo .deps/voiceplayer.Po
rm -f libSound.a
ar cru libSound.a beacon.o fg_fx.o morse.o voice.o sample_queue.o voiceplayer.o
ranlib libSound.a
Making all in Systems
 cd ../.. && /bin/sh ./config.status src/Systems/Makefile depfiles
config.status: creating src/Systems/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT system_mgr.o -MD -MP -MF .deps/system_mgr.Tpo -c -o system_mgr.o system_mgr.cxx
mv -f .deps/system_mgr.Tpo .deps/system_mgr.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT electrical.o -MD -MP -MF .deps/electrical.Tpo -c -o electrical.o electrical.cxx
mv -f .deps/electrical.Tpo .deps/electrical.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT pitot.o -MD -MP -MF .deps/pitot.Tpo -c -o pitot.o pitot.cxx
mv -f .deps/pitot.Tpo .deps/pitot.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT static.o -MD -MP -MF .deps/static.Tpo -c -o static.o static.cxx
mv -f .deps/static.Tpo .deps/static.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT vacuum.o -MD -MP -MF .deps/vacuum.Tpo -c -o vacuum.o vacuum.cxx
mv -f .deps/vacuum.Tpo .deps/vacuum.Po
rm -f libSystems.a
ar cru libSystems.a system_mgr.o electrical.o pitot.o static.o vacuum.o
ranlib libSystems.a
Making all in Time
 cd ../.. && /bin/sh ./config.status src/Time/Makefile depfiles
config.status: creating src/Time/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT light.o -MD -MP -MF .deps/light.Tpo -c -o light.o light.cxx
mv -f .deps/light.Tpo .deps/light.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT sunsolver.o -MD -MP -MF .deps/sunsolver.Tpo -c -o sunsolver.o sunsolver.cxx
mv -f .deps/sunsolver.Tpo .deps/sunsolver.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT TimeManager.o -MD -MP -MF .deps/TimeManager.Tpo -c -o TimeManager.o TimeManager.cxx
mv -f .deps/TimeManager.Tpo .deps/TimeManager.Po
rm -f libTime.a
ar cru libTime.a light.o sunsolver.o TimeManager.o
ranlib libTime.a
Making all in Traffic
 cd ../.. && /bin/sh ./config.status src/Traffic/Makefile depfiles
config.status: creating src/Traffic/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT SchedFlight.o -MD -MP -MF .deps/SchedFlight.Tpo -c -o SchedFlight.o SchedFlight.cxx
mv -f .deps/SchedFlight.Tpo .deps/SchedFlight.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT Schedule.o -MD -MP -MF .deps/Schedule.Tpo -c -o Schedule.o Schedule.cxx
mv -f .deps/Schedule.Tpo .deps/Schedule.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT TrafficMgr.o -MD -MP -MF .deps/TrafficMgr.Tpo -c -o TrafficMgr.o TrafficMgr.cxx
mv -f .deps/TrafficMgr.Tpo .deps/TrafficMgr.Po
rm -f libTraffic.a
ar cru libTraffic.a SchedFlight.o Schedule.o TrafficMgr.o
ranlib libTraffic.a
Making all in Main
 cd ../.. && /bin/sh ./config.status src/Main/Makefile depfiles
config.status: creating src/Main/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cxx
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT renderer.o -MD -MP -MF .deps/renderer.Tpo -c -o renderer.o renderer.cxx
mv -f .deps/renderer.Tpo .deps/renderer.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fgviewer.o -MD -MP -MF .deps/fgviewer.Tpo -c -o fgviewer.o fgviewer.cxx
mv -f .deps/fgviewer.Tpo .deps/fgviewer.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fg_commands.o -MD -MP -MF .deps/fg_commands.Tpo -c -o fg_commands.o fg_commands.cxx
mv -f .deps/fg_commands.Tpo .deps/fg_commands.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fg_init.o -MD -MP -MF .deps/fg_init.Tpo -c -o fg_init.o fg_init.cxx
mv -f .deps/fg_init.Tpo .deps/fg_init.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fg_io.o -MD -MP -MF .deps/fg_io.Tpo -c -o fg_io.o fg_io.cxx
mv -f .deps/fg_io.Tpo .deps/fg_io.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fg_props.o -MD -MP -MF .deps/fg_props.Tpo -c -o fg_props.o fg_props.cxx
mv -f .deps/fg_props.Tpo .deps/fg_props.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT globals.o -MD -MP -MF .deps/globals.Tpo -c -o globals.o globals.cxx
mv -f .deps/globals.Tpo .deps/globals.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT logger.o -MD -MP -MF .deps/logger.Tpo -c -o logger.o logger.cxx
mv -f .deps/logger.Tpo .deps/logger.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.cxx
mv -f .deps/options.Tpo .deps/options.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT splash.o -MD -MP -MF .deps/splash.Tpo -c -o splash.o splash.cxx
mv -f .deps/splash.Tpo .deps/splash.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.cxx
mv -f .deps/util.Tpo .deps/util.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT viewer.o -MD -MP -MF .deps/viewer.Tpo -c -o viewer.o viewer.cxx
mv -f .deps/viewer.Tpo .deps/viewer.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT viewmgr.o -MD -MP -MF .deps/viewmgr.Tpo -c -o viewmgr.o viewmgr.cxx
mv -f .deps/viewmgr.Tpo .deps/viewmgr.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT CameraGroup.o -MD -MP -MF .deps/CameraGroup.Tpo -c -o CameraGroup.o CameraGroup.cxx
mv -f .deps/CameraGroup.Tpo .deps/CameraGroup.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT FGEventHandler.o -MD -MP -MF .deps/FGEventHandler.Tpo -c -o FGEventHandler.o FGEventHandler.cxx
mv -f .deps/FGEventHandler.Tpo .deps/FGEventHandler.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT WindowSystemAdapter.o -MD -MP -MF .deps/WindowSystemAdapter.Tpo -c -o WindowSystemAdapter.o WindowSystemAdapter.cxx
mv -f .deps/WindowSystemAdapter.Tpo .deps/WindowSystemAdapter.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT WindowBuilder.o -MD -MP -MF .deps/WindowBuilder.Tpo -c -o WindowBuilder.o WindowBuilder.cxx
mv -f .deps/WindowBuilder.Tpo .deps/WindowBuilder.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fg_os_osgviewer.o -MD -MP -MF .deps/fg_os_osgviewer.Tpo -c -o fg_os_osgviewer.o fg_os_osgviewer.cxx
mv -f .deps/fg_os_osgviewer.Tpo .deps/fg_os_osgviewer.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fg_os_common.o -MD -MP -MF .deps/fg_os_common.Tpo -c -o fg_os_common.o fg_os_common.cxx
mv -f .deps/fg_os_common.Tpo .deps/fg_os_common.Po
rm -f libMain.a
ar cru libMain.a main.o renderer.o fgviewer.o fg_commands.o fg_init.o fg_io.o fg_props.o globals.o logger.o options.o splash.o util.o viewer.o viewmgr.o CameraGroup.o FGEventHandler.o WindowSystemAdapter.o WindowBuilder.o fg_os_osgviewer.o fg_os_common.o
ranlib libMain.a
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT bootstrap.o -MD -MP -MF .deps/bootstrap.Tpo -c -o bootstrap.o bootstrap.cxx
bootstrap.cxx:118: warning: ‘void handleFPE(int)’ defined but not used
mv -f .deps/bootstrap.Tpo .deps/bootstrap.Po
g++ -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT   -headerpad_max_install_names -headerpad_max_install_names -o fgfs bootstrap.o libMain.a ../../src/Aircraft/libAircraft.a ../../src/ATCDCL/libATCDCL.a ../../src/Cockpit/libCockpit.a ../../src/Cockpit/built_in/libBuilt_in.a ../../src/Network/libNetwork.a ../../src/FDM/libFlight.a ../../src/FDM/ExternalNet/libExternalNet.a ../../src/FDM/ExternalPipe/libExternalPipe.a ../../src/FDM/JSBSim/libJSBSim.a ../../src/FDM/JSBSim/initialization/libInit.a ../../src/FDM/JSBSim/models/libModels.a ../../src/FDM/JSBSim/models/flight_control/libFlightControl.a ../../src/FDM/JSBSim/models/atmosphere/libAtmosphere.a ../../src/FDM/JSBSim/models/propulsion/libPropulsion.a ../../src/FDM/JSBSim/input_output/libInputOutput.a ../../src/FDM/JSBSim/math/libMath.a ../../src/FDM/YASim/libYASim.a ../../src/FDM/LaRCsim/libLaRCsim.a ../../src/FDM/UIUCModel/libUIUCModel.a ../../src/FDM/SP/libSPFDM.a ../../src/GUI/libGUI.a ../../src/Autopilot/libAutopilot.a ../../src/Input/libInput.a ../../src/Instrumentation/KLN89/libKLN89.a ../../src/Instrumentation/libInstrumentation.a ../../src/Instrumentation/HUD/libHUD.a ../../src/Model/libModel.a ../../src/Navaids/libNavaids.a ../../src/Scenery/libScenery.a ../../src/Scripting/libScripting.a ../../src/Sound/libSound.a ../../src/Airports/libAirports.a ../../src/MultiPlayer/libMultiPlayer.a ../../src/AIModel/libAIModel.a ../../src/ATC/libATC.a ../../src/Systems/libSystems.a ../../src/Time/libTime.a ../../src/Traffic/libTraffic.a ../../src/Environment/libEnvironment.a  -lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmodel -lsgbvh -lsgmaterial -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial -lsgstructure -lsgenvironment -lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibsg -lplibul     -lz -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc -framework IOKit -framework OpenAL -framework ALUT  -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT metar_main.o -MD -MP -MF .deps/metar_main.Tpo -c -o metar_main.o metar_main.cxx
mv -f .deps/metar_main.Tpo .deps/metar_main.Po
g++ -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o metar metar_main.o -lsgenvironment -lsgio -lsgbucket -lsgmisc -lsgstructure -lsgdebug  -lz  -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
make[2]: Nothing to be done for `all-am'.
Making all in utils
 cd .. && /bin/sh ./config.status utils/Makefile
config.status: creating utils/Makefile
Making all in GPSsmooth
 cd ../.. && /bin/sh ./config.status utils/GPSsmooth/Makefile depfiles
config.status: creating utils/GPSsmooth/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT gps_main.o -MD -MP -MF .deps/gps_main.Tpo -c -o gps_main.o gps_main.cxx
mv -f .deps/gps_main.Tpo .deps/gps_main.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o GPSsmooth gps.o gps_main.o -lplibnet -lplibul -lsgio -lsgtiming -lsgmisc -lsgdebug -lsgstructure -framework IOKit -framework CoreFoundation   -lz -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT MIDG-II.o -MD -MP -MF .deps/MIDG-II.Tpo -c -o MIDG-II.o MIDG-II.cxx
mv -f .deps/MIDG-II.Tpo .deps/MIDG-II.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT MIDG_main.o -MD -MP -MF .deps/MIDG_main.Tpo -c -o MIDG_main.o MIDG_main.cxx
mv -f .deps/MIDG_main.Tpo .deps/MIDG_main.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o MIDGsmooth MIDG-II.o MIDG_main.o -lplibnet -lplibul -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure -framework IOKit -framework CoreFoundation   -lz -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT UGear.o -MD -MP -MF .deps/UGear.Tpo -c -o UGear.o UGear.cxx
mv -f .deps/UGear.Tpo .deps/UGear.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT UGear_command.o -MD -MP -MF .deps/UGear_command.Tpo -c -o UGear_command.o UGear_command.cxx
mv -f .deps/UGear_command.Tpo .deps/UGear_command.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT UGear_main.o -MD -MP -MF .deps/UGear_main.Tpo -c -o UGear_main.o UGear_main.cxx
mv -f .deps/UGear_main.Tpo .deps/UGear_main.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT UGear_telnet.o -MD -MP -MF .deps/UGear_telnet.Tpo -c -o UGear_telnet.o UGear_telnet.cxx
mv -f .deps/UGear_telnet.Tpo .deps/UGear_telnet.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o UGsmooth UGear.o UGear_command.o UGear_main.o UGear_telnet.o -lplibnet -lplibul -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure -framework IOKit -framework CoreFoundation   -lz -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
Making all in TerraSync
 cd ../.. && /bin/sh ./config.status utils/TerraSync/Makefile depfiles
config.status: creating utils/TerraSync/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include  -I/usr/include/subversion-1  -I/usr/include/apr-1  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT terrasync.o -MD -MP -MF .deps/terrasync.Tpo -c -o terrasync.o terrasync.cxx
mv -f .deps/terrasync.Tpo .deps/terrasync.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o terrasync terrasync.o -lsgio -lsgstructure -lsgmisc -lsgdebug  -lsvn_subr-1 -lsvn_client-1  -L/usr/lib -lapr-1 -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
Making all in Modeller
 cd ../.. && /bin/sh ./config.status utils/Modeller/Makefile depfiles
config.status: creating utils/Modeller/Makefile
config.status: executing depfiles commands
gcc -DHAVE_CONFIG_H -I. -I../../src/Include   -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT animassist.o -MD -MP -MF .deps/animassist.Tpo -c -o animassist.o animassist.c
mv -f .deps/animassist.Tpo .deps/animassist.Po
gcc  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o animassist animassist.o  -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
g++ -DHAVE_CONFIG_H -I. -I../../src/Include   -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT normalmap.o -MD -MP -MF .deps/normalmap.Tpo -c -o normalmap.o normalmap.cxx
mv -f .deps/normalmap.Tpo .deps/normalmap.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include   -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT texture.o -MD -MP -MF .deps/texture.Tpo -c -o texture.o texture.cxx
mv -f .deps/texture.Tpo .deps/texture.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o normalmap normalmap.o texture.o -lsgscreen -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc  -lz -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
g++ -DHAVE_CONFIG_H -I. -I../../src/Include   -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT photomodel.o -MD -MP -MF .deps/photomodel.Tpo -c -o photomodel.o photomodel.cxx
mv -f .deps/photomodel.Tpo .deps/photomodel.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o photomodel photomodel.o  -lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgstructure -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
Making all in js_server
 cd ../.. && /bin/sh ./config.status utils/js_server/Makefile depfiles
config.status: creating utils/js_server/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include   -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT js_server.o -MD -MP -MF .deps/js_server.Tpo -c -o js_server.o js_server.cxx
mv -f .deps/js_server.Tpo .deps/js_server.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o js_server js_server.o -lplibjs -lplibnet -lplibul    -framework IOKit -framework CoreFoundation  -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
Making all in propmerge
 cd ../.. && /bin/sh ./config.status utils/propmerge/Makefile depfiles
config.status: creating utils/propmerge/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include   -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT propmerge.o -MD -MP -MF .deps/propmerge.Tpo -c -o propmerge.o propmerge.cxx
mv -f .deps/propmerge.Tpo .deps/propmerge.Po
g++  -arch i386 -Wall -D_REENTRANT  -headerpad_max_install_names -o propmerge propmerge.o -lsgprops -lsgxml -lsgio -lsgmisc -lsgdebug -lsgstructure -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
Making all in fgviewer
 cd ../.. && /bin/sh ./config.status utils/fgviewer/Makefile depfiles
config.status: creating utils/fgviewer/Makefile
config.status: executing depfiles commands
g++ -DHAVE_CONFIG_H -I. -I../../src/Include   -I/opt/local/include -DPKGDATADIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT fgviewer.o -MD -MP -MF .deps/fgviewer.Tpo -c -o fgviewer.o fgviewer.cxx
mv -f .deps/fgviewer.Tpo .deps/fgviewer.Po
g++ -DPKGDATADIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT    -headerpad_max_install_names -o fgviewer fgviewer.o -lsgtgdb -lsgmaterial -lsgmodel -lsgbvh -lsgutil -lsgio -lsgbucket -lsgmath -lsgprops -lsgdebug -lsgmisc -lsgxml -lsgstructure -lplibul  -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc  -lz -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
make[2]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
Liam-Gathercoles-iMac:flightgear Liam$ sudo make install
Password:
Making install in tests
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'est-epsilon' '/usr/local/bin/est-epsilon'
  /usr/bin/install -c -p  'gl-info' '/usr/local/bin/gl-info'
  /usr/bin/install -c -p  'alcinfo' '/usr/local/bin/alcinfo'
make[2]: Nothing to be done for `install-data-am'.
Making install in man
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || .././install-sh -c -d "/usr/local/share/man/man1"
 /usr/bin/install -c -p -m 644 './est-epsilon.1' '/usr/local/share/man/man1/est-epsilon.1'
 /usr/bin/install -c -p -m 644 './fgfs.1' '/usr/local/share/man/man1/fgfs.1'
 /usr/bin/install -c -p -m 644 './fgjs.1' '/usr/local/share/man/man1/fgjs.1'
 /usr/bin/install -c -p -m 644 './gl-info.1' '/usr/local/share/man/man1/gl-info.1'
 /usr/bin/install -c -p -m 644 './js_demo.1' '/usr/local/share/man/man1/js_demo.1'
 /usr/bin/install -c -p -m 644 './pstest.1' '/usr/local/share/man/man1/pstest.1'
Making install in scripts
Making install in debug
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in perl
Making install in examples
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in traffic
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in python
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
Making install in Include
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Aircraft
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Airports
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in ATC
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in ATCDCL
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Autopilot
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Cockpit
Making install in built_in
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in Environment
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in FDM
Making install in JSBSim
Making install in initialization
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in models
Making install in atmosphere
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in propulsion
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in flight_control
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in input_output
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in math
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in LaRCsim
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in UIUCModel
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in YASim
test -z "/usr/local/bin" || ../../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'yasim' '/usr/local/bin/yasim'
make[4]: Nothing to be done for `install-data-am'.
Making install in SP
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ExternalNet
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ExternalPipe
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in GUI
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Input
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'js_demo' '/usr/local/bin/js_demo'
  /usr/bin/install -c -p  'fgjs' '/usr/local/bin/fgjs'
make[3]: Nothing to be done for `install-data-am'.
Making install in Instrumentation
Making install in KLN89
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in HUD
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in Model
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in AIModel
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Navaids
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Network
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in MultiPlayer
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Scenery
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Scripting
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Sound
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Systems
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Time
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Traffic
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Main
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'fgfs' '/usr/local/bin/fgfs'
  /usr/bin/install -c -p  'metar' '/usr/local/bin/metar'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in utils
Making install in GPSsmooth
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in TerraSync
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'terrasync' '/usr/local/bin/terrasync'
make[3]: Nothing to be done for `install-data-am'.
Making install in Modeller
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in js_server
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in propmerge
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in fgviewer
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'fgviewer' '/usr/local/bin/fgviewer'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Liam-Gathercoles-iMac:flightgear Liam$ cd
Liam-Gathercoles-iMac:~ Liam$ fgfs --option1


Base package check failed ... Found version [none] at: /usr/local/bin/data
Please upgrade to version: 2.0.0
Liam-Gathercoles-iMac:~ Liam$ ./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386"
-bash: ./configure: No such file or directory
Liam-Gathercoles-iMac:~ Liam$ cd desktop/fg/flightgear
Liam-Gathercoles-iMac:flightgear Liam$ ./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386"
checking build system type... i386-apple-darwin10.7.0
checking host system type... i386-apple-darwin10.7.0
checking target system type... i386-apple-darwin10.7.0
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for git... 1
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c -p
checking whether ln -s works... yes
checking for boostlib >= 1.37.0... yes
configure: Using Carbon framework
no EXTRA_DIRS for i386-apple-darwin10.7.0
checking for extra include and lib directories...
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for simgear HLA/RTI support... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking int daylight variable... yes
checking long timezone variable... yes
checking for library containing hid_init... no
no fancy X11 check
checking for library containing pthread_create... none required
checking for library containing inet_addr... none required
checking for library containing socket... none required
checking for library containing main... none required
checking for library containing sqrt... none required
checking for library containing ceil... none required
checking for library containing dlclose... none required
checking for library containing clock_gettime... no
checking whether compiler supports framework OpenAL... yes
checking whether compiler supports framework ALUT... yes
checking simgear/version.h usability... yes
checking simgear/version.h presence... yes
checking for simgear/version.h... yes
checking for SimGear 2.2.0 or newer... [found 2.2.0] ... yes
checking simgear/screen/jpgfactory.hxx usability... no
checking simgear/screen/jpgfactory.hxx presence... no
checking for simgear/screen/jpgfactory.hxx... no
checking plib/ul.h usability... yes
checking plib/ul.h presence... yes
checking for plib/ul.h... yes

checking for plib 1.8.5 or newer... yes
checking for OpenThreadsGetVersion in -lOpenThreads... yes
checking for osgGetVersion in -losg... yes
checking for osgUtilGetVersion in -losgUtil... yes
checking for osgDBGetVersion in -losgDB... yes
checking for osgTextGetVersion in -losgText... yes
checking for osgGAGetVersion in -losgGA... yes
checking for osgViewerGetVersion in -losgViewer... yes
checking for osgSimGetVersion in -losgSim... yes
checking for osgParticleGetVersion in -losgParticle... yes
checking for osgFXGetVersion in -losgFX... yes
checking osg/Version usability... yes
checking osg/Version presence... yes
checking for osg/Version... yes
checking checking for osg::CullSettings::CLEAR_MASK... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking svn_client.h usability... yes
checking svn_client.h presence... yes
checking for svn_client.h... yes
TerraSync will use libsvn
checking for library containing svn_client_checkout... -lsvn_client-1
checking for library containing svn_cmdline_init... -lsvn_subr-1
checking for feenableexcept... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for unistd.h... (cached) yes
checking for windows.h... (cached) no
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for ftime... yes
checking for gettimeofday... yes
checking for timegm... yes
checking for memcpy... yes
checking for bcopy... yes
checking for mktime... yes
checking for strstr... yes
checking for rand... yes
checking for mkfifo... yes
checking for random... yes
checking for drand48... yes
checking for setitimer... yes
checking for getitimer... yes
checking for signal... yes
checking for GetLocalTime... no
checking for rint... yes
checking for getrusage... yes
checking for truncf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating man/est-epsilon.1
config.status: creating man/fgfs.1
config.status: creating man/fgjs.1
config.status: creating man/gl-info.1
config.status: creating man/js_demo.1
config.status: creating man/pstest.1
config.status: creating scripts/Makefile
config.status: creating scripts/debug/Makefile
config.status: creating scripts/perl/Makefile
config.status: creating scripts/perl/examples/Makefile
config.status: creating scripts/perl/traffic/Makefile
config.status: creating scripts/python/Makefile
config.status: creating src/Makefile
config.status: creating src/Include/Makefile
config.status: creating src/Include/version.h
config.status: creating src/Aircraft/Makefile
config.status: creating src/Airports/Makefile
config.status: creating src/ATC/Makefile
config.status: creating src/ATCDCL/Makefile
config.status: creating src/Autopilot/Makefile
config.status: creating src/Cockpit/Makefile
config.status: creating src/Cockpit/built_in/Makefile
config.status: creating src/Environment/Makefile
config.status: creating src/FDM/ExternalNet/Makefile
config.status: creating src/FDM/ExternalPipe/Makefile
config.status: creating src/FDM/JSBSim/Makefile
config.status: creating src/FDM/JSBSim/initialization/Makefile
config.status: creating src/FDM/JSBSim/input_output/Makefile
config.status: creating src/FDM/JSBSim/math/Makefile
config.status: creating src/FDM/JSBSim/models/Makefile
config.status: creating src/FDM/JSBSim/models/flight_control/Makefile
config.status: creating src/FDM/JSBSim/models/atmosphere/Makefile
config.status: creating src/FDM/JSBSim/models/propulsion/Makefile
config.status: creating src/FDM/LaRCsim/Makefile
config.status: creating src/FDM/SP/Makefile
config.status: creating src/FDM/UIUCModel/Makefile
config.status: creating src/FDM/YASim/Makefile
config.status: creating src/FDM/Makefile
config.status: creating src/GUI/Makefile
config.status: creating src/Input/Makefile
config.status: creating src/Instrumentation/Makefile
config.status: creating src/Instrumentation/KLN89/Makefile
config.status: creating src/Instrumentation/HUD/Makefile
config.status: creating src/Main/Makefile
config.status: creating src/Main/runfgfs
config.status: creating src/Main/runfgfs.bat
config.status: creating src/Model/Makefile
config.status: creating src/AIModel/Makefile
config.status: creating src/MultiPlayer/Makefile
config.status: creating src/Navaids/Makefile
config.status: creating src/Network/Makefile
config.status: creating src/Network/HLA/Makefile
config.status: creating src/Scenery/Makefile
config.status: creating src/Scripting/Makefile
config.status: creating src/Sound/Makefile
config.status: creating src/Systems/Makefile
config.status: creating src/Time/Makefile
config.status: creating src/Traffic/Makefile
config.status: creating tests/Makefile
config.status: creating utils/Makefile
config.status: creating utils/GPSsmooth/Makefile
config.status: creating utils/fgadmin/Makefile
config.status: creating utils/fgadmin/src/Makefile
config.status: creating utils/js_server/Makefile
config.status: creating utils/Modeller/Makefile
config.status: creating utils/propmerge/Makefile
config.status: creating utils/TerraSync/Makefile
config.status: creating utils/xmlgrep/Makefile
config.status: creating utils/fgviewer/Makefile
config.status: creating src/Include/config.h
config.status: src/Include/config.h is unchanged
config.status: executing depfiles commands

Configure Summary
=================
Prefix: /usr/local
Log messages: yes
-n Automake version:
automake (GNU automake) 1.10
Building with multiplayer support
Threads: yes
Event input: no
Include special purpose flight models: yes
Liam-Gathercoles-iMac:flightgear Liam$ mske
-bash: mske: command not found
Liam-Gathercoles-iMac:flightgear Liam$ make
Making all in tests
make[1]: Nothing to be done for `all'.
Making all in man
make[1]: Nothing to be done for `all'.
Making all in scripts
Making all in debug
make[2]: Nothing to be done for `all'.
Making all in perl
Making all in examples
make[3]: Nothing to be done for `all'.
Making all in traffic
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in python
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in src
Making all in Include
make  all-am
Making all in Aircraft
make[2]: Nothing to be done for `all'.
Making all in Airports
make[2]: Nothing to be done for `all'.
Making all in ATC
make[2]: Nothing to be done for `all'.
Making all in ATCDCL
make[2]: Nothing to be done for `all'.
Making all in Autopilot
make[2]: Nothing to be done for `all'.
Making all in Cockpit
Making all in built_in
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in Environment
make[2]: Nothing to be done for `all'.
Making all in FDM
Making all in JSBSim
Making all in initialization
make[4]: Nothing to be done for `all'.
Making all in models
Making all in atmosphere
make[5]: Nothing to be done for `all'.
Making all in propulsion
make[5]: Nothing to be done for `all'.
Making all in flight_control
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in input_output
make[4]: Nothing to be done for `all'.
Making all in math
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in LaRCsim
make[3]: Nothing to be done for `all'.
Making all in UIUCModel
make[3]: Nothing to be done for `all'.
Making all in YASim
make[3]: Nothing to be done for `all'.
Making all in SP
make[3]: Nothing to be done for `all'.
Making all in ExternalNet
make[3]: Nothing to be done for `all'.
Making all in ExternalPipe
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in GUI
make[2]: Nothing to be done for `all'.
Making all in Input
make[2]: Nothing to be done for `all'.
Making all in Instrumentation
Making all in KLN89
make[3]: Nothing to be done for `all'.
Making all in HUD
make[3]: Nothing to be done for `all'.
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT mk_viii.o -MD -MP -MF .deps/mk_viii.Tpo -c -o mk_viii.o mk_viii.cxx
mv -f .deps/mk_viii.Tpo .deps/mk_viii.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src  -I/opt/local/include  -arch i386 -Wall -D_REENTRANT -MT tcas.o -MD -MP -MF .deps/tcas.Tpo -c -o tcas.o tcas.cxx
mv -f .deps/tcas.Tpo .deps/tcas.Po
rm -f libInstrumentation.a
ar cru libInstrumentation.a instrument_mgr.o adf.o airspeed_indicator.o altimeter.o attitude_indicator.o clock.o dme.o gps.o gsdi.o gyro.o heading_indicator.o heading_indicator_fg.o heading_indicator_dg.o kr_87.o kt_70.o mag_compass.o marker_beacon.o mrg.o navradio.o slip_skid_ball.o transponder.o turn_indicator.o vertical_speed_indicator.o inst_vertical_speed_indicator.o od_gauge.o wxradar.o tacan.o mk_viii.o dclgps.o render_area_2d.o groundradar.o agradar.o rad_alt.o rnav_waypt_controller.o tcas.o
ranlib libInstrumentation.a
Making all in Model
make[2]: Nothing to be done for `all'.
Making all in AIModel
make[2]: Nothing to be done for `all'.
Making all in Navaids
make[2]: Nothing to be done for `all'.
Making all in Network
make[3]: Nothing to be done for `all-am'.
Making all in MultiPlayer
make[2]: Nothing to be done for `all'.
Making all in Scenery
make[2]: Nothing to be done for `all'.
Making all in Scripting
make[2]: Nothing to be done for `all'.
Making all in Sound
make[2]: Nothing to be done for `all'.
Making all in Systems
make[2]: Nothing to be done for `all'.
Making all in Time
make[2]: Nothing to be done for `all'.
Making all in Traffic
make[2]: Nothing to be done for `all'.
Making all in Main
g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src -I../../src -I/include  -I/opt/local/include -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.cxx
mv -f .deps/options.Tpo .deps/options.Po
rm -f libMain.a
ar cru libMain.a main.o renderer.o fgviewer.o fg_commands.o fg_init.o fg_io.o fg_props.o globals.o logger.o options.o splash.o util.o viewer.o viewmgr.o CameraGroup.o FGEventHandler.o WindowSystemAdapter.o WindowBuilder.o fg_os_osgviewer.o fg_os_common.o
ranlib libMain.a
g++ -DPKGLIBDIR=\"/usr/local/share/flightgear\" -arch i386 -Wall -D_REENTRANT   -headerpad_max_install_names -headerpad_max_install_names -o fgfs bootstrap.o libMain.a ../../src/Aircraft/libAircraft.a ../../src/ATCDCL/libATCDCL.a ../../src/Cockpit/libCockpit.a ../../src/Cockpit/built_in/libBuilt_in.a ../../src/Network/libNetwork.a ../../src/FDM/libFlight.a ../../src/FDM/ExternalNet/libExternalNet.a ../../src/FDM/ExternalPipe/libExternalPipe.a ../../src/FDM/JSBSim/libJSBSim.a ../../src/FDM/JSBSim/initialization/libInit.a ../../src/FDM/JSBSim/models/libModels.a ../../src/FDM/JSBSim/models/flight_control/libFlightControl.a ../../src/FDM/JSBSim/models/atmosphere/libAtmosphere.a ../../src/FDM/JSBSim/models/propulsion/libPropulsion.a ../../src/FDM/JSBSim/input_output/libInputOutput.a ../../src/FDM/JSBSim/math/libMath.a ../../src/FDM/YASim/libYASim.a ../../src/FDM/LaRCsim/libLaRCsim.a ../../src/FDM/UIUCModel/libUIUCModel.a ../../src/FDM/SP/libSPFDM.a ../../src/GUI/libGUI.a ../../src/Autopilot/libAutopilot.a ../../src/Input/libInput.a ../../src/Instrumentation/KLN89/libKLN89.a ../../src/Instrumentation/libInstrumentation.a ../../src/Instrumentation/HUD/libHUD.a ../../src/Model/libModel.a ../../src/Navaids/libNavaids.a ../../src/Scenery/libScenery.a ../../src/Scripting/libScripting.a ../../src/Sound/libSound.a ../../src/Airports/libAirports.a ../../src/MultiPlayer/libMultiPlayer.a ../../src/AIModel/libAIModel.a ../../src/ATC/libATC.a ../../src/Systems/libSystems.a ../../src/Time/libTime.a ../../src/Traffic/libTraffic.a ../../src/Environment/libEnvironment.a  -lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmodel -lsgbvh -lsgmaterial -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial -lsgstructure -lsgenvironment -lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibsg -lplibul     -lz -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc -framework IOKit -framework OpenAL -framework ALUT  -losgFX -losgParticle -losgSim -losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads   -framework IOKit -framework CoreFoundation
make[2]: Nothing to be done for `all-am'.
Making all in utils
Making all in GPSsmooth
make[2]: Nothing to be done for `all'.
Making all in TerraSync
make[2]: Nothing to be done for `all'.
Making all in Modeller
make[2]: Nothing to be done for `all'.
Making all in js_server
make[2]: Nothing to be done for `all'.
Making all in propmerge
make[2]: Nothing to be done for `all'.
Making all in fgviewer
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
Liam-Gathercoles-iMac:flightgear Liam$ sudo make install
Making install in tests
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'est-epsilon' '/usr/local/bin/est-epsilon'
  /usr/bin/install -c -p  'gl-info' '/usr/local/bin/gl-info'
  /usr/bin/install -c -p  'alcinfo' '/usr/local/bin/alcinfo'
make[2]: Nothing to be done for `install-data-am'.
Making install in man
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || .././install-sh -c -d "/usr/local/share/man/man1"
 /usr/bin/install -c -p -m 644 './est-epsilon.1' '/usr/local/share/man/man1/est-epsilon.1'
 /usr/bin/install -c -p -m 644 './fgfs.1' '/usr/local/share/man/man1/fgfs.1'
 /usr/bin/install -c -p -m 644 './fgjs.1' '/usr/local/share/man/man1/fgjs.1'
 /usr/bin/install -c -p -m 644 './gl-info.1' '/usr/local/share/man/man1/gl-info.1'
 /usr/bin/install -c -p -m 644 './js_demo.1' '/usr/local/share/man/man1/js_demo.1'
 /usr/bin/install -c -p -m 644 './pstest.1' '/usr/local/share/man/man1/pstest.1'
Making install in scripts
Making install in debug
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in perl
Making install in examples
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in traffic
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in python
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
Making install in Include
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Aircraft
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Airports
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in ATC
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in ATCDCL
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Autopilot
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Cockpit
Making install in built_in
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in Environment
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in FDM
Making install in JSBSim
Making install in initialization
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in models
Making install in atmosphere
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in propulsion
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in flight_control
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in input_output
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in math
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in LaRCsim
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in UIUCModel
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in YASim
test -z "/usr/local/bin" || ../../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'yasim' '/usr/local/bin/yasim'
make[4]: Nothing to be done for `install-data-am'.
Making install in SP
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ExternalNet
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ExternalPipe
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in GUI
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Input
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'js_demo' '/usr/local/bin/js_demo'
  /usr/bin/install -c -p  'fgjs' '/usr/local/bin/fgjs'
make[3]: Nothing to be done for `install-data-am'.
Making install in Instrumentation
Making install in KLN89
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in HUD
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in Model
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in AIModel
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Navaids
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Network
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in MultiPlayer
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Scenery
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Scripting
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Sound
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Systems
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Time
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Traffic
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in Main
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'fgfs' '/usr/local/bin/fgfs'
  /usr/bin/install -c -p  'metar' '/usr/local/bin/metar'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in utils
Making install in GPSsmooth
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in TerraSync
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'terrasync' '/usr/local/bin/terrasync'
make[3]: Nothing to be done for `install-data-am'.
Making install in Modeller
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in js_server
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in propmerge
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in fgviewer
test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c -p  'fgviewer' '/usr/local/bin/fgviewer'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.


At the very end I tried to test run with fgfs --option1, but recieved the following:
Code: Select all
Liam-Gathercoles-iMac:flightgear Liam$ fgfs --option1

Base package check failed ... Found version [none] at: /usr/local/bin/data
Please upgrade to version: 2.0.0
Liam-Gathercoles-iMac:~ Liam$

User avatar
Liam
 
Posts: 1905
Joined: Tue Dec 23, 2008 4:33 pm
Location: United Kingdom
Callsign: Liam
Version: GIT
OS: MAC OS X

PreviousNext

Return to Compiling

Who is online

Users browsing this forum: No registered users and 2 guests