You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
I've been trying to compile your luaffi release following the README file. However, I get an error which won't let me continue:
call.c: In function ‘reserve_code’:
call.c:179:31: error: ‘lua_remove’ undeclared (first use in this function)
ADDFUNC(jit->lua_dll, lua_remove);
As far as I could investigate, this is caused because lua_remove has become a macro in Lua 5.3, which is the one I am using. Is there any workaround I could use? Feel free to ask for more information if you require it.
The text was updated successfully, but these errors were encountered:
I've been trying to compile your luaffi release following the README file. However, I get an error which won't let me continue:
As far as I could investigate, this is caused because
lua_remove
has become a macro in Lua 5.3, which is the one I am using. Is there any workaround I could use? Feel free to ask for more information if you require it.The text was updated successfully, but these errors were encountered: