id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1377,Build fails on OSX in continuation.c,baest,,"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",bug,closed,normal,,none,1.9.0,medium,invalid,,,,,mac
