-
Notifications
You must be signed in to change notification settings - Fork 48
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
Install fail on windows because of some cmake errors #72
Comments
I use Visual Studio 2022, should I change it to Visual Studio 2019? But that's too inconvenient for me. I think Visual Studio is forward compatible,so I think what is done by VS 2019 can always be done by VS 2022. |
The issue here is that your compiler's output does not match with what the CMake expects. As you can see here, the CMake script is searching for |
Thank you,now I understand that it's because "align_of_matched" is false. |
Is it possible for you to tell the compiler to report errors in English? The compiler output in that case would be something like:
|
same error:
|
Hi @DayBeha, |
I try to install foonathan_memory_vendor on windows11 and I got the following error:
It seems like some cmake errors occurred. I tried master branch and also tried for-windows-installers branch, and got the same error. Anyone can help me?
The text was updated successfully, but these errors were encountered: