Re: Trouble compiling some utilities
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Greg, 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, Any help will be appreciated. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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. 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 -Greg This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Van Vechten