lua-users home
lua-l archive

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


with Lua 5.2.0-work5, there are 2 missing symbols in LuaSocket 2.0.2 :
   luaL_putchar
   luaL_typerror

I solved the issue by appending to CFLAGS (in config)
   -DluaL_putchar=luaL_addchar -DluaL_typerror=luaL_typeerror

François