-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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.
Warning: build failed, waiting for other jobs to finish...
The following warnings were emitted during compilation:
warning: [email protected]+26.0: In file included from depend/bitcoin/src/util/strencodings.cpp:7:0:
warning: [email protected]+26.0: depend/bitcoin/src/util/strencodings.h:15:10: fatal error: charconv: No such file or directory
warning: [email protected]+26.0: #include <charconv>
warning: [email protected]+26.0: ^~~~~~~~~~
warning: [email protected]+26.0: compilation terminated.
error: failed to run custom build command for bitcoinconsensus v0.106.0+26.0
Are there any solutions for this?
Metadata
Metadata
Assignees
Labels
No labels