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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -