Skip to content

Instantly share code, notes, and snippets.

@masak
Created February 14, 2014 11:13
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 masak/8999395 to your computer and use it in GitHub Desktop.
Save masak/8999395 to your computer and use it in GitHub Desktop.
Uninitializedness warnings in Configure.pl script in Rakudo
$ perl Configure.pl --backends=moar
Use of uninitialized value in concatenation (.) or string at Configure.pl line 247.
Use of uninitialized value in concatenation (.) or string at Configure.pl line 247.
Using /home/masak/ours/rakudo/install/bin/nqp-m (version / MoarVM ).
Use of uninitialized value $nqp_config{"moar::dll"} in sprintf at Configure.pl line 249.
Cleaning up ...
You can now use 'make' to build Rakudo.
After that, 'make test' will run some tests and
'make install' will install Rakudo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment