Skip to content
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

Ship multiple Lua versions #207

Merged
merged 34 commits into from
Aug 3, 2022
Merged

Ship multiple Lua versions #207

merged 34 commits into from
Aug 3, 2022

Conversation

scoder
Copy link
Owner

@scoder scoder commented Mar 6, 2022

Currently lacks support for building the bundled LuaJIT on Windows (and macOS, but that's a different story).
Also, building Lua 5.2.3 currently fails and thus isn't integrated.

Closes #196

@tatuylonen
Copy link

I'm trying to build the multilua branch on Linux Mint 20.2 (essentially Ubuntu; Python 3.8.10) with "python3 setup.py build". It fails with "FileNotFoundError: [Errno 2] No such file or directory: '/home/ylo/lupa/orig/lupa/third-party/lua53/makefile'. Apparently the third party modules need to be installed from somewhere. It is not immediately clear to me from where to get the correct versions. Is that mentioned somewhere or is there a script to fetch them?

At least on Linux I think it would be fine to just use the precompiled liblua-*-dev packages and copy libraries from them (as with --lua-lib --lua-includes --use-bundle before). At least Ubuntu has liblua5.2-dev.

@scoder
Copy link
Owner Author

scoder commented Mar 7, 2022

FileNotFoundError: [Errno 2] No such file or directory: '/home/ylo/lupa/orig/lupa/third-party/lua53/makefile'

You probably just need to check out the git submodules. git submodule update --init --recursive. I guess that should be spelled out in the README somewhere…

scoder added 23 commits March 7, 2022 22:10
…nd line, not just the ones that happen to be relevant.
…d git version. We still have Windows builds in Github Actions.
…ubmodule" option to checkout fails for http.
@scoder scoder merged commit 3016db8 into master Aug 3, 2022
@scoder scoder deleted the multilua branch August 3, 2022 16:32
@scoder scoder added this to the 2.0 milestone Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide all of Lua 5.3/5.4 and LuaJIT in a single package
2 participants