On 7/26/07, via RT Will Coleda <[EMAIL PROTECTED]> wrote:
> # New Ticket Created by  Will Coleda
> # Please include the string:  [perl #44193]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44193 >
>
>
> $ make
> <SNIP>
> perl tools/gen_inline.pl src/builtin/while.tmt > src/builtin/while.pir
> ../../parrot ../../compilers/pge/pgc.pir --output=src/grammar/expr/
> expression.pir src/grammar/expr/expression.pg
> ../../parrot ../../compilers/tge/tgc.pir --output=src/grammar/expr/
> past2pir.pir src/grammar/expr/past2pir.tg
> ../../parrot ../../compilers/tge/tgc.pir --output=src/grammar/expr/
> pge2past.pir src/grammar/expr/pge2past.tg
> perl tools/gen_builtins.pl > runtime/builtins.pir
> ../../parrot --output=runtime/tcllib.pbc runtime/tcllib.pir
> tclint.c:864: failed assertion `my_enum_class_0 != enum_class_default'
> make: *** [runtime/tcllib.pbc] Abort trap

Fixed in r20257.

The pmc2c code was to blame. It looks like the code has been
refactored heavily; but somewhere along the way someone didn't
translate the code accurately. :-/

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

Reply via email to