-
Notifications
You must be signed in to change notification settings - Fork 52
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
Errors when building with MSVC #67
Comments
cc @sipsorcery |
Using this branch, one can build this repository tests on Windows natively:
And tests fail:
|
@hebasto nothing stands out as a possible cause to me. |
For |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a
minisketch_tests.cpp
test in the Bitcoin Core project. Being built with MSVC, it fails in different scenarios:minisketch_tests.cpp
can fail when built with MSVC bitcoin/bitcoin#26262A similar issue has been observed when using experimental CMake-based build system as well.
Another simple way to reproduce the issue is to build
libminisketch
without clmul instructions support, see this branch:UPDATE: also see #67 (comment)
The text was updated successfully, but these errors were encountered: