Saturday, August 3, 2013

Re: vim 7.4 & python3

Le samedi 3 août 2013 16:36:22 UTC+2, inheri...@gmail.com a écrit :
> On Friday, August 2, 2013 7:05:45 PM UTC-7, Odne Hellebø wrote:
>
> > On Saturday, August 3, 2013 12:23:51 AM UTC+2, inheri...@gmail.com wrote:
>
> > > Hello,
>
> > >
>
> > > I install vim 7.4 via homebrew on OS X 10.8.4. But passing --with-python3 never successfully builds vim with python3 support. I had the same problem with vim 7.3. Does anyone have a solution?
>
> > >
>
> > > Thanks.
>
> >
>
> > I have to add
>
> > --enable-pythoninterp=dynamic \
>
> > --enable-python3interp=dynamic \
>
> > --with-python-config-dir=/usr/lib/python2.7/config \
>
> > --with-python3-config-dir=/usr/lib/python3.3/config-3.3m \
>
> > to get python2 and python3 working. Maybe the --with-python3-config-dir option? Good luck :)
>
>
>
> Thanks. Tried after adjusting the python3 config dir path to my installation of python3, but had no success.

I had several problems with homebrew and --with-rubyinterp
Since I compile from the source I have no problem
(from hg clone https://vim.googlecode.com/hg/ vim )

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment