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

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.