I've just recently starting seeing this error building on Win x64 with Cygwin:
i686-pc-mingw32-gcc -c -Iproto -DWIN32 -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 -DHAVE_PATHDEF -DFEAT_HUGE -DHAVE_STDINT_H -DMS_WIN64 - DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT -DFEAT_CSCOPE -DFEAT_NETBEANS_INTG -DFEAT_JOB_CHANNEL -DFEAT_GUI_W32 -DFEAT_CLIPBOAR D -DFEAT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV -pipe -march=x86-64 -Wall -O3 -fomit-frame-pointer -freg-struct-return -s charset.c -o gobjx86-64/charset.o charset.c: In function 'vim_str2nr': charset.c:1915:15: error: '_UI64_MAX' undeclared (first use in this function) charset.c:1915:15: note: each undeclared identifier is reported only once for each function it appears in charset.c:1981:15: error: '_I64_MAX' undeclared (first use in this function) charset.c:1982:11: error: '_I64_MIN' undeclared (first use in this function) make: *** [Make_cyg_ming.mak:887: gobjx86-64/charset.o] Error 1 Any hints? -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net -- -- 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.
