Ticket #1485 (new bug) — at Version 1

Opened 12 years ago

Last modified 12 years ago

runtime/parrot/library/SDL/*.pir bitrot

Reported by: coke Owned by:
Priority: normal Milestone:
Component: library Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description (last modified by coke) (diff)

$ make runtime/parrot/library/SDL/StopWatch.pbc./parrot -o runtime/parrot/library/SDL/StopWatch.pbc runtime/parrot/library/SDL/StopWatch.pir
error:imcc:The opcode 'setattribute_p_i_p' (setattribute<3>) was not found. Check the type and number of the arguments
        in file 'runtime/parrot/library/SDL/StopWatch.pir' line 78
make: *** [runtime/parrot/library/SDL/StopWatch.pbc] Error 2
$ make runtime/parrot/library/SDL/Surface.pbc./parrot -o runtime/parrot/library/SDL/Surface.pbc runtime/parrot/library/SDL/Surface.pir
error:imcc:syntax error, unexpected DOT ('.')
        in file 'runtime/parrot/library/SDL/Surface.pir' line 148
error:imcc:syntax error, unexpected DOT ('.')
        in file 'runtime/parrot/library/SDL/Surface.pir' line 152
error:imcc:syntax error, unexpected DOT ('.')
        in file 'runtime/parrot/library/SDL/Surface.pir' line 156
make: *** [runtime/parrot/library/SDL/Surface.pbc] Error 1

--- looks like none of the SDL pir files are built by default, or this would have been caught much sooner.

Change History

Changed 12 years ago by coke

  • description modified (diff)
  • summary changed from runtime/parrot/library/SDL/StopWatch.pir bitrot to runtime/parrot/library/SDL/*.pir bitrot
Note: See TracTickets for help on using tickets.