View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000121 | mercury | Bug | public | 2009-12-18 11:57 | 2010-02-27 18:22 | ||||
Reporter | juliensf | ||||||||
Assigned To | juliensf | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000121: parallel grades do not build on Mac OS 10.6 | ||||||||
Description | The .par grades do not build on Mac 0S 10.6 due to the GC not building. 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[2]: *** [darwin_stop_world.o] Error 1 make[1]: *** [submake] Error 2 make: *** [boehm_gc] Error 2 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
juliensf (administrator) 2010-02-27 18:22 |
This was fixed by the upgrading the Boehm GC to version 7.2alpha4. |