On Mon, 25 Mar 2019, Kacvinsky, Tom wrote:
It appears the reason mingw-w64-crt is not building is that the mingw-w64-headers directory is not making it into the -I options for the CRT. Any ideas on how to fix this? I am using the official v6.0.0 source tar ball instead of checking out the v6.0.0 tag in the git repo.
When building mingw-w64-crt, it doesn't automatically look for the headers from the mingw-w64-headers directory next to it; it expects you to first install the headers into your sysroot's global header namespace.
Also, when replying inline/at the bottom, can your mail client somehow quote the previous mail differently so that it's possible to distinguish between what's new in this mail and what's only a quote?
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
