Re: Can
Stefan Küng <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
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: [[email protected]].