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 | <1830968974.6688.1461265668959.JavaMail.httpd@localhost> |
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: [[email protected]].