[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Making the Windows Build Easier

From: Ben Reser <ben_at_reser.org>
Date: Mon, 6 May 2013 23:06:42 -0700

On Mon, May 6, 2013 at 4:47 PM, Mark Phippard <markphip_at_gmail.com> wrote:
> I have Update 2 installed.
> http://www.microsoft.com/en-us/download/details.aspx?id=38188

I've installed update 2, still get a completely finished build.

Can you look to see that there is a line like this in all the vcxproj
files under modules\proxy\balancers:
<PropertyGroup><TrackFileAccess>false</TrackFileAccess></PropertyGroup>

The scripting that adds that bit is not really the greatest. Perhaps
it's failing for you for some reason. One possibility here is a
different version of Perl. I'm using Perl 5.16.3.1603 from:
http://www.activestate.com/activeperl/downloads

If the above doesn't help, can you try the attached script (adjusting
paths). I know it's ugly it's basically just a find2perl script that
I threw together to find failed builds while I was using this. Just
run it while the cd is the trunk and it should point out which bits of
the build have Build FAILED in them. You can then look at those logs
and you should get a more detailed error. You very well may only find
what you've already found.

The other comment I have is I did this on Windows 8 x64 (though I only
built 32-bit binaries). I'm not sure what version of Windows you're
using, but this might be another possible source of issues.
Received on 2013-05-07 08:07:29 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.