Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2010 16: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 anonymous/512925 to your computer and use it in GitHub Desktop.
Save anonymous/512925 to your computer and use it in GitHub Desktop.
home/mak/UserArea/Perl6/current_dev_snapshot/rakudo/parrot_install/bin/parrot -o src/gen/perl6.pbc src/Perl6/Compiler.pir
/usr/bin/perl build/gen_core_pm.pl src/core/Positional.pm src/core/Associative.pm src/core/Callable.pm src/core/Abstraction.pm src/core/traits.pm src/core/metaops.pm src/core/operators.pm src/glue/handles.pm src/glue/subset.pm src/glue/enum.pm src/cheats/trait-export.pm src/cheats/num.pm src/cheats/eval.pm src/core/Mu.pm src/core/Bool.pm src/core/Order.pm src/core/Parcel.pm src/core/Any.pm src/core/Any-list.pm src/core/Code.pm src/core/Cool.pm src/core/Cool-num.pm src/core/Cool-str.pm src/core/List.pm src/core/Set.pm src/core/Array.pm src/core/Numeric.pm src/core/Real.pm src/core/Int.pm src/core/Iterable.pm src/core/Iterator.pm src/core/Num.pm src/core/Rat.pm src/core/Complex.pm src/core/Stringy.pm src/core/Buf.pm src/core/Str.pm src/core/Whatever.pm src/core/Pair.pm src/core/RangeIter.pm src/core/Range.pm src/core/EnumMap.pm src/core/Hash.pm src/core/Enum.pm src/core/IO.pm src/core/IO/ArgFiles.pm src/core/IO/Socket.pm src/core/IO/Socket/INET.pm src/core/IO/Stat.pm src/core/Parameter.pm src/core/Signature.pm src/core/Block.pm src/core/WhateverCode.pm src/core/Routine.pm src/core/Regex.pm src/core/Junction.pm src/core/Grammar.pm src/core/system.pm src/cheats/process.pm src/core/tai-utc.pm src/core/Temporal.pm src/core/Match.pm src/core/Attribute.pm src/core/CallFrame.pm src/core/Capture.pm src/core/MAIN.pm src/core/YOU_ARE_HERE.pm > src/gen/core.pm
/home/mak/UserArea/Perl6/current_dev_snapshot/rakudo/parrot_install/bin/parrot src/gen/perl6.pbc --target=pir \
src/gen/core.pm > src/gen/core.pir
/usr/bin/perl build/gen_version.pl > src/gen/version.pir
/home/mak/UserArea/Perl6/current_dev_snapshot/rakudo/parrot_install/bin/parrot -o perl6.pbc src/Perl6/Compiler.pir
error:imcc:syntax error, unexpected IDENTIFIER, expecting $end ('Copyright')
in file 'src/gen/core.pir' line 270
included from 'src/Perl6/Compiler.pir' line 1
error:imcc:syntax error ... somewhere
in file 'src/gen/core.pir' line 270
included from 'src/Perl6/Compiler.pir' line 1
make: *** [perl6.pbc] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment