Re: error installing Perl6

2009-11-12 Thread Patrick R. Michaud
On Thu, Nov 12, 2009 at 12:49:01PM -0800, Darren Duncan wrote: > I think that a best practice these days is to download and build Parrot > separately (which can be in a custom location) and then separately > download and configure Rakudo to use Parrot's location, rather than use > gen_parrot.

Re: error installing Perl6

2009-11-12 Thread Darren Duncan
I think that a best practice these days is to download and build Parrot separately (which can be in a custom location) and then separately download and configure Rakudo to use Parrot's location, rather than use gen_parrot. Parrot is gotten with Subversion, and Rakudo with Git. I could be wrong

r29061 - docs/Perl6/Spec

2009-11-12 Thread pugs-commits
Author: lwall Date: 2009-11-12 20:06:28 +0100 (Thu, 12 Nov 2009) New Revision: 29061 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] some phaser defossilization Modified: docs/Perl6/Spec/S06-routines.pod === --- docs/Perl6/

r29060 - docs/Perl6/Spec

2009-11-12 Thread pugs-commits
Author: lwall Date: 2009-11-12 19:35:33 +0100 (Thu, 12 Nov 2009) New Revision: 29060 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] liberalize phaser blorsts somewhat for more consistency, PerlJam++ Modified: docs/Perl6/Spec/S04-control.pod ==

Re: error installing Perl6

2009-11-12 Thread Carl Mäsak
Matthew (>), Richard (>>): > On Thu, Nov 12, 2009 at 2:30 PM, Richard Hainsworth > wrote: > >> Can't exec "svn": No such file or directory at build/gen_parrot.pl line 47. > > You need to install Subversion in order to allow the build script to > obtain Parrot. That said, perhaps one could fail ea

Re: error installing Perl6

2009-11-12 Thread Matthew Walton
On Thu, Nov 12, 2009 at 2:30 PM, Richard Hainsworth wrote: > Can't exec "svn": No such file or directory at build/gen_parrot.pl line 47. You need to install Subversion in order to allow the build script to obtain Parrot.

error installing Perl6

2009-11-12 Thread Richard Hainsworth
Just got error from new clone rakudo directory, Viz. rich...@jupiter:~/Development$ git clone git://github.com/rakudo/rakudo.git Initialized empty Git repository in /home/richard/Development/rakudo/.git/ remote: Counting objects: 22035, done. remote: Compressing objects: 100% (5908/5908), done. r