Build from cvs on osx 10.5.5
2008-12-07 12:49:32 GMT
Hi everybody
I'm trying to build cyclone on a osx 10.5.5 machine with
gcc version 4.0.1 (Apple Inc. build 5465),
but during the make process I get errors below:
darwin_stop_world.c: In function 'GC_push_all_stacks':
darwin_stop_world.c:105: error: 'i386_thread_state_t' has no member named 'esp'
darwin_stop_world.c:107: error: 'i386_thread_state_t' has no member named 'eax'
darwin_stop_world.c:108: error: 'i386_thread_state_t' has no member named 'ebx'
darwin_stop_world.c:109: error: 'i386_thread_state_t' has no member named 'ecx'
darwin_stop_world.c:110: error: 'i386_thread_state_t' has no member named 'edx'
darwin_stop_world.c:111: error: 'i386_thread_state_t' has no member named 'edi'
darwin_stop_world.c:112: error: 'i386_thread_state_t' has no member named 'esi'
darwin_stop_world.c:113: error: 'i386_thread_state_t' has no member named 'ebp'
make[1]: *** [darwin_stop_world.lo] Error 1
make: *** [gc_pthread/.libs/libgc.a] Error 2
Any ideas ?
Thanks
<div><p>Hi everybody <br><br>I'm trying to build cyclone on a osx 10.5.5 machine with<br>gcc version 4.0.1 (Apple Inc. build 5465),<br>but during the make process I get errors below:<br><br>darwin_stop_world.c: In function 'GC_push_all_stacks':<br> darwin_stop_world.c:105: error: 'i386_thread_state_t' has no member named 'esp'<br>darwin_stop_world.c:107: error: 'i386_thread_state_t' has no member named 'eax'<br>darwin_stop_world.c:108: error: 'i386_thread_state_t' has no member named 'ebx'<br> darwin_stop_world.c:109: error: 'i386_thread_state_t' has no member named 'ecx'<br>darwin_stop_world.c:110: error: 'i386_thread_state_t' has no member named 'edx'<br>darwin_stop_world.c:111: error: 'i386_thread_state_t' has no member named 'edi'<br> darwin_stop_world.c:112: error: 'i386_thread_state_t' has no member named 'esi'<br>darwin_stop_world.c:113: error: 'i386_thread_state_t' has no member named 'ebp'<br>make[1]: *** [darwin_stop_world.lo] Error 1<br> make: *** [gc_pthread/.libs/libgc.a] Error 2<br><br><br>Any ideas ?<br><br>Thanks <br></p></div>
RSS Feed