I just recently got a laptop where I don't have visual studio.
I would like to compile vim using cygwin/mingw.
I use
make -f Make_cyg.mak CC=x86_64-w64-mingw32-gcc ARCH=x86-64 GUI=yes
It all seems fine until the linking step. I then get the error:
/usr/lib/gcc/x86_64-w64-mingw32/4.5.3/../../../../x86_64-w64-mingw32/bin/ld:
i386 architecture of input file `gobj/vimrc.o' is incompatible with i386:x86-64
output
Searching for back for vimrc I see that it is compiled with
windres --preprocessor="x86_64-w64-mingw32-gcc -E -xc" -DRC_INVOKED -DWIN32
-DWINVER=0x0500 -D_WIN32_WINNT=0x0
500 -DHAVE_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT
-DFEAT_CSCOPE -DFEAT_NETBEANS_
INTG -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_MBYTE -DFEAT_MBYTE_IME
-DDYNAMIC_IME -DDYNAMIC_ICONV \
--input-format=rc --output-format=coff -i vim.rc -o gobjx86-64/vimrc.o
Please let me know if I am missing something here or if something can be done
about this.
Regards,
Jorge
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.