taproot-wizards / purrfect_vault

Demo of an onchain Bitcoin Vault using OP_CAT
MIT License
54 stars 14 forks source link

Error when build bitcoin core by Just #5

Open sondotpin opened 6 months ago

sondotpin commented 6 months ago

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 commented 3 months ago

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.

https://github.com/bitcoin/bitcoin/pull/28742