Skip to content
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

Error when build bitcoin core by Just #5

Open
sondotpin opened this issue Apr 29, 2024 · 1 comment
Open

Error when build bitcoin core by Just #5

sondotpin opened this issue Apr 29, 2024 · 1 comment

Comments

@sondotpin
Copy link

Use macos and got that error

Making all in src
  CXX      init/bitcoind-bitcoind.o
  CXX      libbitcoin_node_a-addrdb.o
  CXX      libbitcoin_node_a-bip324.o
  CXX      libbitcoin_node_a-blockencodings.o
  CXX      libbitcoin_node_a-blockfilter.o
addrdb.cpp:212:12: error: call to implicitly-deleted copy constructor of 'util::Result<std::unique_ptr<AddrMan>>::T' (aka 'std::unique_ptr<AddrMan>')
    return addrman;
Screen Shot 2024-04-30 at 00 13 52
@monlovesmango
Copy link
Contributor

this is an error with bitcoin core compilation, not with Just (or this repo).

another user was running into this same error in bitcoin repo, it turns out they didn't have the right dependencies installed. maybe reviewing this and verifying you have the correct dependencies can solve your error.

bitcoin/bitcoin#28742

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants