-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[question] can I build this with Lua 5.1.5? #1
Comments
I think I've never tested it with Lua 5.1... It should work with 5.2 and 5.3. What problems are you seeing with 5.1.5? |
sorry for the late response, I had things to do. Anyways I'm on a school Chromebook (laptop broke, its getting repaired) so for now I'm coding on repl.it (online IDE) it supports only Lua 5.1.5 and when I try to build and compile the code it gives me this error:
perhaps I did something wrong when I was building it or perhaps[ps I cannot build it with that version of Lua. here is what my build looks like: https://repl.it/@Planebagel/tiny#main.lua |
is there any other way to get LPeg? Unfortunately you can't use LuaRocks with repl.it |
Not easily, I guess... You could check if LuLPeg works on repl.it, and if it does, try to use it as a replacement for LPeg. But no guarantee that you won't run into other issues. |
I think I actually found out a way to install Luarocks and lpeg on repl.it using bash/shell commands:
however I get a different error:
here is my build: https://repl.it/@Planebagel/tinylua#main.sh |
Interesting, I didn't know about that parsing issue. Looking into it... |
The |
I builded it again and the test.lua errors are gone.... kinda. When i try to run the build I get a different error:
the bash/shell commands are exactly the same:
If you'd like to see my build on repl.it : https://repl.it/@Planebagel/tinylua#test/test.lua |
I don't think this shell script works as intended... When I click on "Run", all that runs is These errors are unrelated to Lua. I saw that you removed the first line in |
I think the title explains itself, if I cannot build it with Lua 5.1.5 which version do I build it with
The text was updated successfully, but these errors were encountered: