# New Ticket Created by  Matt Diephouse 
# Please include the string:  [perl #32265]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32265 >


The disassembler compiles but doesn't work.

[EMAIL PROTECTED]:~/parrot$ make disassemble
src/disassemble.c
echo ast/ast.y -d -o ast/astparser.c -p AST
ast/ast.y -d -o ast/astparser.c -p AST
/usr/bin/perl -e 'open(A,qq{>>$_}) or die foreach @ARGV' ast/ast.y.flag 
ast/astparser.c ast/astparser.h
c++ -o disassemble src/disassemble.o -L/usr/local/lib -Wl,-E  -g  
blib/lib/libparrot.a blib/lib/libicuuc.a blib/lib/libicudata.a -ldl -lm 
-lpthread -lcrypt -lrt
[EMAIL PROTECTED]:~/parrot$ ./disassemble forth/forth.pir
PackFile_unpack: Invalid wordsize 46
Parrot VM: Can't unpack packfile forth/forth.pir.

--
matt diephouse
http://matt.diephouse.com

Reply via email to