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

Re: Can

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 17 Feb 2016 22:04:49 +0100

On 17.02.2016 21:22, Sara M wrote:
> Okay I have a question about that:
>
> Here's what I'm doing to get that error:
>
>
> 1) Open "VS2015 x64 Native Tools Command Prompt"
> 2) Go to svn/TortoiseSVN directory
> 3) type in "nant x64 release setup"
>
> I'm hoping to get a build of 64 bit version instead I get the error I told you above.
>
> Now when you say, "But you must include the 'x64' somewhere before
> the actual build target (like binaries or setup or ...)"
>
> Isn't x64 defined in default.build? That is, isn't x64 already defined per setup? Or was that something not included in build.txt that I should have done on my own?

Yes, x64 is defined in default.build. But it's a nant target which you
have to specify explicitly for an x64 build.
But you specify that already as you shown in point 3 above.

So, there must be some old obj files lying around that were built
without the x64 target.

try running:

nant x64 clean release setup

the 'clean' target makes sure that all already built files are removed
first so you get a clean build.

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=3161256
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-02-17 22:04:45 CET

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.