Changes between Initial Version and Version 1 of Ticket #1485

Show
Ignore:
Timestamp:
02/28/10 05:54:53 (12 years ago)
Author:
coke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1485

    • Property summary changed from runtime/parrot/library/SDL/StopWatch.pir bitrot to runtime/parrot/library/SDL/*.pir bitrot
  • Ticket #1485 – description

    initial v1  
     1{{{ 
    12$ make runtime/parrot/library/SDL/StopWatch.pbc./parrot -o runtime/parrot/library/SDL/StopWatch.pbc runtime/parrot/library/SDL/StopWatch.pir 
    23error:imcc:The opcode 'setattribute_p_i_p' (setattribute<3>) was not found. Check the type and number of the arguments 
    34        in file 'runtime/parrot/library/SDL/StopWatch.pir' line 78 
    45make: *** [runtime/parrot/library/SDL/StopWatch.pbc] Error 2 
    5  
     6$ make runtime/parrot/library/SDL/Surface.pbc./parrot -o runtime/parrot/library/SDL/Surface.pbc runtime/parrot/library/SDL/Surface.pir 
     7error:imcc:syntax error, unexpected DOT ('.') 
     8        in file 'runtime/parrot/library/SDL/Surface.pir' line 148 
     9error:imcc:syntax error, unexpected DOT ('.') 
     10        in file 'runtime/parrot/library/SDL/Surface.pir' line 152 
     11error:imcc:syntax error, unexpected DOT ('.') 
     12        in file 'runtime/parrot/library/SDL/Surface.pir' line 156 
     13make: *** [runtime/parrot/library/SDL/Surface.pbc] Error 1 
     14}}} 
    615 
    716---