Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 1.58 KB | Hits: 94 | Expires: Never
Copy text to clipboard
  1. [close]% perl Configure.pl
  2. Reading configuration information from parrot_config
  3. Creating Makefile
  4. [close]% ls
  5. build/  close_cfg.tmpl  Configure.pl*  include/  Makefile  README  t/
  6. cl*     close.pir       docs/          library/  plumage/  src/
  7. [close]% make
  8. if [ ! -f close.cfg ]; then /usr/bin/perl -MExtUtils::Command -e cp close_cfg.tmpl close.cfg ; fi
  9. **** Collecting gen_grammar.pg
  10. /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
  11. *** Compiling to PIRA: src/gen_grammar.pg
  12. /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
  13. *** Strip annotations PIRA->PIR: src/gen_grammar.pira
  14. grep -v '^.annotate' src/gen_grammar.pira > src/gen_grammar.pir
  15. **** Collecting gen_actions.nqp
  16. cat src/Slam/parser/builtin_actions.nqp > src/gen_actions.nqp
  17. *** Compiling to PIRA: src/gen_actions.nqp
  18. /home/parthm/install/parrot-2.2.0/bin/parrot_nqp --target=pir --output=src/gen_actions.pira  src/gen_actions.nqp
  19. make: /home/parthm/install/parrot-2.2.0/bin/parrot_nqp: Command not found
  20. make: *** [src/gen_actions.pira] Error 127
  21. rm src/gen_grammar.pira
  22. [close]%
  23. [close]%
  24. [close]% ls /home/parthm/install/parrot-2.2.0/bin
  25. parrot*         parrot_debugger*       parrot-nqp*       pbc_dump*   pbc_to_exe*
  26. parrot_config*  parrot_nci_thunk_gen*  pbc_disassemble*  pbc_merge*
  27. [close]%