On Saturday, August 30, 2014 5:07:10 AM UTC+2, Bob Hyam wrote: > On Friday, August 29, 2014 6:12:19 PM UTC-7, Eric Christopherson wrote: > > On Fri, Aug 29, 2014, Bob Hyam wrote: > > > > > I have been using this script to update Vim for a long time, but noe I > > > cannot upgrade beyond patch 408. > > > > > > > > > > I tried manually from cli but get same result. > > > > > > > > > > > > > > > cd /usr/src/vim > > > > > hg pull > > > > > hg update > > > > > make distclean > > > > > ./configure --enable-rubyinterp=yes --enable-pythoninterp=yes > > > --with-python-config-dir=/usr/lib/python2.6/config --with-features=huge > > > --enable-gui=auto --with-compiledby=Bob_Hyam > > > > > ##cd src && make first > > > > > cd src > > > > > make > > > > > make install > > > > > > > > > > > > > > > > > > > > Any guidance would be greatly appreciated ! > > > > > > > > > > Thanks, Bob H > > > > > > > > What happens when you try? What OS are you using? > > Sorry about that, Debian wheezy amd64. No errors seem to occur, it just > remains the same version I started with. Does anyone know if this building > creates a log file I could go through ? The screen updates pretty quickly so > I can't say for sure there are no errors. > > Thanks for answering, Bob H
I run the latest 429 on Debian Wheezy as I write. Maybe you have several versions on your system. Did you try: which -a vim Also, did you try to run your locally compiled file, that is in /usr/src/vim/src/ ? What "hg summary" says? -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" 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.
