Skip to content

Instantly share code, notes, and snippets.

@masak
Created February 3, 2009 08:02
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/57395 to your computer and use it in GitHub Desktop.
Save masak/57395 to your computer and use it in GitHub Desktop.
$ perl Configure.pl
$ make
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
error:imcc:syntax error, unexpected VAR, expecting '(' ('sub')
in file 'src/builtins/guts.pir' line 1071
included from 'src/gen_builtins.pir' line 25
included from 'perl6.pir' line 1
error:imcc:syntax error, unexpected VAR, expecting '(' ('var')
in file 'src/builtins/op.pir' line 447
included from 'src/gen_builtins.pir' line 25
included from 'perl6.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