
09-29-2009, 07:13 PM
|
 |
|
|
Join Date: Jan 2008
Location: The Netherlands
Posts: 280
|
|
Quote:
Originally Posted by andyvand
PE_parse_boot_arg should be replaced with PE_parse_boot_argn
example: PE_parse_boot_arg("argument", &var) -> PE_parse_boot_argn("argument", &var, sizeof(var))
PADL_ and PADR_ you should look up and make sure bsd/vfs/vfs_attrlist.c has the header included before bsd/sys/sysproto.h
|
Yes it worked when i added the the right PE_parse line, but i dont think i have the knowledge/time to go any further with it...
One question, what do i need to get rid of this;
Code:
xcodebuild: 'ctfconvert' not found
/Developer/usr/bin/xcodebuild fails with 512 - Unknown error: 512
Thanks!
Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz)
Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz
ALC888 • nVidia GeForce 8600 GT 256 MB
2 x WDC WD5000AAKS 500 GB SATA HDD
Last edited by pαuℓzurrr.; 09-29-2009 at 07:20 PM.
|