|
From: John L. <jla...@gm...> - 2014-10-06 04:11:24
|
On Fri, Oct 3, 2014 at 4:37 AM, Victor Bombi <so...@te...> wrote:
> Hello,
>
> When trying to build against a external lua library (luajit in mac osx
> 10.9)
> it complains about not finding luaopen_bit32
> Isn't this a confusion with lua5.2?
>
>
I haven't build with luajit recently, does it not have the function
luaopen_bit32(lua_State* L) anymore or maybe it never did, I forget...
I committed a blind fix to svn trunk to have wxLua always compile the bit32
lib even for luajit. It's a tiny lib and provides Lua 5.2 compatibility,
which might be useful to some.
Regards,
John
|