Hi Folks >From this page: http://rakudo.org/how-to-get-rakudo
I tried: 1) r...@zoe:~$ git clone git://github.com/rakudo/rakudo.git Initialized empty Git repository in /home/ron/rakudo/.git/ remote: Counting objects: 16457, done. remote: Compressing objects: 100% (4671/4671), done. remote: Total 16457 (delta 11974), reused 15717 (delta 11445) Receiving objects: 100% (16457/16457), 2.21 MiB | 54 KiB/s, done. Resolving deltas: 100% (11974/11974), done. and then: 2) r...@zoe:~/rakudo$ perl Configure.pl --gen-parrot Generating Parrot ... /usr/bin/perl build/gen_parrot.pl Checking out Parrot r39599 via svn... svn: OPTIONS of 'https://svn.parrot.org/parrot/trunk': could not connect to server (https://svn.parrot.org) Configuring Parrot ... /usr/bin/perl Configure.pl Unable to locate parrot_config To automatically checkout (svn) and build a copy of parrot r39599, try re-running Configure.pl with the '--gen-parrot' option. Or, use the '--parrot-config' option to explicitly specify the location of parrot_config to be used to build Rakudo Perl. Building Parrot ... Unable to locate parrot_config To automatically checkout (svn) and build a copy of parrot r39599, try re-running Configure.pl with the '--gen-parrot' option. Or, use the '--parrot-config' option to explicitly specify the location of parrot_config to be used to build Rakudo Perl. 3) I asked on irc://irc.perl.org/parrot, but got chopped off due to 'flooding'. 4) So, yes, I can see it did not connect, but what do I do next :-(? -- Ron Savage r...@savage.net.au http://savage.net.au/index.html