Skip to content
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

Installation under windows is not working #867

Open
OlorinOLorien opened this issue Sep 4, 2024 · 1 comment
Open

Installation under windows is not working #867

OlorinOLorien opened this issue Sep 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@OlorinOLorien
Copy link

Description

"cmake -B build" (step1) followed by "cmake --build build" (step2) yields a "Build: 2 succeeded, 325 failed, 0 up-to-date, 0 skipped".

Expected Behaviour

Maybe naively, I expect the installation to work.

Version of stdlib

1d27d27

Platform and Architecture

Windows 11 (of course x64)

Additional Information

I attach console outputs for step1 and step2
step1.txt
step2.txt

@OlorinOLorien OlorinOLorien added the bug Something isn't working label Sep 4, 2024
@chuckyvt
Copy link
Contributor

You might try turning off build testing and seeing if you can get it to build. To do that:
"cmake -B build -DBUILD_TESTING=Off"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants