-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Verify VSCode Experience (MacOS) #26
Comments
On a 2020 M1 MacBook Air, running macOS Ventura 13.3.1a, I used setup-cpp to install dependencies, but it was using the wrong path for homebrew, so I had to install some dependencies manually. With everything set up, I get the following error when trying to configure the project through cmake:
|
On an Intel Macbook Pro, Ventura 13.6.1. I ran setup-cpp. Cmake had a config error from not finding ninja. I figured out that setup-cpp configured .cpprc for bash in .profile. I'm using zsh, so I had to copy/paste to .zprofile. Cmake config passed. Now when I try to run tests I get the following:
I'm guessing it's related to this issue aminya/setup-cpp#170 |
So I backed out the setup-cpp install of llvm and used Xcode CLI Tools. Project build succeeded and tests passed. |
This is the "out of the box" experience.
When you open this project in VSCode does it Just Work?
related #17
The text was updated successfully, but these errors were encountered: