<div dir="rtl"><div dir="ltr">clang does not know the mingw64 directory structure. There is a patch in Phabricator regarding this:</div><div dir="ltr"><br></div><div dir="ltr"><a href="http://reviews.llvm.org/D5268">http://reviews.llvm.org/D5268</a><br></div><div dir="ltr"><br></div><div dir="ltr">or you can manually use -isystem.</div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2015-05-01 3:46 GMT+03:00 Edward Diener <span dir="ltr"><<a href="mailto:eldlistmailingz@tropicsoft.com" target="_blank">eldlistmailingz@tropicsoft.com</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am using cmake and ninja to build clang on Windows targeting gcc.<br>
<br>
If I use the latest release of mingw/gcc, which is 4.8.1-4 everything works properly.<br>
<br>
If I use the latest release of mingw64/gcc, which is 4.9.2-2 the build completes buit when I try to compile source code I get:<br>
<br>
fatal error: 'cstddef' file not found<br>
<br>
Is there some reason why on Windows mingw works but mingw64 does not ? Naturally I would want to use the latest gcc release on Windows rather than an earlier one.<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>