lua-users home
lua-l archive

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


Hello,

Looks like Tiago Dionizio's excellent lzlib[1] depends on luaL_findstring, which doesn't exist anymore in Lua 5.1:

dyld: lazy symbol binding failed: Symbol not found: _luaL_findstring

To get things going, one can add luaL_findstring back to lzlib.c as per Luiz's recommendation:

http://lua-users.org/lists/lua-l/2006-06/msg00328.html
http://lua-users.org/lists/lua-l/2006-06/msg00329.html

Cheers,

PA.

[1] http://mega.ist.utl.pt/~tngd/lua/lzlib-0.2.tar.gz