When compiling 7.3.1129 (Windows 7 64 bit, MinGW), I get the following error message (7.3.1128 compiled with no errors):
gcc -Iproto -DWIN32 -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DHAVE_PATHDEF -DFEAT_BIG -DMS_WIN64 -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT -DFEAT_OLE -DFEAT_CSCOPE -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV -pipe -w -march=x86-64 -Wall -Id:/tools/perl/lib/Core -DFEAT_PERL -Ld:/tools/perl/lib/Core -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl516.dll\" -DFEAT_PYTHON -DDYNAMIC_PYTHON -DFEAT_PYTHON3 -DDYNAMIC_PYTHON3 -DFEAT_XPM_W32 -I xpm/x64/include -I xpm/x64/../include -O3 -fomit-frame-pointer -freg-struct-return -s -mwindows -o gvim.exe gobjx86-64/blowfish.o gobjx86-64/buffer.o gobjx86-64/charset.o gobjx86-64/diff.o gobjx86-64/digraph.o gobjx86-64/edit.o gobjx86-64/eval.o gobjx86-64/ex_cmds.o gobjx86-64/ex_cmds2.o gobjx86-64/ex_docmd.o gobjx86-64/ex_eval.o gobjx86-64/ex_getln.o gobjx86-64/fileio.o gobjx86-64/fold.o gobjx86-64/getchar.o gobjx86-64/hardcopy.o gobjx86-64/hashtab.o gobjx86-64/main.o gobjx86-64/mark.o gobjx86-64/memfile.o gobjx86-64/memline.o gobjx86-64/menu.o gobjx86-64/message.o gobjx86-64/misc1.o gobjx86-64/misc2.o gobjx86-64/move.o gobjx86-64/mbyte.o gobjx86-64/normal.o gobjx86-64/ops.o gobjx86-64/option.o gobjx86-64/os_win32.o gobjx86-64/os_mswin.o gobjx86-64/winclip.o gobjx86-64/pathdef.o gobjx86-64/popupmnu.o gobjx86-64/quickfix.o gobjx86-64/regexp.o gobjx86-64/screen.o gobjx86-64/search.o gobjx86-64/sha256.o gobjx86-64/spell.o gobjx86-64/syntax.o gobjx86-64/tag.o gobjx86-64/term.o gobjx86-64/ui.o gobjx86-64/undo.o gobjx86-64/version.o gobjx86-64/vimrc.o gobjx86-64/window.o gobjx86-64/if_perl.o gobjx86-64/if_python.o gobjx86-64/if_python3.o gobjx86-64/if_cscope.o gobjx86-64/xpm_w32.o gobjx86-64/gui.o gobjx86-64/gui_w32.o gobjx86-64/gui_beval.o gobjx86-64/os_w32exe.o gobjx86-64/if_ole.o -lkernel32 -luser32 -lgdi32 -ladvapi32 -lcomdlg32 -lcomctl32 -lversion -L xpm/x64/lib -lXpm -loleaut32 -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -lole32 -luuid -Wl,-Bstatic -lwinpthread -Wl,-Bdynamic gobjx86-64/syntax.o:syntax.c:(.text+0x1413): undefined reference to `profile_add' gobjx86-64/syntax.o:syntax.c:(.text+0x1421): undefined reference to `profile_cmp' gobjx86-64/syntax.o:syntax.c:(.text+0xd8ee): undefined reference to `profile_add' gobjx86-64/syntax.o:syntax.c:(.text+0x1071): undefined reference to `profile_cmp' d:/tools/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe: gobjx86-64/syntax.o: bad reloc address 0x20 in section `.data' d:/tools/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe: final link failed: Invalid operation collect2.exe: error: ld returned 1 exit status make: *** [gvim.exe] Error 1 -- -- 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.
