lua-users home
lua-l archive

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


Hi Andrew,

> They've included Lua bindings and some test applications. Lua 5.1 is
> installed by default. I've installed Lua 5.3 and it works great. I'm
> working on setting up remote debugging with ZBS, but the version
> of luasocket installed by luarocks is not happy with 5.3, so I have more
> fiddling to do there.

I compiled luasocket with Lua 5.3 using the latest 3.0-rc1 version by adding -DLUA_COMPAT_APIINTCASTS to the build flags.

Paul.