> Can you remove ObjG again and paste here the full build log?
>
Sure, here it goes:
C:\htemp\vim\src> "c:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
Setting environment for using Microsoft Visual Studio 2010 x64 cross tools.
C:\htemp\vim\src>nmake -f Make_mvc.mak GUI=yes gvim.exe
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
if not exist .\ObjG/nul mkdir .\ObjG
creating .\ObjG\pathdef.c
cl -c /W3 /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32
-DFEAT_CSCOPE -DFEAT_NETBEANS_INTG
-DWINVER=0x0400 -D_WIN32_WINNT=0x0400 /Fo.\ObjG/ /Ox /GL -DNDEBUG
/Zl /MT -DFEAT_GUI_W32 -DDYNAMIC
_ICONV -DDYNAMIC_GETTEXT -DFEAT_BIG /Fd.\ObjG/ /Zi .\ObjG\pathdef.c
pathdef.c
rc /l 0x409 /Fo.\ObjG/vim.res /r -DWIN32 -D_WIN32
-DWINVER=0x0500 -DNDEBUG -DFEAT_GUI_W32 vim
.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
cl -c /W3 /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32
-DFEAT_CSCOPE -DFEAT_NETBEANS_INTG
-DWINVER=0x0400 -D_WIN32_WINNT=0x0400 /Fo.\ObjG/ /Ox /GL -DNDEBUG
/Zl /MT -DFEAT_GUI_W32 -DDYNAMIC
_ICONV -DDYNAMIC_GETTEXT -DFEAT_BIG /Fd.\ObjG/ /Zi blowfish.c buffer.c
charset.c diff.c digraph.c edit
.c eval.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c
fileio.c fold.c getchar.c hardcopy.c ha
shtab.c main.c mark.c mbyte.c memfile.c memline.c menu.c message.c
misc1.c misc2.c move.c normal.c ops
.c option.c os_mswin.c os_win32.c popupmnu.c quickfix.c regexp.c
screen.c search.c sha256.c spell.c sy
ntax.c tag.c term.c ui.c undo.c window.c gui.c gui_beval.c gui_w32.c
os_w32exe.c if_cscope.c netbeans.
c
blowfish.c
buffer.c
charset.c
diff.c
digraph.c
edit.c
eval.c
ex_cmds.c
ex_cmds2.c
ex_docmd.c
ex_eval.c
ex_getln.c
fileio.c
fold.c
getchar.c
hardcopy.c
hashtab.c
main.c
mark.c
mbyte.c
Compiling...
memfile.c
memline.c
menu.c
message.c
misc1.c
misc2.c
move.c
normal.c
ops.c
option.c
os_mswin.c
os_win32.c
popupmnu.c
quickfix.c
regexp.c
screen.c
search.c
sha256.c
spell.c
syntax.c
Compiling...
tag.c
term.c
ui.c
undo.c
window.c
gui.c
gui_beval.c
gui_w32.c
os_w32exe.c
if_cscope.c
netbeans.c
cl -c /W3 /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32
-DFEAT_CSCOPE -DFEAT_NETBEANS_INTG
-DWINVER=0x0400 -D_WIN32_WINNT=0x0400 /Fo.\ObjG/ /Ox /GL -DNDEBUG
/Zl /MT -DFEAT_GUI_W32 -DDYNAMIC
_ICONV -DDYNAMIC_GETTEXT -DFEAT_BIG /Fd.\ObjG/ /Zi version.c
version.c
link /RELEASE /nologo /subsystem:windows /LTCG:STATUS
-out:gvim.exe .\ObjG\blowfish.obj .\Obj
G\buffer.obj .\ObjG\charset.obj .\ObjG\diff.obj .\ObjG\digraph.obj
.\ObjG\edit.obj .\ObjG\eval.ob
j .\ObjG\ex_cmds.obj .\ObjG\ex_cmds2.obj .\ObjG\ex_docmd.obj
.\ObjG\ex_eval.obj .\ObjG\ex_getln.o
bj .\ObjG\fileio.obj .\ObjG\fold.obj .\ObjG\getchar.obj
.\ObjG\hardcopy.obj .\ObjG\hashtab.obj .
\ObjG\main.obj .\ObjG\mark.obj .\ObjG\mbyte.obj .\ObjG\memfile.obj
.\ObjG\memline.obj .\ObjG\menu
.obj .\ObjG\message.obj .\ObjG\misc1.obj .\ObjG\misc2.obj
.\ObjG\move.obj .\ObjG\normal.obj .\Ob
jG\ops.obj .\ObjG\option.obj .\ObjG\os_mswin.obj
.\ObjG\os_win32.obj .\ObjG\pathdef.obj .\ObjG\po
pupmnu.obj .\ObjG\quickfix.obj .\ObjG\regexp.obj .\ObjG\screen.obj
.\ObjG\search.obj .\ObjG\sha25
6.obj .\ObjG\spell.obj .\ObjG\syntax.obj .\ObjG\tag.obj
.\ObjG\term.obj .\ObjG\ui.obj .\ObjG\und
o.obj .\ObjG\window.obj .\ObjG\vim.res .\ObjG\gui.obj
.\ObjG\gui_beval.obj .\ObjG\gui_w32.obj .\O
bjG\os_w32exe.obj .\ObjG/if_cscope.obj .\ObjG/netbeans.obj
.\ObjG\version.obj oldnames.li
b kernel32.lib advapi32.lib shell32.lib gdi32.lib comdlg32.lib
ole32.lib uuid.lib /machine:i386 /node
faultlib gdi32.lib version.lib winspool.lib comctl32.lib
advapi32.lib shell32.lib /machine:i386 /no
defaultlib libcmt.lib user32.lib WSock32.lib /PDB:gvim.pdb -debug
.\ObjG\blowfish.obj : fatal error LNK1112: module machine type 'x64'
conflicts with target machine typ
e 'X86'
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\BIN\x86_amd64\link
.EXE"' : return code '0x458'
Stop.
--
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