Osman Zakir via llvm-dev
2016-Nov-10 19:42 UTC
[llvm-dev] Compiling with Clang 3.9.0 on Windows 10
I’ve been able to use Clang 3.7.0 to compile and link on Windows 10 from the Command Prompt pretty well, but when I try it on version 3.9.0, I get an Linker error saying that it can’t find corecrt.h. Is this a serious problem with compatibility, or is corecrt.h a Windows header file that I need to have on my own computer and it’s because I don’t have it that I get that error? Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161110/f4f2795c/attachment.html>
Flamedoge via llvm-dev
2016-Nov-10 20:06 UTC
[llvm-dev] Compiling with Clang 3.9.0 on Windows 10
You may be missing an IncludePath. https://social.msdn.microsoft.com/Forums/vstudio/en-US/86bc577b-528c-469c-a506-15383a44c111/missing-corecrth-from-the-default-include-folder-for-vs215?forum=vcgeneral Also, this is for LLVM discussions. Cheers, Kevin On Thu, Nov 10, 2016 at 11:42 AM, Osman Zakir via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I’ve been able to use Clang 3.7.0 to compile and link on Windows 10 from > the Command Prompt pretty well, but when I try it on version 3.9.0, I get > an Linker error saying that it can’t find corecrt.h. Is this a serious > problem with compatibility, or is corecrt.h a Windows header file that I > need to have on my own computer and it’s because I don’t have it that I get > that error? > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161110/8c137bcc/attachment.html>