Lethja

Results 26 comments of Lethja

I to have this problem on a more recent version (`4.21.0`)

> I do not see that `lua configur.lua [ -h | --help ]` is handled. Users would like to know what this script does before using it. Excellent point. b5eff3fa560a17a650a3e2ab1d9836ca286eb15f...

> Does it need normal stock Lua 5.x or does it work with LuaJIT too? Up until reading this comment this script has been tested using the official Lua 5.4.6...

I'm not 100% on what `cflagsbf.c` output is suppose to look like. It'll take time to fully decipher and replicate all the moving parts of `makefile.all` and the util binaries....

> Specifically, generating the error code macros and `sys_errlist[]`. This needs access to the target libc's `` to put them in the right order. > > The solution, I think,...

Apologies for lack of update on this. I hope to make some time to work on this again in the future but I'll close PR until such time

I've started working on this PR again but I'm keeping it closed to prevent appveyor from doing irrelevant builds every time I push a commit. I assume that it cost...

As of 5debd9c81a1cb56e082d2ffa66279f2d3ccfae72 `configur.lua` can generate makefiles which will build the library for DOS successfully. ### Tested successfully | Makefile | Built from | Built for | Comment | |--|--|--|--|...

That is a very weird loop. Might be a good idea to see what [ccc-analyzer](https://clang-analyzer.llvm.org/scan-build.html) and [memcheck](https://valgrind.org/info/tools.html) report

> Please test. The following test code freezes when `freehostent` is run (tested under Dosbox-X at 9a709c72c4f2aa0357b702269acaac7b3fd192d3) ```c /* Compile with: wcl -ml -i=inc test.c lib\wattcpwl.lib wcl386 -mf -i=inc test.c...