Untitled
By: a guest | Mar 19th, 2010 | Syntax:
None | Size: 1.58 KB | Hits: 94 | Expires: Never
[close]% perl Configure.pl
Reading configuration information from parrot_config
Creating Makefile
[close]% ls
build/ close_cfg.tmpl Configure.pl* include/ Makefile README t/
cl* close.pir docs/ library/ plumage/ src/
[close]% make
if [ ! -f close.cfg ]; then /usr/bin/perl -MExtUtils::Command -e cp close_cfg.tmpl close.cfg ; fi
**** Collecting gen_grammar.pg
/usr/bin/perl -MExtUtils::Command -e cat src/Slam/parser/grammar.pg src/Slam/parser/builtins.pg src/Slam/parser/declarations.pg src/Slam/parser/expressions.pg src/Slam/parser/names.pg src/Slam/parser/statements.pg src/Slam/parser/tokens.pg > src/gen_grammar.pg
*** Compiling to PIRA: src/gen_grammar.pg
/home/parthm/install/parrot-2.2.0/bin/parrot /home/parthm/install/parrot-2.2.0/lib/library/PGE/Perl6Grammar.pbc --output=src/gen_grammar.pira src/gen_grammar.pg
*** Strip annotations PIRA->PIR: src/gen_grammar.pira
grep -v '^.annotate' src/gen_grammar.pira > src/gen_grammar.pir
**** Collecting gen_actions.nqp
cat src/Slam/parser/builtin_actions.nqp > src/gen_actions.nqp
*** Compiling to PIRA: src/gen_actions.nqp
/home/parthm/install/parrot-2.2.0/bin/parrot_nqp --target=pir --output=src/gen_actions.pira src/gen_actions.nqp
make: /home/parthm/install/parrot-2.2.0/bin/parrot_nqp: Command not found
make: *** [src/gen_actions.pira] Error 127
rm src/gen_grammar.pira
[close]%
[close]%
[close]% ls /home/parthm/install/parrot-2.2.0/bin
parrot* parrot_debugger* parrot-nqp* pbc_dump* pbc_to_exe*
parrot_config* parrot_nci_thunk_gen* pbc_disassemble* pbc_merge*
[close]%