On 7/14/2015 12:09 PM, Andy Wang wrote:
        link.exe -lib @C:\Users\runtime\AppData\Local\Temp\nm9E02.tmp
"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" -
nologo -f libaprutil.mak      CFG="libaprutil - Win32 Release" RECURSE=0
        if not exist ".\Release/" mkdir ".\Release"
        tempfile.bat
libaprutil.mak(1494) : fatal error U1054: cannot create inline file 'tempfile.ba
t'
Stop.

I've run into this on VC11/Win7x64 more than once. I think I just restarted the build again and it has always gone through. Microsoft says a tempfile.bat already exists with a read-only attribute so it evidently has started creating the file before removing the prior one.

I remember an e-mail thread with you about building the makefile and dep files and how they weren't actually in the unix source and there were gaps where the windows source wasn't updated - which is why I needed to figure out how to build from the vanilla unix sources. Did this change? Because I could swear the unix sources didn't have some of this stuff before.

I was evidently wrong, I'm looking at httpd-2.2.29.tar.gz as well as the 2.2.30 tag and I see them there. The .dep for mod_ssl is locked to OpenSSL <= 0.9.8 but that is an easy fix and done with r1691074. I believe the Windows build is CTR.

I ran builds of 2.2.head using the included mak files and Yann's patch, all went well on VC9/Vista, VC10/2003r2 & VC11/Win7x64.

Give it another try with 2.2.31 when it arrives, hopefully tomorrow.



Reply via email to