RE: Building bleadperl (minperl) fails completely under VC7
[email protected] ("Orton, Yves")
| Newsgroups | perl.perl5.porters,perl.daily-build |
|---|---|
| Message-ID | <71B318898201D311845C0008C75DAD1C07B78AFC@defra1ex2> |
> Did you add 'pad.c' to the MICROCORE_SRC macro in win32/Makefile? > > --- ../scratch/win32/Makefile Wed Sep 4 14:57:09 2002 > +++ win32/Makefile Sat Oct 5 01:11:12 2002 > @@ -522,6 +522,7 @@ > ..\mg.c \ > ..\numeric.c \ > ..\op.c \ > + ..\pad.c \ > ..\perl.c \ > ..\perlapi.c \ > ..\perly.c \ Yup. I finally tracked it down. (I was just putting together a patch like yours.. :-) Result: Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------- --- .../ext/Devel/Peek/Peek.t 21 1 4.76% 21 56 tests and 609 subtests skipped. Failed 1/735 test scripts, 99.86% okay. 1/70239 subtests failed, 100.00% okay. NMAKE : fatal error U1077: '..\perl.exe' : return code '0xff' Stop. Yah! So now I can automate all this and start smoking! (Oh dear what will my mother say.... :-) Yves