On Thursday, August 8, 2019 at 1:31:21 PM UTC-7, Stefan wrote:
>
> The error "module machine type 'x86' conflicts with target machine type 
> 'x64'" usually indicates a mismatch of the build command and the shell 
> you've opened.
>
> So, for an x64 build, you first have to open the x64 VS command shell 
> (that one is different than the default one, there are more than one in the 
> start menu of Windows).
>
> and then you have to use the 'x64' modifier in the build command:
>
> *nant x64 setup*
>
> not just
>
> *nant setup*
>
>
<sigh> the Microsoft contextual paradigm is so perplexing.  I did not 
realize that the various command prompts existed, i just launch Visual 
Studio 2019 and expected whatever is available would be exposed therein.


Further, what is telling is the line "Environment initialized for: 'x64'" 
that appears at the opening of the shell:


**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.2.1
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'


Thank you
 

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/da636344-0779-4a1f-939a-7bd140dc6259%40googlegroups.com.

Reply via email to