Problem installing llvm when cmake and ninja are already installed #5749
Replies: 4 comments 4 replies
-
You're on an unsupported version of macOS. This means you can't use our prebuilt binaries and will have to compile everything yourself. The issue you're seeing is |
Beta Was this translation helpful? Give feedback.
-
But but why should I not have installed cmake the OFFICIAL way and why was the ninja stuff also failing (and that was installed using brew). You should not just barf because cmake was already installed. :( |
Beta Was this translation helpful? Give feedback.
-
Official as in that's how you're supposed to install cmake according to Kitware - thats about as official as it gets |
Beta Was this translation helpful? Give feedback.
-
Kitware's build of cmake isn't a "random one" |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
I have already installed CMake using the standard .dmg file followed by:
to install it to /usr/local/bin
I had also already installed ninja using brew install ninja
When I went to install llvm, brew tried to install both of these again :( The result was:
Did the llvm install succeed or not - what should I do now
David
Beta Was this translation helpful? Give feedback.
All reactions