Tony Mechelynck wrote: > Philip Prindeville wrote: > >> I'm trying to automate building Vim from scratch, but I'm running afoul >> of something. >> >> I start by grabbing and unpacking >> ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 and then grab >> ftp://ftp.vim.org/pub/vim/unix/../patches/7.1/7.1.[0-9][0-9][0-9] ... >> >> Then I try to apply the patches as: >> >> patch -Np0 -d $vim_src_root < $patch >> >> in sorted numerical order. >> >> Seems to work fine until I hit patch 7.1.003, which applies the file >> src/gui_w32.c ... which doesn't exist in the Unix tarball. >> >> What's the workaround? >> > > The workaround I've been using is to get the full Unix+extra+lang sources: > this eliminates rejects, unless there's a patch for a runtime file and you've > been keeping the runtime files up-to-date separately (most of their changes > are not refolected in the official patches). >
So... is there a tarball that contains everything then? -Philip --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
