Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created May 3, 2014 08:43
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 FROGGS/e21a91a1c76614be34eb to your computer and use it in GitHub Desktop.
Save FROGGS/e21a91a1c76614be34eb to your computer and use it in GitHub Desktop.
$ perl Configure.pl
===SORRY!===
Cannot obtain configuration from NQP on parrot
To automatically clone (git) and build a copy of NQP 2014.04,
try re-running Configure.pl with the '--gen-nqp' or '--gen-parrot'
options. Or, use '--prefix=' to explicitly
specify the path where the NQP and Parrot executable can be found that are use to build Rakudo.
$ perl Configure.pl --backends=parrot
===SORRY!===
Cannot obtain configuration from NQP on parrot
To automatically clone (git) and build a copy of NQP 2014.04,
try re-running Configure.pl with the '--gen-nqp' or '--gen-parrot'
options. Or, use '--prefix=' to explicitly
specify the path where the NQP and Parrot executable can be found that are use to build Rakudo.
$ perl Configure.pl --backends=parrot,jvm
Warning: JVM backend does not yet support all modules
===SORRY!===
Cannot obtain configuration from NQP on parrot
To automatically clone (git) and build a copy of NQP 2014.04,
try re-running Configure.pl with the '--gen-nqp' or '--gen-parrot'
options. Or, use '--prefix=' to explicitly
specify the path where the NQP and Parrot executable can be found that are use to build Rakudo.
$ perl Configure.pl --backends=moar
===SORRY!===
Unable to read configuration from NQP on MoarVM
$ perl Configure.pl --backends=jvm
===SORRY!===
Unable to read configuration from NQP on the JVM
$ perl Configure.pl
No suitable nqp executables found! Please specify some --backends, or a --prefix that contains nqp-{p,j,m} executables
Example to build for all backends (which will take a while):
perl Configure.pl --backends=moar,parrot,jvm --gen-moar --gen-parrot
Example to build for MoarVM only:
perl Configure.pl --gen-moar
Example to build for Parrot only:
perl Configure.pl --gen-parrot
Example to build for JVM only:
perl Configure.pl --backends=jvm --gen-nqp
$ perl Configure.pl --backends=jvm
===SORRY!===
Unable to read configuration from NQP on the JVM
To automatically clone (git) and build a copy of NQP 2014.04-37-g55c7277,
try re-running Configure.pl with the '--gen-nqp' option.
Or, use '--prefix=' to explicitly specify the path where the NQP
executable can be found that are use to build Rakudo.
$ perl Configure.pl --backends=parrot,jvm
sh: 1: /home/froggs/dev/rakudo/install/bin/parrot: not found
===SORRY!===
Unable to read configuration from NQP on Parrot
Unable to read configuration from NQP on the JVM
To automatically clone (git) and build a copy of NQP 2014.04-37-g55c7277,
try re-running Configure.pl with the '--gen-parrot' option.
Or, use '--prefix=' to explicitly specify the path where the NQP and Parrot
executables can be found that are use to build Rakudo.
$ perl Configure.pl --backends=parrot,jvm,moar
sh: 1: /home/froggs/dev/rakudo/install/bin/parrot: not found
===SORRY!===
Unable to read configuration from NQP on Parrot
Unable to read configuration from NQP on the JVM
Unable to read configuration from NQP on MoarVM
To automatically clone (git) and build a copy of NQP 2014.04-37-g55c7277,
try re-running Configure.pl with the '--gen-parrot --gen-moar' options.
Or, use '--prefix=' to explicitly specify the path where the NQP, Parrot and MoarVM
executables can be found that are use to build Rakudo.
$ perl Configure.pl --backends=jvm,moar
===SORRY!===
Unable to read configuration from NQP on the JVM
Unable to read configuration from NQP on MoarVM
To automatically clone (git) and build a copy of NQP 2014.04-37-g55c7277,
try re-running Configure.pl with the '--gen-moar' option.
Or, use '--prefix=' to explicitly specify the path where the NQP and MoarVM
executables can be found that are use to build Rakudo.
$ perl Configure.pl --backends=moar
===SORRY!===
Unable to read configuration from NQP on MoarVM
To automatically clone (git) and build a copy of NQP 2014.04-37-g55c7277,
try re-running Configure.pl with the '--gen-moar' option.
Or, use '--prefix=' to explicitly specify the path where the NQP and MoarVM
executables can be found that are use to build Rakudo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment