You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my machine I had xcode installed, but still had the command line tools selected. This causes the build to fail when configuring LLVM. If it is a requirement to have xcode installed and selected it would be good to detect that up front and inform the user how to fix the problem.
Vanilla LLVM is building for me without issues with just the command line tool though, so not sure why there is an error in your port.
The text was updated successfully, but these errors were encountered:
Hmmm. Do you have any of the error messages? I haven't heard of anyone else running into this.
There was some recent weirdness in the past months with an XCode update that was causing command-line tool issues, but if you are able to build vanilla LLVM, then I'm not sure how the vcpkg port is much different.
On my machine I had xcode installed, but still had the command line tools selected. This causes the build to fail when configuring LLVM. If it is a requirement to have xcode installed and selected it would be good to detect that up front and inform the user how to fix the problem.
Vanilla LLVM is building for me without issues with just the command line tool though, so not sure why there is an error in your port.
The text was updated successfully, but these errors were encountered: