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
I've fixed those issues and others in commit 41bf260, but then lots of issues starts to appear, it's not worth to get Nelua compiler to work inside DOSBox, it's best to use it outside with DJGPP installed in your host OS, there are some binary releases for it at https://github.com/andrewwutw/build-djgpp/releases .
Then once you get DJGPP installed in your system, you should compile with the following line:
This generates a working nelua-lua.exe that can run Lua scripts, but it's failing finding modules files, and I am not going to or think it's worth to patch the Lua interpreter, so I've stopped there.
WARNING: Please, read this note carefully before submitting a new bug:
It is important to realize that this is NOT A SUPPORT FORUM, this is for reproducible BUGS ONLY.
If you need support, have questions, ideas to discuss you should use
the Nelua Discussions forum or
the Nelua Discord server.
Please, before submitting a new issue, verify the following:
Bug description
A clear and concise description of the bug you are experiencing.
Tell what you were trying to do and what happened instead.
I'm trying to build Nelua on DOSBox-X using DJGPP, but it failed to compile.
Expected behavior
A clear and concise description of what you expected to happen.
It should compile correctly
Environment
Provide relevant information about your environment:
nelua -v
). Nelua from the master branchThe text was updated successfully, but these errors were encountered: