On Thu, 28 Dec 2000, Jarkko Hietaniemi wrote: > On Fri, Dec 22, 2000 at 02:52:12PM -0800, Peter Prymmer wrote: > > I thought that I'd try that Makefile.PL out on a particularly > > challenging perl build platform: namely nmake and MSVC on NT 4. > > Nick took care of this in a more generic way. OK. I am just back from vacation and will take a look at the perl@8102 kit I suppose. > > --- win32/Makefile.orig Wed Dec 20 10:52:47 2000 > > +++ win32/Makefile Fri Dec 22 14:28:17 2000 > > @@ -989,9 +989,9 @@ > > > > $(FILTER_DLL): $(PERLEXE) $(FILTER).xs > > cd $(EXTDIR)\Filter\Util\Call > > - ..\..\..\miniperl -I..\..\..\lib Makefile.PL INSTALLDIRS=perl > > + ..\..\..\..\miniperl -I..\..\..\..\lib Makefile.PL INSTALLDIRS=perl > > $(MAKE) > > - cd ..\..\..\win32 > > + cd ..\..\..\..\win32 > > Thanks. This should also be dealt with in a more generic way, i.e. > generating all the win32 makefiles from a common source. Not a bad idea IMO. There may be some chance we'd do something similar for VMS (where we've kind of abandoned support for GNU make rather quietly). > > io/utf8........FAILED test 19 > > Failed 1/25 tests, 96.00% okay > > Nick thinks this is fixed now. > > > FWIW (if it even matters) the build and test were done on a FAT file > > system not (NT|HP)FS. > > Nick sez it shouldn't matter. Thanks. Peter PrymmerThread Previous | Thread Next