Re: Failed to compile vim with lua support.

2020-04-21 Thread Shlomi Fish
On Sat, 18 Apr 2020 21:37:10 +0800 Hongyi Zhao wrote: > Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > > > Hi, > > > > On Sat, 18 Apr 2020 20:42:38 +0800 > > Hongyi Zhao wrote: > > > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > > > Hi, > > > > > > > > On Sat, 18 Apr 2020 19:51:09 +0800 >

Re: Failed to compile vim with lua support.

2020-04-20 Thread Shlomi Fish
On Sat, 18 Apr 2020 16:52:52 +0300 Shlomi Fish wrote: > CCing the list, see: > > https://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-list.html > > On Sat, 18 Apr 2020 21:39:03 +0800 > Hongyi Zhao wrote: > > > Another question: Can this branch be merged into the master?

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
CCing the list, see: https://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-list.html On Sat, 18 Apr 2020 21:39:03 +0800 Hongyi Zhao wrote: > Another question: Can this branch be merged into the master? > As far as I'm concerned, my changes there are licensed as this:

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Hongyi Zhao 于2020年4月18日周六 下午9:37写道: > > Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > > > Hi, > > > > On Sat, 18 Apr 2020 20:42:38 +0800 > > Hongyi Zhao wrote: > > > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > > > Hi, > > > > > > > > On Sat, 18 Apr 2020 19:51:09 +0800 > > > > Hongyi Zhao

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > Hi, > > On Sat, 18 Apr 2020 20:42:38 +0800 > Hongyi Zhao wrote: > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > Hi, > > > > > > On Sat, 18 Apr 2020 19:51:09 +0800 > > > Hongyi Zhao wrote: > > > > > > > No, still failed, see following: > > > > > > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi, On Sat, 18 Apr 2020 20:42:38 +0800 Hongyi Zhao wrote: > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > Hi, > > > > On Sat, 18 Apr 2020 19:51:09 +0800 > > Hongyi Zhao wrote: > > > > > No, still failed, see following: > > > > > > $ git clone https://github.com/shlomif/vim.git vim.git > > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > Hi, > > On Sat, 18 Apr 2020 19:51:09 +0800 > Hongyi Zhao wrote: > > > No, still failed, see following: > > > > $ git clone https://github.com/shlomif/vim.git vim.git > > You are using the wrong git branch: > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi, On Sat, 18 Apr 2020 19:51:09 +0800 Hongyi Zhao wrote: > No, still failed, see following: > > $ git clone https://github.com/shlomif/vim.git vim.git You are using the wrong git branch: https://github.com/shlomif/vim/tree/lua-moonjit-support execute "git checkout lua-moonjit-support" > $

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
No, still failed, see following: $ git clone https://github.com/shlomif/vim.git vim.git $ cd vim.git $ ./configure \ --enable-fail-if-missing \ --enable-autoservername \ --enable-cscope \ --enable-fontset \ --enable-multibyte \ --enable-luainterp \ --enable-perlinterp

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi! On Sat, 18 Apr 2020 18:56:56 +0800 Hongyi Zhao wrote: > Shlomi Fish 于2020年4月18日周六 下午6:28写道: > > > > Hi! > > > > CCing the list. > > > > On Sat, 18 Apr 2020 18:02:18 +0800 > > Hongyi Zhao wrote: > > > > > Aonther thing to note: I installed moonjit to substitute the luajit > > > which is

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午6:28写道: > > Hi! > > CCing the list. > > On Sat, 18 Apr 2020 18:02:18 +0800 > Hongyi Zhao wrote: > > > Aonther thing to note: I installed moonjit to substitute the luajit > > which is not-maintained now. > > > > See following: > > $ luajit -v > > moonjit 2.2.0 --

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi! CCing the list. On Sat, 18 Apr 2020 18:02:18 +0800 Hongyi Zhao wrote: > Aonther thing to note: I installed moonjit to substitute the luajit > which is not-maintained now. > > See following: > $ luajit -v > moonjit 2.2.0 -- Copyright (C) 2019-2020 moonjit developers. >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午3:20写道: > > Hi Hongyi Zhao! > > On Sat, 18 Apr 2020 08:09:57 +0800 > Hongyi Zhao wrote: > > > Hi, > > > > Latest git version of vim, see the following: > > > > $ make -j24 > > /usr/bin/ld: objects/if_lua.o: in function `luaopen_vim': > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi Hongyi Zhao! On Sat, 18 Apr 2020 08:09:57 +0800 Hongyi Zhao wrote: > Hi, > > Latest git version of vim, see the following: > > $ make -j24 > /usr/bin/ld: objects/if_lua.o: in function `luaopen_vim': > /home/werner/Public/editor/vim/vim.git/src/if_lua.c:2011: undefined > reference to

Failed to compile vim with lua support.

2020-04-17 Thread Hongyi Zhao
Hi, Latest git version of vim, see the following: $ make -j24 /usr/bin/ld: objects/if_lua.o: in function `luaopen_vim': /home/werner/Public/editor/vim/vim.git/src/if_lua.c:2011: undefined reference to `lua_setglobal' /usr/bin/ld: /home/werner/Public/editor/vim/vim.git/src/if_lua.c:2013: