[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lzlib, luaL_findstring & Lua 5.1
- From: Petite Abeille <petite.abeille@...>
- Date: Sun, 27 Jan 2008 12:28:26 +0100
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