Open jney opened 7 years ago
I found the same problem (and #40 don't look like a duplicate).
You are using branch v2.1 from luajit and you have been bitten by this change: https://github.com/LuaJIT/LuaJIT/commit/de97b9d52bbc42effeaf1180764053a912526873#diff-fa6206d4c14ef1b0f7109e58a6a78c19 which add luaL_setfuncs lua-cjson add it too here: https://github.com/mpx/lua-cjson/blob/master/lua_cjson.c#L1312 The both have different signature (static or not)
Learn more here: https://github.com/LuaJIT/LuaJIT/issues/325
Hi. I've got problems installing cjson with luajit2.1:
do you have any idea?