[20:09:58] Dominus: huh... Marzo, on my Windows VM I get the same error. but it wasn't a clean install, only a "pacman -Syyu --noconfirm"
[20:10:27] Dominus: now that I have a broken install, anything I can try to get it to work after all
[20:11:37] Dominus: https://pastebin.com/Jq4ZGYAf
[20:20:37] Dominus: and I don't understand it at all. the file stdlib.h *is* in C:/msys64/mingw64/include
[20:56:17] Dominus: oh, Marzo, in your fix, I think you made a mistake. It works with $(subst -I, -isystem$(S), $(subst $(MSYSTEM_PREFIX)/include$(S)... instead of $(subst -I, -isystem$(S), $(subst -I$(MSYSTEM_PREFIX)/include$(S)....
[20:58:31] Marzo: Nice find
[21:02:54] Dominus: pure frustration with the buildbot :)
[21:05:03] Marzo: I find it odd that it makes a difference, because make *really* likes to strip out spaces
[21:05:17] Marzo: See all the stuff needed to match a space in the first place
[21:06:09] Dominus: I find it odd that this error goes away with this to begin with :)
[21:06:15] Marzo: The documentation even mentions a replacement in the middle of words
[21:07:35] Marzo: Nut hey, if it works, go ahead and commit it; lets see if it fixes on gh as well
[21:08:56] Marzo: By the way, most of the time in the previous weeks I was tending to my health (got an ear infection) and was turning my computer only to run programs; if there were any messages for me, they probably got lost
[21:09:46] Dominus: there were some :)
[21:10:08] Dominus: all good now with the ear infection?
[21:16:55] Dominus: yes, looking good on github
[21:23:15] Dominus: that's what I wanted to see :)
[21:23:16] Marzo: For a while, I was at greater than 50% hearing loss, but it is fine now
[21:23:33] Dominus: ouch
[21:23:55] Dominus: nasty
[21:34:05] Marzo: Well, the fix worked in gh as well
[21:36:09] Dominus: yes :) odd that I'm happy that this no longer bothers me with the windows build failing....