On Mon, 3 Feb 2003, Ima Sudonim wrote:
> I can't find any information on building Atlas from CVS to use with
> flightgear. I've modified configure.ac to get past autogen.sh and
> configure.
I'm not a MacOS X user myself, but meddling with configure.ac is deep
magic :-)
> I have the following build problems.
>
> LoadPng.o: Where/what is png.h
You'll need to install libpng and the associated header files.
> MapMaker.o: What is dirent.h? The problem is the uint parts of this
It's an interface to the operating system directory structure. On older
MacOS's it was an emulation of a UNIX interface, on MacOS X it probably
maps directly to the underlying BSD code. It's there to support the
opendir(3) family of library calls.
The uint_xxx stuff can be dragged in by including <sys/types.h> before
<dirent.h>.
Cheers,
-- Bert
--
Bert Driehuis -- [EMAIL PROTECTED] -- +31-20-3116119
If the only tool you've got is an axe, every problem looks like fun!
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel