Post
Topic
Board Beginners & Help
Re: How to fix this error in compiling qt wallet
by
zmerol
on 13/03/2018, 03:13:12 UTC
Any one knows how to fix this error ?


It looks openssl library headers are missing or you didnt provide right info to build process. First you have to build dependencies
https://github.com/bitcoin/bitcoin/tree/master/depends/packages
You can look at build instruction on https://github.com/bitcoin/bitcoin/tree/master/doc
Thanks for the link , I already build all the dependencies but always error

in dependencies , they use 1.0.1k openssl but you are using 1.0.1e. jsut try with right version and put it under deps folder and change your -I"C:\deps...."  to -I"..\deps\youroepnsslfolder\include"
Already try the openssl v 1.0.1k but still error