[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: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 7 May 2013 13:43:37 -0400

On Tue, May 7, 2013 at 12:46 PM, Ben Reser <ben_at_reser.org> wrote:
> On Tue, May 7, 2013 at 6:14 AM, Mark Phippard <markphip_at_gmail.com> wrote:
>> On Tue, May 7, 2013 at 2:06 AM, Ben Reser <ben_at_reser.org> wrote:
>>> 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>
>>
>> Yes, next to last line right before the closing Project tag.
>
> Now I'm wondering if it isn't recognizing this property setting. Can
> you check your path to make sure you don't have some other tools on
> the path? If you run devenv from the terminal you were running this
> in does it start Visual Studio 2012 or some previous version?

I am using the VS 2012 command prompt and it opens VS 2012.

>>> 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
>>
>> I am also using ActiveState. 5.12.2 in my case.
>
> Yeah well if the lines are there it shouldn't be an issue.
>
>>> 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.
>>
>> There were no attachments.
>
> Oops. Attached this time.
>
>>> 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.
>>
>> Windows 7 x64, doing a 32-bit build.
>
> Okay I'll try it on Windows 7 x64 if I get a chance to later today.

I am attaching the log file it found. I also searched the
httxt2dbm.vcxproj file, which seems to be the relevant file, and it
does NOT seem to have that property you set about TrackFiles. I note
this project file is in the support folder. Does your script touch
those projects too?

--
Thanks
Mark Phippard
http://markphip.blogspot.com/


Received on 2013-05-07 19:44:10 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.