On Sat, Sep 24, 2005 at 12:45:35PM +0100, Nicholas Clark wrote: > On Fri, Sep 23, 2005 at 09:14:09PM +0100, Nicholas Clark wrote: > > And between last time and this one I didn't think that there were any > > dangerous changes. Given that, and the lack of any helpful log on this > > smoke report, I'm stuck as to what I messed up that needs fixing. > > I think I failed to spot a change that I needed to integrate. Hopefully > 25592 fixes it. I think that Steve Hay's 5.8.7 smoker only works weekdays, > so if someone else is able to test build maint on Windows I'd be most > grateful. >
I pulled down a perl-5.8.x at 25596, and it built just fine on Win32. There does seem to be a bit of a problem with the Win32 Makefile, though. Several files are getting getting compiled twice. What happens is all the files that do not dependin on the Win32 config.h are built. conofig.h is created and the rest of the core files are built. Then, config.h is recreated forcing a recompile of all the files that depend on config.h. Steve Peters [EMAIL PROTECTED]