-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot build with ninja #675
Comments
I made it build with Ninja here: Unfortunately I couldn't get to build and pass the tests on Travis. I guess a serious change to the build environment is necessary. |
Seeing the same error message for ~
|
Does seem to work for current master branch. Great! |
Currently getting:
With yaml-cpp fetched with:
with Cmake 3.30.0 on macOS 14.6 aarch64 . Any clues warmly received! |
Steps to reproduce:
mkdir build cd build cmake -GNinja ../ ninja
outputs:
Related #210 #539 but nothing gives a solution. Adding
-DYAML_CPP_BUILD_TOOLS=OFF
doesn't change anything.Environment:
Using
make
works fine in the same environmentThe text was updated successfully, but these errors were encountered: