Author

Topic: How to fix this error in compiling qt wallet (Read 164 times)

full member
Activity: 448
Merit: 124
jr. member
Activity: 117
Merit: 5
Thanks it works  Grin
jr. member
Activity: 117
Merit: 5
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
full member
Activity: 448
Merit: 124
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"
jr. member
Activity: 117
Merit: 5
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
full member
Activity: 448
Merit: 124
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
jr. member
Activity: 117
Merit: 5
Any one knows how to fix this error ?

Jump to: