Skip to content

Instantly share code, notes, and snippets.

@ashgti
Created June 15, 2010 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashgti/438668 to your computer and use it in GitHub Desktop.
Save ashgti/438668 to your computer and use it in GitHub Desktop.
cc -o parrot-nqp parrot-nqp.o /home/john/Projects/parrot/src/parrot_config.o -Wl,-rpath=/home/john/Projects/parrot/blib/lib -L/home/john/Projects/parrot/blib/lib -lparrot -Wl,-E -fstack-protector -L/usr/local/lib -Wl,-E -ldl -lm -lpthread -lcrypt -lrt -lffi
Linked: parrot-nqp
/usr/bin/perl -e "" > compilers/pge/PGE/builtins_gen.pir
./parrot -o runtime/parrot/library/PGE.pbc compilers/pge/PGE.pir
./parrot runtime/parrot/library/PGE/Perl6Grammar.pir --output=compilers/pge/PGE/builtins_gen.pir compilers/pge/PGE/builtins.pg
error:imcc:syntax error, unexpected $end
in file 'EVAL_1' line 1
syntax error ... somewhere
current instr.: 'parrot;PGE;Exp;compile' pc 3246 (compilers/pge/PGE/Exp.pir:90)
called from Sub 'parrot;PGE;Perl6Grammar;Compiler;__onload' pc 45 (runtime/parrot/library/PGE/Perl6Grammar.pir:84)
called from Sub 'parrot;PGE;Perl6Grammar;Compiler;main' pc 0 (runtime/parrot/library/PGE/Perl6Grammar.pir:61)
... call repeated 1 times
make: *** [runtime/parrot/library/PGE.pbc] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment