Charles Campbell wrote: > I don't build vim as often as I used to since patch#866, which hangs vim > when used with the server-client calls. > > I started fresh with vim74.tar and attempted to apply all patches from 1 > to 1402 (and they were applied in the proper sequence). I'm ignoring > any and all test-oriented failures, of which there were a few, as they > don't affect building vim. > > I'm used to ignoring the patches that work with .hgignore, which is not > in the vim74.tar. > I configure with: > > ./configure --with-features=huge --enable-gui=gtk2 --enable-perlinterp > --enable-pythoninterp --enable-rubyinterp --enable-cscope > > Patch 1197: > patching file src/gui.c > Hunk #3 FAILED at 5004. > 1 out of 6 hunks FAILED -- saving rejects to file src/gui.c.rej > > > Patch 1222: > patching file src/globals.h > can't find file to patch at input line 567 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |*** ../vim-7.4.1221/src/version.c 2016-01-31 14:36:53.419217174 +0100 > |--- src/version.c 2016-01-31 14:49:11.627530146 +0100 > |--- 222,226 ---- > --------------------------
Looks like you are using an older version of this patch. Perhaps you only downloaded the patches that you didn't have yet? > Patch 1339: > patching file src/digraph.c > Hunk #1 FAILED at 39. > 1 out of 7 hunks FAILED -- saving rejects to file src/digraph.c.rej Hmm, 7.4.1339 doesn't touch digraph.c > (its rather a large rejected chunk) > ...Reversed (or previously applied) patch detected! Assume -R? [n] > (I elected to ignore this chunk) > > Finally got to compiling... > digraph.c:16:1: error: unterminated #if You can also get a .tar.gz archive to download here: https://github.com/vim/vim/releases > OK, I've given up on patches & ftp, and used git. I still have compiler > issues: > > if_perl.xs|53 warning| expected [error|warning|ignored] after '#pragma > GCC diagnostic' > if_perl.xs|55 warning| unknown option after '#pragma GCC diagnostic' kind > if_perl.c|2198 warning| expected [error|warning|ignored] after '#pragma > GCC diagnostic' Must be this part: #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wunused-variable" # pragma GCC diagnostic ignored "-Wmaybe-uninitialized" #endif Perhaps this requires a minimal GCC version? -- Be nice to your kids... they'll be the ones choosing your nursing home. /// 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.
