Monday, February 21, 2011

Re: if_lua compilation error

On Mon, Feb 21, 2011 at 1:05 AM, Aleksandar Dimitrov
<aleks.dimitrov@googlemail.com> wrote:
> Reporting back:
>
> It does indeed work nicely with the website's source tarball, but I still can't
> get the mercurial checkout to work. In any case, taking the release version is
> all I need, so I'm not going to investigate further.
>
> Thanks again for your help,
> Aleks

When you compile, vim detect the lua version and found its version
being 5.0.3, then you upgrade lua to 5.1.4 and vim still require 5.0.3
because it is cached. You need to clean the cache, then you can
compile with 5.1.4.

Remove the whole repository and do a new "hg clone" should give you a
clean release and you should be able to compile with lua 5.1.4.

--
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

No comments: