Ticket #1377 (closed bug: invalid)

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 (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

parrot_build.txt Download (32.2 KB) - added by baest 12 years ago.
continuation.c Download (16.4 KB) - added by baest 12 years ago.

Change History

Changed 12 years ago by baest

Changed 12 years ago by baest

Changed 12 years ago by baest

sorry about weird format in script file (parrot_build.txt)

Changed 12 years ago by coke

  • description modified (diff)

re-formatted description.

Changed 12 years ago by baest

sorry, I've copied my parrot checkout from my old freebsd to my mac and updated. It seems to have broken something since it's working with a fresh checkout.

Sorry! Please close the ticket

Changed 12 years ago by coke

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.