I looked into the config.log file and it doesn't make much sense: ## ----------- ## ## confdefs.h. ## ## ----------- ##
#define HAVE_INTTYPES_H 1 #define HAVE_LIBPTHREAD 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "SimGear" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "0.3.7" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 And using --plib-prefix=/usr/ did not work. It resulted in: configure: error: unrecognized option: --plib-prefix=/usr/ Try `./configure --help' for more information. I got PLIB 1.8.3 to compile thanks to Adam. But that didn't help either. I think I will try to get the release version of simgear instead of getting it from CVS. Don't think that will have any effect though. I'm also going to try to use --prefix=/onepath for plib and simgear. See if that works. Thanks for the replies! On Wed, 10 Nov 2004 19:17:06 -0000, Giles Robertson <[EMAIL PROTECTED]> wrote: > I've found on some pseudo-POSIX Windows systems that the build only > finds PLIB when you specify --plib-prefix=/usr/. Weird, but that can be > what it takes; and it may be similar on OS X. > > The other tactic is to specify --prefix=/fg or some other value for > every compile; PLIB, SimGear, FGFS. > > My 2 cents. > > Giles Robertson > > > > -----Original Message----- > From: Curtis L. Olson [mailto:[EMAIL PROTECTED] > Sent: 10 November 2004 18:59 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > Arthur Wiebe wrote: > > >Hello. I think I have plib built and installed. Using GCC 3.3 and PLIB > >straight from CVS 2004-11-08. > > > >Looking in /usr/include/plib and /usr/lib/ it looks like plib is > installed. > > > >The only problem I now have is when trying to configure simgear from > >CVS (same date) I get: > > > >checking plib/ul.h usability... no > >checking plib/ul.h presence... yes > >configure: WARNING: plib/ul.h: present but cannot be compiled > >configure: WARNING: plib/ul.h: check for missing prerequisite > headers? > >configure: WARNING: plib/ul.h: see the Autoconf documentation > >configure: WARNING: plib/ul.h: section "Present But Cannot Be > Compiled" > >configure: WARNING: plib/ul.h: proceeding with the preprocessor's > result > >configure: WARNING: plib/ul.h: in the future, the compiler will take > precedence > >configure: WARNING: ## ------------------------------------------ > ## > >configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. > ## > >configure: WARNING: ## ------------------------------------------ > ## > >checking for plib/ul.h... yes > >checking for plib 1.6.0 or newer... wrong version > >configure: error: Install plib 1.6.0 or later first... > > > >That has to mean something. > > > >I tried changing the version in ul.h but that didn't help :). Could > >you send me your compiled files (from /usr/lib/libplibXXX and > >/usr/include/plib) and see if if that works? I would love to make an > >installer package for Mac OS X which would install plib for other OSX > >users without having to compile it. > > > > > > The details of the configure script failure can be found in the > config.log file. That may shed some light on exactly what is going > wrong. > > Curt. > > -- > Curtis Olson http://www.flightgear.org/~curt > HumanFIRST Program http://www.humanfirst.umn.edu/ > FlightGear Project http://www.flightgear.org > Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d > > _______________________________________________ > 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 > -- <Arthur/> _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
