Hi, I've followed the sparse instructions you provided pretty carefully, but the source code build is failing and not working!
I'm using MinGW-w64 V11.2.0 on Windows 11 and mingw32-make.exe for the x64 platform build of the LuaRT V1.0.2 source code.
As I understand the instructions, just run make under the \src directory and it should all work, right?
What happens for me, however, is the build runs apparently flawless and creates these binaries in the \bin directory:
lua54.dll
luart.exe
luart-static.exe
wluart.exe
wluart-static.exe
The make however then fails with this error:
Compiling rtc.exe...
mingw32-make: *** [Makefile:168: rtc] Error -1073741819
Furthermore, the only one of the binaries that I did get which seems to actually work is luart-static.exe. The others just do nothing when I run them!
Any clue what I am doing wrong here or what needs to be done to fix this? I'd like to get a fully working version of all of LuaRT so I can add features and hopefully contribute to the project! Please someone help me get my build environment described here working.