Eli Zaretskii <e...@gnu.org> writes: > Texinfo 7.0.3 doesn't have any inclusions of wait.h, only sys/wait.h,
I meant sys/wait.h, sorry. > The latter is guarded by "#if defined (HAVE_SYS_WAIT_H)", and the > former should not be used on MinGW. What problems do you get if > wait.h is not available? make threw an error about sys/wait.h: No such file or directory (or somesuch). I can't reproduce it anymore, though -- hmm. I'll see if I can get back to the configuration I had back then. > Btw, I just built Texinfo 7.0.3, and info.exe still displays Unicode > quotes as I expect: transliterated to ASCII characters. So why it > doesn't work for your build on your system is still a mystery to me. I presume you're using Msys/MinGW and not Msys2/MinGW64? Maybe that makes a difference? This is indeed a strange issue. Best, Arash