-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M-x irony-install-server fails #573
Comments
I have same problem, did you menage to solve it? |
-- mode: compilation; default-directory: "/tmp/build-irony-server-1.5.0/" -- cmake -DCMAKE_INSTALL_PREFIX=/home/uuu/.emacs.d/irony/ /home/uuu/.emacs.d/elpa/irony-20220110.849/server && cmake --build . --use-stderr --config Release --target install Could not find a package configuration file provided by "Clang" with any of
Add the installation prefix of "Clang" to CMAKE_PREFIX_PATH or set CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message): -- Configuring incomplete, errors occurred! Compilation exited abnormally with code 1 at Mon Mar 7 15:28:36 |
I have found a solution - I have install clangd |
I had the same problem on Fedora 35.
(additionally to cmake, clang, and llvm) solved it for me. |
Fails for me on macOS. I downloaded a binary release of clang 15. It would be nice to have some instruction on how to point this build at that directory. |
On MacOS, using homebrew, I ended up doing setting all of these environment variables:
and then manually running the cmake commands outside of emacs. |
Attempting to install the irony server through M-x irony-install-server returns the following:
Searched for the following files but none are present on my system:
The text was updated successfully, but these errors were encountered: