We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran brew install with tool chain llvm and I still get "'clang-c/Platform.h' file not found". Not sure if I am missing a step.
The text was updated successfully, but these errors were encountered:
You need a pkg-config file.
sudo swift ClangSwift/utils/make-pkgconfig.swift
Sorry, something went wrong.
@ddddxxx what to do if I'm getting this:
Running /usr/bin/which /usr/local/opt/llvm/bin/llvm-config... error: Failed to find llvm-config. Ensure llvm-config is installed and in your PATH
?
Is there a build instruction? Or at least a list of system requirements to have?
Update: brew install llvm helped
brew install llvm
No branches or pull requests
I ran brew install with tool chain llvm and I still get "'clang-c/Platform.h' file not found". Not sure if I am missing a step.
The text was updated successfully, but these errors were encountered: