5 May
2011
5 May
'11
8:58 p.m.
On May 5, 2011, at 9:40 AM, David Lee wrote:
Bill,
Unfortunately, I no longer have the output. If i remember correctly, however, I did make an error in following the procedure. After creating the build directory, I moved the kernel sources into a subdirectory of the build directory and typed:
# opt/local/bin/darwinbuild xnu
Without having prepped the build directory. This failed, of course. I then typed:
# opt/local/bin/darwinbuild -init xnu
-init takes a path to a build plist, or a build number in which case it'll get the plist from the svn repo. You probably want "... -init 10J869" here instead. See the plists directory in the repo for other build choices. http://svn.macosforge.org/repository/darwinbuild/trunk/plists/ -Bill