I'm trying to compile the open source dyld-360.18, using its xcode project. Has anybody outside Apple had success doing that?
Besides numerous missing includes which have to be copied from various places in Apple's open source repos, the source also references _simple_getenv, which doesn't seem to be defined anywhere, including in the latest _simple.h which was previously a part of Apple's open source libc.
Perhaps _simple.h has moved from libc into the "internal" OS X SDK, the one set by default in the xcode project to build the dyld target. Any chance it could be added to the open source repos?
I know this isn't strictly Kernel, if there's a better place to post this, please advise.
Thanks!
Dan