On Fri, Sep 19, 2003 at 09:00:39AM -0700, Steve Fink wrote: > On Sep-18, Dan Sugalski wrote:
> > Tinder log is at > > http://tinderbox.perl.org/tinderbox/showlog.cgi?log=parrot/1063870180.68827.gz&fulltext=1 > >From that log: > > D:\Programs\Perl\bin\perl.exe -MFile::Copy=cp -e "cp q|jit/i386/jit_emit.h|, > q|./include/parrot/jit_emit.h|" > C:\TEMP\make3713.sh: command not found: D:ProgramsPerlbinperl.exe [1] > make: *** [include/parrot/jit_emit.h] Error 1 > > is that bad? (I didn't look any closer; perhaps its irrelevant.) I'd say yes. It looks like something (nmake) is treating all the \ in D:\Programs\Perl\bin\perl.exe as escapes. Is it possible to configure with perl as D:/Programs/Perl/bin/perl.exe Nicholas Clark