Thursday, September 29, 2016

Re: How to anable lua for vim?

Ben Fritz <fritzophrenic@gmail.com> [16-09-29 19:24]:
> On Wednesday, September 28, 2016 at 9:16:34 PM UTC-5, Meino.Cramer@gmx.de wrote:
> > Hi,
> >
> > To enable lua for vim I run configure as follows:
> >
> > ./configure --prefix=/usr/local --sysconfdir=/etc/vim --with-features=huge --with-luainterp=dynamic --with-lua-prefix=/usr/bin --enable-luainterp=yes --enable-pythoninterp
> >
> > . Vim compiles fine. But doing 'vim --version' produces (besides other
> > output '-lua' instead of the exspected '+lua'.
> >
> > What did I wrong ?
> >
> > Thank you very much for any help in advance! :)
> >
> > Cheers,
> > Meino
>
> What's the output from that configure command?
>
> --
> --
> 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/d/optout.

Hi Ben,

I found the problem myself -- thank you to point me to the output:
The problem is, that lua is switched on with --enable-lua instead
of --with-* as many other options to configure.

Cheers
Meino


--
--
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/d/optout.

No comments: