Skip to content

Instantly share code, notes, and snippets.

@masak
Created February 3, 2009 11:00
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 masak/57467 to your computer and use it in GitHub Desktop.
Save masak/57467 to your computer and use it in GitHub Desktop.
16 rakudo$ make
../../parrot /Users/masak/work/hobbies/parrot/runtime/parrot/library/PGE/Perl6Grammar.pbc \
--output=src/gen_grammar.pir \
src/parser/grammar.pg src/parser/grammar-oper.pg
../../parrot /Users/masak/work/hobbies/parrot/compilers/nqp/nqp.pbc --output=src/gen_actions.pir \
--encoding=fixed_8 --target=pir src/parser/actions.pm
cd src/pmc && perl /Users/masak/work/hobbies/parrot/tools/build/dynpmc.pl generate perl6str objectref perl6scalar mutablevar perl6multisub
cd src/pmc && perl /Users/masak/work/hobbies/parrot/tools/build/dynpmc.pl compile perl6str objectref perl6scalar mutablevar perl6multisub
cd src/pmc && perl /Users/masak/work/hobbies/parrot/tools/build/dynpmc.pl linklibs perl6str objectref perl6scalar mutablevar perl6multisub
cd src/pmc && perl /Users/masak/work/hobbies/parrot/tools/build/dynpmc.pl copy --destination=/Users/masak/work/hobbies/parrot/runtime/parrot/dynext perl6str objectref perl6scalar mutablevar perl6multisub
../../parrot -o perl6.pbc perl6.pir
dyld: lazy symbol binding failed: Symbol not found: _const_string
Referenced from: /Users/masak/work/hobbies/parrot/runtime/parrot/dynext/perl6_group.bundle
Expected in: /Users/masak/work/hobbies/parrot/blib/lib/libparrot.dylib
dyld: Symbol not found: _const_string
Referenced from: /Users/masak/work/hobbies/parrot/runtime/parrot/dynext/perl6_group.bundle
Expected in: /Users/masak/work/hobbies/parrot/blib/lib/libparrot.dylib
make: *** [perl6.pbc] Trace/BPT trap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment