Closed gvtret closed 3 years ago
Also due to lua_geti
at src/window.c:915
not existing in Lua5.2
You can look at lua-compat-5.3 on how to add compatibility with Lua5.2 lua_getuservalue lua_geti
With these two fixes lua-sdl2 builds for Lua 5.2 again
Additionally, INSTALL.md should not say luarocks install lua-sdl2-scm-3.rockspec
for building from source, it should be luarocks make
so it uses the current repository instead of cloning another
Thanks!
Error in compile src/window.c:950 due to lua_getuservalue(...) return void in Lua5.2 libs.