At 07:13 AM 6/2/2002 +0200, Sebastian Bergmann wrote:
>cd lib/Parrot && C:\Programme\Perl\bin\perl.exe Makefile.PL && NMAKE &&
>cd ..
>Can't open perl script "Makefile.PL": No such file or directory
>NMAKE : fatal error U1077: 'cd' : Rueckgabe-Code '0x2'
>Stop.


Changing that to:

cd lib\Parrot && C:\Programme\Perl\bin\perl.exe Makefile.PL && NMAKE && cd ..

in the Makefile will fix the problem and allow the build to continue.  I'm 
not sure of what the correct fix is, or I'd offer a patch...

[Even if the build completes the tests don't run anymore on Win32 MSVC due 
to errors in the bytecode...]

Reply via email to