On Tue, Oct 28, 2008 at 3:18 PM, Carl Mäsak <[EMAIL PROTECTED]> wrote:
> "load_bytecode" couldn't find file 'PGE.pbc'
> current instr.: 'parrot;PGE;Perl6Grammar;Compiler;__onload' pc 22
> (../../runtime/parrot/library/PGE/Perl6Grammar.pir:72)
> called from Sub 'parrot;PGE;Perl6Grammar;Compiler;main' pc -1
> ((unknown file):-1)
>
> Program exited with code 01.
>

Ok. You don't have PGE.pbc. You might need to manually run this:

$ cd compilers/pge
$  ../../parrot -o PGE.pbc --output-pbc PGE.pir

I'm guessing that the make  deleted the intermediate file here.  (If
this step fails, let us know how)

If this works, try my last email again.

-- 
Will "Coke" Coleda

Reply via email to