Ticket #1377 (new bug) — at Initial Version

Opened 12 years ago

Last modified 12 years ago

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

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

Change History

Changed 12 years ago by baest

Changed 12 years ago by baest

Note: See TracTickets for help on using tickets.