Ticket #1377 (closed bug: invalid)
Build fails on OSX in continuation.c
Reported by: | baest | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | 1.9.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | mac |
Description (last modified by coke) (diff)
Build fails with on OSX (both error on 1.9.0 and revision 43137):
src/pmc/continuation.c ./src/pmc/continuation.pmc: In function 'Parrot_Continuation_init': ./src/pmc/continuation.pmc:70: error: 'Parrot_Continuation_attributes' has no member named 'to_call_object' ./src/pmc/continuation.pmc: In function 'Parrot_Continuation_init_pmc': ./src/pmc/continuation.pmc:94: error: 'Parrot_Continuation_attributes' has no member named 'to_call_object' ./src/pmc/continuation.pmc: In function 'Parrot_Continuation_invoke': ./src/pmc/continuation.pmc:237: error: 'Parrot_Continuation_attributes' has no member named 'to_call_object' ./src/pmc/continuation.pmc: In function 'Parrot_Continuation_mark': ./src/pmc/continuation.pmc:132: error: 'Parrot_Continuation_attributes' has no member named 'to_call_object' ./src/pmc/continuation.pmc:132: error: 'Parrot_Continuation_attributes' has no member named 'to_call_object' ./src/pmc/continuation.pmc:132: error: 'Parrot_Continuation_attributes' has no member named 'to_call_object' ./src/pmc/continuation.pmc:132: error: 'Parrot_Continuation_attributes' has no member named 'to_call_object' make: *** [src/pmc/continuation.o] Error 1
Attached is full configure and compile output along with generated continuation.c
Attachments
Change History
Note: See
TracTickets for help on using
tickets.