Bitcoin Forum
May 07, 2024, 06:38:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to fix this error in compiling qt wallet  (Read 138 times)
zmerol (OP)
Jr. Member
*
Offline Offline

Activity: 117
Merit: 5


View Profile
March 11, 2018, 11:00:15 PM
 #1

Any one knows how to fix this error ?

1715107124
Hero Member
*
Offline Offline

Posts: 1715107124

View Profile Personal Message (Offline)

Ignore
1715107124
Reply with quote  #2

1715107124
Report to moderator
1715107124
Hero Member
*
Offline Offline

Posts: 1715107124

View Profile Personal Message (Offline)

Ignore
1715107124
Reply with quote  #2

1715107124
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
apimembership
Full Member
***
Offline Offline

Activity: 448
Merit: 124



View Profile
March 12, 2018, 02:01:17 AM
 #2

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
zmerol (OP)
Jr. Member
*
Offline Offline

Activity: 117
Merit: 5


View Profile
March 12, 2018, 09:45:38 AM
 #3

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
apimembership
Full Member
***
Offline Offline

Activity: 448
Merit: 124



View Profile
March 13, 2018, 12:52:39 AM
 #4

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"
zmerol (OP)
Jr. Member
*
Offline Offline

Activity: 117
Merit: 5


View Profile
March 13, 2018, 03:13:12 AM
 #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
zmerol (OP)
Jr. Member
*
Offline Offline

Activity: 117
Merit: 5


View Profile
March 13, 2018, 03:59:51 AM
 #6

Thanks it works  Grin
apimembership
Full Member
***
Offline Offline

Activity: 448
Merit: 124



View Profile
March 14, 2018, 10:04:45 PM
 #7

Thanks it works  Grin

No problem.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!