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
When installing 5.1.5, for exsample, error messages will appear:
Downloading lua-5.1.5.tar.gz...
-> http://www.lua.org/ftp/lua-5.1.5.tar.gz
Installing lua-5.1.5...
BUILD FAILED
Inspect or clean up the working tree at /tmp/lua-build.20191105013534.55818
Results logged to /tmp/lua-build.20191105013534.55818.log
Last 10 log lines:
cd src && install -p -m 0644 liblua.a /home/fBSD/.anyenv/envs/luaenv/versions/5.1.5/lib
cd: src: No such file or directory
cd doc && install -p -m 0644 lua.1 luac.1 /home/fBSD/.anyenv/envs/luaenv/versions/5.1.5/share/man/man1
cd: doc: No such file or directory
*** [install] Error code 2
make: stopped in /tmp/lua-build.20191105013534.55818/lua-5.1.5
1 error
make: stopped in /tmp/lua-build.20191105013534.55818/lua-5.1.5
Now I cant install lua via luaenv.
Anyone help me?
The text was updated successfully, but these errors were encountered:
I have not found any way to resolv this problem. So I manually installed lua,
making directory ( $HOME/.anyenv/envs/luaenv/versions/5.1.5),
editing makefile,
and comannding "make freebsd && make install".
When installing 5.1.5, for exsample, error messages will appear:
Now I cant install lua via luaenv.
Anyone help me?
The text was updated successfully, but these errors were encountered: