Grabbing the last few snapshots from dev.perl.org, I can't find one that'll
build under Win32. During Configure.PL I get these errors:
Determining stack growth direction...'.\test.exe' is not recognized as an
internal or extern
al command, operable program or batch file.
Odd number of elements in hash assignment at config/auto/stackdir.pl line 35.
Use of uninitialized value in list assignment at config/auto/stackdir.pl
line 35.
done.
Generating config.h...Use of uninitialized value in substitution iterator
at lib/Parrot/Conf
igure/Step.pm line 102, <IN> line 45.
done.
The rest of the build proceeded without errors. However, 'nmake test' reports:
C:\Perl\bin\perl.exe t/harness --gc-debug --running-make-test
t/src/basic.........# No tests run!
t/src/basic.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/src/exit..........# No tests run!
t/src/exit..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/src/intlist.......# No tests run!
t/src/intlist.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
I'm updating from an older, working version because I suspect that under
certain circumstances that PerlHash PMC's can lose keys. (YIKE!) I only
have obscenely large test cases however... (3K lines of PASM)
- Re: Parrot Builds broken for Win32? Clinton A. Pierce
- Re: Parrot Builds broken for Win32? Andy Dougherty
- Re: Parrot Builds broken for Win32? Leopold Toetsch
