Re: ... nightly Builds fail to build because SymUpload.exe failed
Stefan Küng <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
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: [[email protected]].