Matt Diephouse <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~/parrot$ ./disassemble forth/forth.pbc > PackFile_unpack: Bytecode not valid for this interpreter: fingerprint mismatch
You got an old forth.pbc, probably. Fingerprinting is disabled for the release, so it might be, that you can run forth.pbc with the released Parrot but not with a current one. $ make world ... $ ./parrot -o mops.pbc mops.pasm $ ./disassemble mops.pbc null_i I2 set_i_ic I3,1 set_i_ic I4,100000000 ... leo