Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

irony-install-server fail after update #531

Closed AprilYL closed 5 years ago

AprilYL commented 5 years ago

`In file included from /Users//.emacs.d/.cask/26.2/elpa/irony-20190515.2259/server/src/Command.cpp:11: In file included from /Users//.emacs.d/.cask/26.2/elpa/irony-20190515.2259/server/src/Command.h:14: /Users/april/.emacs.d/.cask/26.2/elpa/irony-20190515.2259/server/src/support/CIndex.h:12:10: fatal error: 'clang-c/Index.h' file not found

include <clang-c/Index.h>

     ^~~~~~~~~~~~~~~~~

1 error generated. make[2]: [src/CMakeFiles/irony-server.dir/Command.cpp.o] Error 1 make[1]: [src/CMakeFiles/irony-server.dir/all] Error 2 make: *** [all] Error 2 ` I have try some way to solve it,but it still can't work. sysyem: macOS Majave emacs: 26-2 llvm: 8.0

AprilYL commented 5 years ago

I have solved this problem after update to 20190516