![]() |
|
#1
|
||||
|
||||
this i my err
Code:
MIG UNDReplyServer.c cc1plus: warnings being treated as errors /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/iokit/Kernel/IOStartIOKit.cpp: In function ‘void iokit_post_constructor_init()’: /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/iokit/Kernel/IOStartIOKit.cpp:100: warning: ‘PE_parse_boot_arg’ is deprecated (declared at /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/BUILD/obj//EXPORT_HDRS/pexpert/pexpert/pexpert.h:239) /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/iokit/Kernel/IOStartIOKit.cpp:100: warning: ‘PE_parse_boot_arg’ is deprecated (declared at /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/BUILD/obj//EXPORT_HDRS/pexpert/pexpert/pexpert.h:239) make[6]: *** [IOStartIOKit.cpo] Error 1 make[5]: *** [build_all] Error 2 make[4]: *** [do_all] Error 2 make[3]: *** [build_all] Error 2 make[2]: *** [build_all_conf] Error 2 make[1]: *** [build_all_iokit] Error 2 make[1]: *** Waiting for unfinished jobs.... added : pass the pexpert by editing the /pexpert/pexpert/pexpert.h: #if !defined(__LP64__) && !defined(__arm__) extern boolean_t PE_parse_boot_arg( const char *arg_string, void *arg_ptr) __deprecated; #endif to : #if !defined(__LP64__) && !defined(__arm__) extern boolean_t PE_parse_boot_arg( const char *arg_string, void *arg_ptr); #endif i dont know if i m doing the right thing or not.. ![]() Intel Core2Quad Q8400 Gigabyte GA-EP43-UD3L 4 GB kit DDR2 PC 6400 G-Skill BlackEdition 500 Gb Seagate Baracuda SATA GeForce 9600 GT 512 MB GDDR3 256Bit Mac OS X 10.6.2 || Leopard 10.5.8 || Windows 7 Visit my OSX86 Blog : http://osx86.boeaja.info Last edited by aryajuanda; 09-30-2009 at 12:07 PM. |
#2
|
||||
|
||||
i get pass the ASERT thing by add
#include <kern/voodoo_assert.h> in /bsd/kern/mach_header.c Intel Core2Quad Q8400 Gigabyte GA-EP43-UD3L 4 GB kit DDR2 PC 6400 G-Skill BlackEdition 500 Gb Seagate Baracuda SATA GeForce 9600 GT 512 MB GDDR3 256Bit Mac OS X 10.6.2 || Leopard 10.5.8 || Windows 7 Visit my OSX86 Blog : http://osx86.boeaja.info |
#3
|
|||
|
|||
anybody got it fully patched yet? and in kernel form lol?
Computer: Gateway 838GM | 9.5.0 Vodoo Kernel |2.0 RC4 Chameleon Bootloader | Processor:Intel Pentium 4 630 / 3 GHz | RAM: 512MB | OS: Windows 7 32BIT, OSx86 iPC 10.5.6 | Mainboard Chipset: Intel 915G Express | Graphics Card:Integrated Intel GMA 900 | Video Memory: Dynamic Video Memory Technology 3.0 | Audio:ALC 860 |Card Reader:8 in 1 Integrated| Hard Drives:1x 200GB SATA(Win 7), 1x 320GB SATA(OS X) Both Internal
|
#4
|
||||
|
||||
Not yet
![]() ![]() Quote:
![]() Also have a error in cpuid_legacy.h32:1 error: "KB" redefined... 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-30-2009 at 02:28 PM. |
#5
|
||||
|
||||
Andy,
I'm sure this all will go faster if you have working SL installation. Please use these instructions and necessary files to install it: http://rapidshare.com/files/287963888/SL_Stuff.zip Several solutions failed for me, but this one worked. |
#6
|
||||
|
||||
my latest try :
http://pastebin.com/mdd2a7ad Code:
CC phys.o cc1: warnings being treated as errors /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c: In function ‘_absolutetime_to_microtime’: /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c:143: warning: ‘return’ with no value, in function returning non-void /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c:163: warning: this function may return with or without a value /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c: In function ‘rtc_clock_stepping’: /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c:523: warning: implicit conversion shortens 64-bit value into a 32-bit value /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c: In function ‘rtc_clock_stepped’: /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c:554: warning: implicit conversion shortens 64-bit value into a 32-bit value /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c: In function ‘rtc_set_timescale’:CC ip6_forward.o /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c:642: warning: implicit conversion shortens 64-bit value into a 32-bit value /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/rtclock.c:643: warning: implicit conversion shortens 64-bit value into a 32-bit value make[6]: *** [rtclock.o] Error 1 make[6]: *** Waiting for unfinished jobs.... /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c: In function ‘kernel_trap’: /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:829: error: ‘kmod_lock’ undeclared (first use in this function) /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:829: error: (Each undeclared identifier is reported only once /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:829: error: for each function it appears in.) cc1: warnings being treated as errors /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:831: warning: implicit declaration of function ‘mutex_lock’ /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:831: warning: nested extern declaration of ‘mutex_lock’ /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:832: warning: implicit declaration of function ‘kmod_lookupbyaddress’ /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:832: warning: nested extern declaration of ‘kmod_lookupbyaddress’ /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:832: warning: assignment makes pointer from integer without a cast /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:837: warning: implicit declaration of function ‘mutex_unlock’ /Users/arya/Downloads/Kernels/xnu-1456.1.26-Test/osfmk/i386/trap.c:837: warning: nested extern declaration of ‘mutex_unlock’ make[6]: *** [trap.o] Error 1 Intel Core2Quad Q8400 Gigabyte GA-EP43-UD3L 4 GB kit DDR2 PC 6400 G-Skill BlackEdition 500 Gb Seagate Baracuda SATA GeForce 9600 GT 512 MB GDDR3 256Bit Mac OS X 10.6.2 || Leopard 10.5.8 || Windows 7 Visit my OSX86 Blog : http://osx86.boeaja.info |
#7
|
|||
|
|||
yesss were gettting closer!! I CAN FEEL IT lol! God, i need a copy of OS X, windows is SO slow... that or more RAM :P so are all these messages just errors people are encountering? or is this just a log?
Computer: Gateway 838GM | 9.5.0 Vodoo Kernel |2.0 RC4 Chameleon Bootloader | Processor:Intel Pentium 4 630 / 3 GHz | RAM: 512MB | OS: Windows 7 32BIT, OSx86 iPC 10.5.6 | Mainboard Chipset: Intel 915G Express | Graphics Card:Integrated Intel GMA 900 | Video Memory: Dynamic Video Memory Technology 3.0 | Audio:ALC 860 |Card Reader:8 in 1 Integrated| Hard Drives:1x 200GB SATA(Win 7), 1x 320GB SATA(OS X) Both Internal
|
#8
|
|||
|
|||
Anything yet guys? It'd be such a shame to not see a kernel soon... I'm missing the good 'ol days of OS X... Windows is failing miserably
Computer: Gateway 838GM | 9.5.0 Vodoo Kernel |2.0 RC4 Chameleon Bootloader | Processor:Intel Pentium 4 630 / 3 GHz | RAM: 512MB | OS: Windows 7 32BIT, OSx86 iPC 10.5.6 | Mainboard Chipset: Intel 915G Express | Graphics Card:Integrated Intel GMA 900 | Video Memory: Dynamic Video Memory Technology 3.0 | Audio:ALC 860 |Card Reader:8 in 1 Integrated| Hard Drives:1x 200GB SATA(Win 7), 1x 320GB SATA(OS X) Both Internal
|
#9
|
||||
|
||||
lol no not yet
![]() ![]() 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 |
#10
|
|||
|
|||
By the looks of it, you guys are getting close. Good luck!
![]() |