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*

-- 
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/24443f87-ebe4-4294-9cf1-74559f131e4a%40googlegroups.com.

Reply via email to