Arch, Neovim nightly and jsregexp compilation #1384
Unanswered
resistorsoftware
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
make INCLUDE_DIR=-I/usr/include/lua51 LDLIBS=
This built me a jsregexp.so which I assume, is Lua51 compatible. I copy this to the ~/.config/nvim/lua directory so it can be found, and then I fire up Neovim, and issue the command to print(require("jsregexp")) but it still emits the error about undefined symbol: lua_newuserdatauv
I am this kind of stumped as to why the jsregexp module is not being picked up as correct for the LuaSnip? What else do I need to look for here?
Beta Was this translation helpful? Give feedback.
All reactions