On Tuesday, August 28, 2012 1:05:01 AM UTC-4, Sergey Khorev wrote:
> >         link /RELEASE /nologo /subsystem:windows /LTCG:STATUS
> 
> ...
> 
> > advapi32.lib shell32.lib  /machine:i386 /no
> 
> 
> 
> Ok, the problem is in /machine:i386 which should be AMD64 for x64
> 
> builds. Either something is wrong with your environment or
> 
> Make_mvc.mak failed to detect the target architecture properly.
> 
> 
> 
> Can you check what commands below show before and after you source
> 
> vcvarsx86_amd64.bat?
> 
> set PROCESSOR_ARCHITECTURE
> 
> set ASSEMBLY_ARCHITECTURE
> 
> set CPU


This might be obvious but I just figured it out now. The easiest way of solving 
this issue is simply to pass the correct option in the command line.
In my case:

nmake -f Make_mvc.mak CPU=AMD64 <other_options>

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Raspunde prin e-mail lui