How to install the C library on MinGW? -


how can install c library in mingw?

i error when want run scripts:

cannot find <clang-c/index.h>
please ensure libclang installed

how fix problem?

that library available llvm project. clang "a c language family frontend llvm." don't believe make binary releases yet. so, need check out code using subversion (svn), , build library under mingw. please refer "getting started: building , running clang" page detailed instructions.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -