Axel Bender wrote: > with > > gcc -c -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_CHANNEL -DF > EAT_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 -DPERL_IMPLICIT_CONTEXT -DPERL_IMPL > ICIT_SYS -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl522.dll\" -DFEAT_PYTHON > -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_XPM_W32 -I > xpm/x64/include -I xpm/x64/../include -O3 -f > omit-frame-pointer -freg-struct-return -s blowfish.c -o gobjx86-64/blowfish.o > In file included from proto.h:262:0, > from vim.h:1984, > from blowfish.c:22: > proto/if_ole.pro:2:14: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '__ARGS' > void InitOLE __ARGS((int* pbDoRestart)); > ^ > proto/if_ole.pro:3:16: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '__ARGS' > void UninitOLE __ARGS((void)); > ^ > proto/if_ole.pro:4:17: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '__ARGS' > void RegisterMe __ARGS((int silent)); > ^ > proto/if_ole.pro:5:19: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '__ARGS' > void UnregisterMe __ARGS((int bNotifyUser)); > ^ > Make_cyg_ming.mak:849: recipe for target 'gobjx86-64/blowfish.o' failed > make: *** [gobjx86-64/blowfish.o] Error 1
Fixed by 7.4.1203. -- Ed's Radiator Shop: The Best Place in Town to Take a Leak. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/d/optout.
