Hi Ken, Sorry for my mistake. I've use -p1 in patch parameter, and it might something wrong with p1. After using parameter p2, the compile works fine! Thanks again!
Br, Marslo On 24 October 2014 13:07, Ken Takata <[email protected]> wrote: > > I verified with the following steps: > > $ cd vim/src > $ hg update -r v7-4-477 > $ patch -p2 < fix-7.4.476-cygwin.patch > patching file Make_cyg.mak > $ hg diff # Check if the patch is properly applied. > $ make -B -f Make_cyg.mak PYTHON=/cygdrive/c/Python27 DYNAMIC_PYTHON=yes > PYTHON_VER=27 PYTHON3=/cygdrive/c/Python34 DYNAMIC_PYTHON3=yes > PYTHON3_VER=34 FEATURES=huge IME=yes GIME=yes MBYTE=yes CSCOPE=yes GUI=yes > ... > i686-pc-mingw32-gcc -c -O3 -fomit-frame-pointer -freg-struct-return > -fno-strength-reduce -DWIN32 -DHAVE_PATHDEF -DFEAT_huge -DWINVER=0x0500 > -D_WIN32_WINNT=0x0500 -DFEAT_PYTHON -DDYNAMIC_PYTHON > -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_PYTHON3 -DDYNAMIC_PYTHON3 > -DDYNAMIC_PYTHON3_DLL=\"python34.dll\" -DDYNAMIC_GETTEXT -DDYNAMIC_ICONV > -DFEAT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DFEAT_CSCOPE > -DFEAT_NETBEANS_INTG -DFEAT_XPM_W32 -DFEAT_GUI_W32 -DFEAT_CLIPBOARD > -march=i386 -Iproto -s -Ixpm/x86/include -Ixpm/x86/../include xpm_w32.c -o > gobj/xpm_w32.o > > I didn't see any errors. > > Regards, > Ken Takata > > -- -- 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.
