Skip to content

Instantly share code, notes, and snippets.

@moritz
Created July 27, 2012 14:13
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 moritz/3188234 to your computer and use it in GitHub Desktop.
Save moritz/3188234 to your computer and use it in GitHub Desktop.
Rakudo star build trouble
$ make install
cd rakudo-2012.07 && make install
make[1]: Entering directory `/home/moritz/p6/star/rakudo-star-2012.07/rakudo-2012.07'
NQP is too old (2012.07 required), run something like
perl Configure.pl --gen-nqp --gen-parrot or --with-parrot=path/to/bin/parrot
make[1]: *** [check-versions] Error 2
make[1]: Leaving directory `/home/moritz/p6/star/rakudo-star-2012.07/rakudo-2012.07'
make: *** [rakudo-install] Error 2
$ /opt/rakudo-star-2012.07/bin/nqp --version
This is nqp version 2012.07 built on parrot 4.6.0 revision 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment