Re: [PATCH Configure.pl] (still broken) Re: OpenVMS can't get past configure

2002-03-17 Thread Michael G Schwern
On Sun, Mar 17, 2002 at 05:06:35PM -0800, Brent Dax wrote: > # Checking some things by compiling and running another small C > # program (this > # could take a while): > # > # Building ./testparrotsizes.cfrom testparrotsizes_c.in... > # > # > # #include "parrot/parrot.h" > # #include

RE: [PATCH Configure.pl] (still broken) Re: OpenVMS can't get past configure

2002-03-17 Thread Brent Dax
Michael G Schwern: # On Sun, Mar 17, 2002 at 10:13:58AM -0800, Brent Dax wrote: # > Lines in question: # > # > # > foreach(grep {/^i_/} keys %Config) { # > $c{$_}=$Config{$_}; # > $c{headers}.=defineifdef((/^i_(.*)$/)); # > } # > # > I think VMS is too lame to handle the grep line. Honest

[PATCH Configure.pl] (still broken) Re: OpenVMS can't get past configure

2002-03-17 Thread Michael G Schwern
On Sun, Mar 17, 2002 at 10:13:58AM -0800, Brent Dax wrote: > Lines in question: > > > foreach(grep {/^i_/} keys %Config) { > $c{$_}=$Config{$_}; > $c{headers}.=defineifdef((/^i_(.*)$/)); > } > > I think VMS is too lame to handle the grep line. Honestly, I'd rather > not change it to bo