Re: r20653 fails on windows

2007-08-17 Thread Joshua Gatcomb
FYI all r20662 builds fine on Win32 with MinGW and Cygwin Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: r20653 fails on windows

2007-08-17 Thread James E Keenan
jerry gay wrote: perhaps instead there should be a method to return a value with all $(FOO) syntax resolved by lookup first in Parrot::Config 1. Can I assume that you're talking about parts of Parrot::Config::Generated that look like this: %PConfig_Temp = ( 'TEMP_atomic_o

Re: r20653 fails on windows

2007-08-17 Thread chromatic
On Friday 17 August 2007 09:33:53 jerry gay wrote: > on windows, with msvc, in Parrot::Configure::Generated, we have: >              'libparrot_ldflags' => 'libparrot$(A)', > > but A isn't defined in the windows environment at parrot runtime, and > $(A) wouldn't expand it anyway, as that's make sy

r20653 fails on windows

2007-08-17 Thread jerry gay
Index: lib/Parrot/Test.pm === --- lib/Parrot/Test.pm (revision 20652) +++ lib/Parrot/Test.pm (revision 20653) @@ -999,7 +999,7 @@ = $PConfig{parrot_is_shared} ? "$PConfig{rpath_blib} -L$P