Skip to content

Instantly share code, notes, and snippets.

@KamilaBorowska
Created September 15, 2012 15:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KamilaBorowska/3728546 to your computer and use it in GitHub Desktop.
Save KamilaBorowska/3728546 to your computer and use it in GitHub Desktop.
glitchmr@strawberry ~/g/std> make all
perl -MExtUtils::Command -e rm_rf boot/syml
perl ./viv --boot --noperl6lib --compile-setting CORE.setting
perl ./viv --boot --noperl6lib -5 -o STD.pm5 STD.pm6
Compiled lib/DEBUG.pm6
Compiled lib/NAME.pm6
Compiled lib/Stash.pm6
Compiled ./CursorBase.pm6
Compiled ./Cursor.pm6
perl tools/compact_pmc < STD.pm5 > STD.pmc
perl ./viv --boot --noperl6lib -5 -o Cursor.pm5 Cursor.pm6
perl tools/compact_pmc < Cursor.pm5 > Cursor.pmc
perl -MExtUtils::Command -e rm_rf syml
perl ./viv --noperl6lib --compile-setting CORE.setting
perl -MExtUtils::Command -e cp boot/syml/CursorBase.syml boot/syml/Cursor.syml boot/syml/DEBUG.syml boot/syml/NAME.syml boot/syml/Stash.syml boot/syml/STD.syml syml
perl ./viv --boot --noperl6lib -5 -o STD_P5.pm5 STD_P5.pm6
perl tools/compact_pmc < STD_P5.pm5 > STD_P5.pmc
make: *** No rule to make target `CORE5.setting', needed by `syml/CORE5.syml'. Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment