lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, Jun 30, 2018 at 6:01 AM Dirk Laurie <dirk.laurie@gmail.com> wrote:
[...] 

Unfortunately, many rocks have a dependency <5.4 and won't build under 5.4.

Then there's this:

luarocks-2.4.4 e$ ./configure
Lua interpreter not found in $PATH
You may want to use the flags --with-lua, --with-lua-bin and/or --lua-suffix. See --help.

configure failed.

luarocks-2.4.4 e$ ./configure --lua-version="5.4"

Invalid Lua version in flag --lua-version.

configure failed.

luarocks-2.4.4 e$ which lua
/usr/local/bin/lua
luarocks-2.4.4 e$ ./configure --with-lua=/usr/local/bin/lua
Lua interpreter not found in /usr/local/bin/lua/bin
You may want to use the flags --with-lua, --with-lua-bin and/or --lua-suffix. See --help.

configure failed.

luarocks-2.4.4 e$ /usr/local/bin/lua
Lua 5.4.0  Copyright (C) 1994-2018 Lua.org, PUC-Rio

e