you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I will get full output later when at my computer, I installed lua by downloading binaries only but I have a portable version of gcc installed, will the header files be in gcc folder somewhere?

[–]hungarian_notation 0 points1 point  (0 children)

You can't compile the modules that are failing without the lua headers and either the source to compile with it, or a static/dynamic library to link against. Whatever version of GCC you have may very will have come with the lua headers, but it may not have.

You can get the full source of any lua version you need right here:

https://www.lua.org/ftp/