Re: Trouble compiling some utilities
Re: Trouble compiling some utilities
- Subject: Re: Trouble compiling some utilities
- From: Kevin Van Vechten <email@hidden>
- Date: Tue, 31 Jan 2006 23:36:14 -0800
Greg,
OS components use private interfaces that aren't intended to be used
by application developers, thus the headers are not present in the
Developer Tools. The interfaces you need are available via open
source, somewhere.
Use DarwinBuild, it takes care of most build issues automatically:
<http://www.opendarwin.org/projects/darwinbuild/>
- Kevin
On Jan 31, 2006, at 7:50 AM, Gregory Cooksey wrote:
Hello,
I'm trying to get the following utilities to compile, but have been
encountering errors. I suspect that my build environment is not
correctly set up. I am trying to compile the programs on a
standard Mac OS X 10.4.4 system. I downloaded all source tarballs
from Apple's Darwin sources page. I am trying to build these tools
with the same configuration as they shipped in 10.4.4, except with
debugging symbols and possibly no optimization.
The tools:
as (from cctools)
- gives errors that seem to be related to i386 thread structures
not being defined
vim (from vim)
- complains about typedefing typedefs
zsh (from zsh)
- rlimit.c: RLIMIT_RSS and RLIMIT_AS seem to have the same value,
and conflict in switch statements
Any help will be appreciated.
-Greg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden