Hi Sean! On Mo, 18 Okt 2010, Sean wrote:
> What is wrong with these steps? > > -------------------------------- > cd /usr/share/vim > hg pull -u > cd /usr/share/vim/src > patch -f < > vim_on_cygwin_using_win32_clipboard__simple__2008_12_21_001.patch >& > logfile > -------------------------------- Are you missing a -p0 as paramter to patch? I could successfully patch the source, but hadn't had luck compiling it on Cygwin. BTW: I think the simple patch is wrong. It changes the configure script, which you wouldn't use when compiling on Cygwin (there you would use Make_cyg.mak), and which in turn breaks compiling a unix binary. I tried compiling on Cygwin, but linking fails miserably ;( regards, Christian -- You received this message from the "vim_use" 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
