-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using luarocks installation #54
Comments
Check how your Lua installation was built. lua_objlen is only available if you compile Lua with certain compatibility flags: https://www.lua.org/source/5.3/luaconf.h.html It was renamed to lua_rawlen in 5.2. You need to rebuild with -DLUA_COMPAT_5_1 |
@ignacio Thanks for the pointer! I'll be sure to try that when I get home, If it works I'll make sure to report back and close this issue. |
mark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using lua 5.3, and according to the manual lua_objlen is a thing, so I don't see why this would error, but it does
The text was updated successfully, but these errors were encountered: