Open CSRaghunandan opened 8 years ago
Hi @CSRaghunandan,
You also need to install llvm with libcxx
support, I use following command fix this issue.
brew install llvm --with-clang --with-libcxx
ref: https://berezovskiy.me/2015/02/clang-fatal-error-headers-not-found/
Hi,
I've been unsuccessful in trying to install irony-server. I'm using OSx el capitan, installed clang using "brew install llvm --with-clang. I'm running into the below error when I'm trying to run cmake :-
I tried searching for the error, but no success so far.
Is there any way I could fix this issue ?