Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-20 Thread chromatic
On Tuesday 19 May 2009 08:29:39 Patrick R. Michaud wrote: > On Mon, May 18, 2009 at 02:54:55PM -0700, chromatic wrote: > > I have an SVK checkout of Parrot, so Parrot's configuration process > > cannot determine the Parrot SVN revision. The problem here may be > > similar. > Indeed -- I may simp

Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-19 Thread Patrick R. Michaud
On Mon, May 18, 2009 at 02:54:55PM -0700, chromatic wrote: > On Monday 18 May 2009 12:20:47 Patrick R. Michaud wrote: > > > I'm more likely to suspect that something in your Parrot build is > > causing parrot_config to not provide the SVN revision number for Parrot. > > I have an SVK checkout of

Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-19 Thread Patrick R. Michaud
On Mon, May 18, 2009 at 06:28:19PM -0400, Peter Schwenn wrote: > Chromatic, PM, > > I got a fresh copy of parrot; configured and built. And "parrot_config > revision" still returns 0 (zero). How are you obtaining Parrot? Are you doing an SVN checkout, or some other mechanism? Pm

Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-18 Thread Peter Schwenn
Chromatic, PM, I got a fresh copy of parrot; configured and built. And "parrot_config revision" still returns 0 (zero). If I then doctor rakudo's makefile to ignore the revision # of parrot (and - a for a separate problem that re-occurs from time to time- switch in rakudo's makefile / for \ in "

Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-18 Thread chromatic
On Monday 18 May 2009 12:20:47 Patrick R. Michaud wrote: > I'm more likely to suspect that something in your Parrot build is > causing parrot_config to not provide the SVN revision number for Parrot. I have an SVK checkout of Parrot, so Parrot's configuration process cannot determine the Parrot

Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-18 Thread Patrick R. Michaud
On Mon, May 18, 2009 at 01:01:55PM -0400, Peter Schwenn wrote: > I get: > Reading configuration information from ../../parrot_config ... > Parrot revision r38795 required (currently r0) What do you get if you manually run "..\..\parrot_config revision" from the command line (from within

Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-18 Thread Peter Schwenn
When I: $ perl configure.pl on current git pull of rakudo, under cygwin under XP sp2, I get: Reading configuration information from ../../parrot_config ... Parrot revision r38795 required (currently r0) My copy of rakudo is in c:/parrot/languages/rakudo and it is git'd from the