Re: URGENT: Issue creating build using "nant setup"
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 18 Jun 2015 18:41:54 +0200
On 18.06.2015 11:05, Ahmed M wrote:
From your build log:
[link] fatal error C1905: Front end and back end not compatible (must
You should see immediately what's wrong, why your build fails.
...
... got it?
You're trying to build the 32-bit version, but with VS set up for an x64
Specify 'x64' as a nant target before the build target:
nant x64 clean setup
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=3123434 To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].Received on 2015-06-18 18:41:57 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.