I wish there was a document that would go over the entire build for Mac OS X. I forgot to build OpenAL for SimGear and i'm having difficulty. OpenAL has two a Macosx directory in the CVS Repository, and a Linux one. The mac os x one has an xcode project that doesn't build in xcode, and the linux one won't build either and fails with the following:
cd jlib && make all make[1]: Nothing to be done for `all'. cd src && make all gcc -I../../include -I../include -I../audioconvert -Iarch -I. -g -O2 -fPIC -Wshadow -Wall -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -fno-common -Wredundant-decls -c al_ext.c -o al_ext.o al_ext.c: In function `alGetEnumValue': al_ext.c:693: error: `AL_STREAMING' undeclared (first use in this function) al_ext.c:693: error: (Each undeclared identifier is reported only once al_ext.c:693: error: for each function it appears in.) al_ext.c:737: error: `AL_BYTE_LOKI' undeclared (first use in this function) al_ext.c:865: error: `AL_DISTANCE_SCALE' undeclared (first use in this function) al_ext.c:873: error: `AL_ENV_ROOM_IASIG' undeclared (first use in this function) al_ext.c:877: error: `AL_ENV_ROOM_HIGH_FREQUENCY_IASIG' undeclared (first use in this function) al_ext.c:881: error: `AL_ENV_ROOM_ROLLOFF_FACTOR_IASIG' undeclared (first use in this function) al_ext.c:885: error: `AL_ENV_DECAY_TIME_IASIG' undeclared (first use in this function) al_ext.c:889: error: `AL_ENV_DECAY_HIGH_FREQUENCY_RATIO_IASIG' undeclared (first use in this function) al_ext.c:893: error: `AL_ENV_REFLECTIONS_IASIG' undeclared (first use in this function) al_ext.c:897: error: `AL_ENV_REFLECTIONS_DELAY_IASIG' undeclared (first use in this function) al_ext.c:901: error: `AL_ENV_REVERB_IASIG' undeclared (first use in this function) al_ext.c:905: error: `AL_ENV_REVERB_DELAY_IASIG' undeclared (first use in this function) al_ext.c:909: error: `AL_ENV_DIFFUSION_IASIG' undeclared (first use in this function) al_ext.c:913: error: `AL_ENV_DENSITY_IASIG' undeclared (first use in this function) al_ext.c:917: error: `AL_ENV_HIGH_FREQUENCY_REFERENCE_IASIG' undeclared (first use in this function) make[1]: *** [al_ext.o] Error 1 make: *** [all] Error 2 I Know that i can just download the Mac OS X binary for FlightGear, but i'd much rather be able to build it from scratch so that i can play around with the code. Any ideas about my latest problem? Thanks again! Felix On Thu, 03 Mar 2005 11:52:15 -0600, Jonathan Polley <[EMAIL PROTECTED]> wrote: > I am using MacOS X 10.3 and don't remember having to upgrade the automake > tools, but I have updated to the most recent Xcode release. > > On Thursday, March 03, 2005, at 08:38AM, Arthur Wiebe <[EMAIL PROTECTED]> > wrote: > > >I don't know if anyone is aware of this but a document on building > >from source for Mac OS X is located at > >http://sourceforge.net/docman/display_doc.php?docid=26350&group_id=126825 > > > >And for myself, I upgraded autoconf and automake in order to run > >autogen.sh from the FGFS CVS. For some reason Apple's versions don't > >work. > > > >On Thu, 3 Mar 2005 08:35:00 -0000, Giles Robertson > ><[EMAIL PROTECTED]> wrote: > >> > g++ -g -O2 -D_REENTRANT -L/FlightGear/lib -o test-up test-up.o > >> > -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming > >> > -lplibsg -lplibul -lz > >> > ld: can't locate file for: -lsgmath > >> > make[1]: *** [test-up] Error 1 > >> > make: *** [all-recursive] Error 1 > >> > >> That's failed to find the first SimGear library. Check that you > >> installed (make install) SimGear after you built it, and that > >> ./configure has detected the directory where it's installed. > >> > >> Giles Robertson > >> > >> _______________________________________________ > >> Flightgear-devel mailing list > >> [email protected] > >> http://mail.flightgear.org/mailman/listinfo/flightgear-devel > >> 2f585eeea02e2c79d7b1d8c4963bae2d > >> > > > > > >-- > ><Arthur/> > >- http://artooro.blogspot.com (Weblog) > >- http://sourceforge.net/users/artooro/ > > > >_______________________________________________ > >Flightgear-devel mailing list > >[email protected] > >http://mail.flightgear.org/mailman/listinfo/flightgear-devel > >2f585eeea02e2c79d7b1d8c4963bae2d > > > > > > Of COURSE they can do that. They're engineers! > > _______________________________________________ > Flightgear-devel mailing list > [email protected] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel > 2f585eeea02e2c79d7b1d8c4963bae2d > _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
