Since viklund++ added proto support to JSON yesterday, I wanted to try
it - and I found some problem that I don't know how to fix.

This is how my setup looks:
rakudo (bleed) lives in ~/rakudo/. Parrot lives in ~/rakudo/parrot/,
which is a symlink to ~/tmp/parrot-all/
~/bin/ is in $PATH, and ~/bin/perl6 is a symlink to ~/rakudo/perl6.

Now I cloned JSON, and tried this:

mor...@trudi:~/src/json>perl6 Configure

Configure.pm is preparing to make your Makefile.

Found a PARROT_DIR to be /home/moritz/tmp/parrot-all
but there is no Rakudo nearby. Please contact the proto people.

Setting PARROT_DIR explicitly to ~/rakudo/parrot leads to exactly the
same message.

So, what should I do?
I don't want proto to manage my rakudo or parrot installation for me,
just the module build.

Cheers,
Moritz

Reply via email to