
09-29-2009, 06:36 PM
|
 |
|
|
Join Date: Apr 2009
Location: Tienen
Posts: 515
|
|
Quote:
Originally Posted by never_mind
Oh hehe, i thought you tried to install via OSinstall.mpkg...
Need that kernel too
BTW, I am compiling the SL kernel on LEO. That of course doesn't really work, but what I can do is compile most, so I can at least check for compile errors. I've installed 10.6 SDK headers manually in Leo. I even managed to compile one kernel at some point, but it gave my a brick due to linker errors. I know I need 10.6 compiler/linker/tools etc to really make it, but in Leo i've been able to compile to check for syntax errors etc using some tricks.
Are you also compiling this way now Andy? I understand you are not running SL so far either..
|
I also found a way to do it by removing -Werror and making sure it doesn't use xcrun for the tools in makedefs/makeinc.cmd + various Makefiles
I've been thinking of writing a little xcrun tool which does the same without changing it (just printing the tools statically e.g. xcrun -find mig should return /usr/bin/mig)
|