[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.2.0-work5 & LuaSocket 2.0.2
- From: François Perrad <francois.perrad@...>
- Date: Tue, 9 Nov 2010 15:09:02 +0100
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