开发者

How to install the C library on MinGW?

开发者 https://www.devze.com 2023-03-05 16:21 出处:网络
How can I install the C library in MinGW? I always get some error like when I want to run some scripts:

How can I install the C library in MinGW?

I always get some error like when I want to run some scripts:

Cannot find <clang-c/I开发者_如何学运维ndex.h>

Please ensure libClang is installed

How do I fix this problem?


That library is available from the LLVM project. clang is a "a C language family frontend for LLVM." I don't believe they make binary releases yet. So, you would need to check out the code using Subversion (SVN), and then build the library yourself under minGW. Please refer to the "Getting Started: Building and Running Clang" page for detailed instructions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号