You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I am getting many (.text+0x0): multiple definition of `luaL_prepbuffsize_52'; luaposix/ext/posix/ctype.o (symbol from plugin):(.text+0x0): first defined here type of errors, which I guess ends up in the final collect2: error: ld returned 1 exit status error.
What could be the cause of the issue?
The text was updated successfully, but these errors were encountered:
Hello and first of all thanks for this project! I am really looking forward to try it out, however I have issues in compiling it.
I am trying to compile on Linux Mint 20.
I have installed the required dependencies, and at first I tried to run
make
but I had afatal error: lua.hpp: No such file or directory
error.I tried modifying the
Makefile.common
as suggested here #11 (comment) like so (luajit-2.0
->luajit-2.1
):However I am getting many
(.text+0x0): multiple definition of `luaL_prepbuffsize_52'; luaposix/ext/posix/ctype.o (symbol from plugin):(.text+0x0): first defined here
type of errors, which I guess ends up in the finalcollect2: error: ld returned 1 exit status
error.What could be the cause of the issue?
The text was updated successfully, but these errors were encountered: