[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: Thu, 21 Apr 2016 12:07:48 -0700 (PDT)

looking through the logs: the OpenSSL lib is not built.
The first step in building it works, i.e. the build setup succeeds. But then the actual build step isn't done at all.

You have make sure that the paths to the compiler and nmake are properly set, i.e. you have to open the Visual-Studio command prompt, not the normal command prompt.

Also, the error
LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
happens if you set up the env for the x86 build (meaning the x86 compiler is in the PATH) but try to build the x64 version.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3169769

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-04-21 21:07:59 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.