Steve Bennett
Steve Bennett
Thanks for the report. I didn't write this code and I haven't looked through it carefully. You are probably right, but what if the code is modified in the future...
If this is a native compile, it expects cc or gcc to be available. If cross compile, use —host=mingw32
OK, that's promising. Because jimsh0.c has to build with no configuration step, it has to take a few shortcuts for autoconfiguration. Looks like we do need a few more checks...
Hmmm, still seem strange to me. GetProcessId() should be included in processthreadsapi.h, which is included by winbase.h Why isn't that included for you (gcc -E can help here)? Also I...
Oh, I see. Need at least WinXP compatibility. I pushed a small change. With this, jimsh0.exe builds. However I still see a few issues: * Can't run the cc wrapper...
I'll get to it. I just have limited access to a Windows machine that can run the SDK so when I next get back to it I'll take a look...
I did have a bit more of a look at this. Not being able to detect isatty() reliably is annoying. I took a look at how git does it and...
I'm going to close this issue. I will always consider user-submitted extensions
I'm going to close out this ticket. I think the xtrace command is sufficient for now
I'm going to close this out. I will still accept a patch though if someone wants to implement it.