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

Re: ... nightly Builds fail to build because SymUpload.exe failed

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 9 May 2016 19:23:56 +0200

On 09.05.2016 08:50, Oto BREZINA wrote:
> On 2016-04-29 15:09, Stefan Küng wrote:
>> The 'cross' target is only needed if you're on a win32 OS and you're trying to build the x64 version.
>> If you're on a x64 OS then you don't need the 'cross' target.
>>
>> Please don't attach files (even zipped) that are executable (like *.bat) - gmail won't accept such mails and I then get (much, much later) an email from the mailing list that the mail is not deliverable.
> Just get back from china business trip, kinda tiresome.
>
> Ok sorry, I'm not using google services (but search and maps :) ) unless
> necessary, so I forgot that's the case. Aanyway, I tried, both cross and
> without cross. with no luck.
> See attached logs

The x64 build fails because you haven't set the env variables for the
x64 build. Your script first calls "%VS140COMNTOOLS%\vsvars32.bat"
(notice the '32' in the bat file name). That's good for the win32 build.

For the x64 build, you have to call the VS script for the x64
environment, which should be something like this:
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\vcvarsall.bat"" amd64

And *then* you build the x64 version of TSVN, but without the 'cross'
target. For the 'cross' target there's yet another VS script to set up
the env.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3171747
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-05-09 19:24:07 CEST

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

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