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

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:
> 1. I installed TortoiseSVN Ver. 1.8
> 2. I checked out the source from https://svn.code.sf.net/p/tortoisesvn/code/trunk.
> 3. I tried following the build instructions provided
> in build.txt file (attached)
> 4. While executing the command "nant setup" in command prompt, I get build error. Please refer to buildlog.txt.
>
> I need your help in resolving this build error.

 From your build log:

  [link] fatal error C1905: Front end and back end not compatible (must
target same processor).
  [link] LINK : fatal error LNK1257: code generation failed

You should see immediately what's wrong, why your build fails.
Please think about it now...

...

... got it?

You're trying to build the 32-bit version, but with VS set up for an x64
build!

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.