-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to build using cross-rs #99
Comments
I've tried using a local copy of the bitcoin crate which implements bitcoinconsensus as a feature and edited out the problematic line but still get the following erros:
It would be amazing If a solution could be provided, or this crate be made cross-rs friendly |
Sounds like your compiler is not C++17 compatible. We definitely cannot change the upstream library to be C++14. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to cross compile a rust application (from linux, for windows) which interacts with the bitcoin ecosystem.
The bitcoinconsensus crate causes an issue as upon building everything builds fine other than this crate.
Are there any solutions for this?
The text was updated successfully, but these errors were encountered: