Re: Issue 366 in vim: compilation problems on yosemite

2015-05-22 Fir de Conversatie vim
Updates: Status: Fixed Comment #3 on issue 366 by chrisbr...@googlemail.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 Closing -- You received this message because this project is configured to send all issue notifications to this address.

Re: Issue 366 in vim: compilation problems on yosemite

2015-05-19 Fir de Conversatie vim
Comment #2 on issue 366 by ctrud...@arsensa.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 I just grabbed whatever was in the downloads directory as I don't have Mecurial installed on this machine. By the looks of it, it is just 7.4. Feel free t

Re: Issue 366 in vim: compilation problems on yosemite

2015-05-18 Fir de Conversatie vim
Comment #1 on issue 366 by ht.mtche...@gmail.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 What version of the product are you using? On what operating system? Vim 7.4 OS X 10.10.3 If 7.4 meant 7.4.000, it's too old. Use 7.4.062 or later, at whic

Issue 366 in vim: compilation problems on yosemite

2015-05-18 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 366 by ctrud...@arsensa.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 What steps will reproduce the problem? 1. ./configure --prefix=/usr/local --disable-darwin --enable-gui=no 2. mak

Re: vim compilation

2013-02-21 Fir de Conversatie W. David Jarvis
On Thursday, December 20, 2012 4:47:11 PM UTC-8, James McCoy wrote: > On Thu, Dec 20, 2012 at 03:02:59PM -0500, joe M wrote: > > > On Thu, Dec 20, 2012 at 1:49 PM, joe M wrote: > > > > Hello, > > > > > > > > The latest mercurial version of vim fails with the below error. python > > > > --vers

Re: vim compilation

2012-12-20 Fir de Conversatie James McCoy
On Thu, Dec 20, 2012 at 03:02:59PM -0500, joe M wrote: > On Thu, Dec 20, 2012 at 1:49 PM, joe M wrote: > > Hello, > > > > The latest mercurial version of vim fails with the below error. python > > --version == 2.7.3 > > > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -pipe -ftracer > > -fgcse-after

vim compilation

2012-12-20 Fir de Conversatie joe M
Hello, The latest mercurial version of vim fails with the below error. python --version == 2.7.3 gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -pipe -ftracer -fgcse-after-reload -march=corei7-avx -mcx16 -msahf -mno-movbe -mno-aes -mpclmul -mpopcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-b

Re: vim compilation

2012-12-20 Fir de Conversatie joe M
On Thu, Dec 20, 2012 at 1:49 PM, joe M wrote: > Hello, > > The latest mercurial version of vim fails with the below error. python > --version == 2.7.3 > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -pipe -ftracer > -fgcse-after-reload -march=corei7-avx -mcx16 -msahf -mno-movbe > -mno-aes -mpclmul

Re: Vim compilation with --enable-pythoninterp on Ubuntu

2012-04-16 Fir de Conversatie Senthil Kumaran
On Friday, 13 April 2012 00:57:34 UTC+8, Senthil Kumaran wrote: > ./configure --enable-pythoninterp --with-features=huge > --with-python-config-dir=/home/senthil/localpython/lib/python2.7/config I solved it - http://stackoverflow.com/questions/10059539/compiling-vim-with-python-support-on-ub

Re: Vim compilation with --enable-pythoninterp on Ubuntu

2012-04-12 Fir de Conversatie Senthil Kumaran
return > os.path.join(get_path('platstdlib').replace("/usr/local","/usr",1), "config" > + (sys.pydebug and "_d" or ""), "Makefile") > AttributeError: 'module' object has no attribute 'pydebug' Hello

Re: Vim compilation with --enable-pythoninterp on Ubuntu

2012-04-10 Fir de Conversatie Senthil Kumaran
On Monday, 9 April 2012 19:17:17 UTC+8, Senthil Kumaran wrote: > That's a useful clue. I have the source of Python and I see that those > modules defined Module/config.c in the Python source. Instead of pointing to > source, I pointed to default install of Python from Ubuntu. Perhaps some > pro

Re: Vim compilation with --enable-pythoninterp on Ubuntu

2012-04-09 Fir de Conversatie Senthil Kumaran
On Monday, 9 April 2012 13:10:45 UTC+8, JohnBeckett wrote: > src/Makefile includes: > objects/py_config.o: $(PYTHON_CONFDIR)/config.c > > The file /usr/lib/python2.7/config/config.c does not contain any > of the identifiers that give the errors above, so my guess is > that you have a mixture

RE: Vim compilation with --enable-pythoninterp on Ubuntu

2012-04-08 Fir de Conversatie John Beckett
Senthil Kumaran wrote: > I am trying to compile vim from source with python > interpreter on Ubuntu. I have installed the dependencies for > vim, installed python2.7-devel and python2.7-dbg packages on > Ubuntu and do the configure step like this > > ./configure --enable-pythoninterp > --with-p

Vim compilation with --enable-pythoninterp on Ubuntu

2012-04-08 Fir de Conversatie Senthil Kumaran
This one seems tricky, because I tried every suggestion on www. I could do any experiment which could be helpful to compile vim with python interpreter support. I am trying to compile vim from source with python interpreter on Ubuntu. I have installed the dependencies for vim, installed python