Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. [ 82%] Linking CXX executable ../../bin/nerva-blockchain-export
  2. ../cryptonote_core/libcryptonote_core.a(blockchain.cpp.o): In function `cryptonote::Blockchain::get_difficulty_for_next_block()':
  3. blockchain.cpp:(.text+0xfc43): undefined reference to `cryptonote::next_difficulty(std::vector<unsigned long, std::allocator<unsigned long> >, std::vector<unsigned long, std::allocator<unsigned long> >, unsigned long)'
  4. ../cryptonote_core/libcryptonote_core.a(blockchain.cpp.o): In function `cryptonote::Blockchain::get_next_difficulty_for_alternative_chain(std::__cxx11::list<std::__detail::_Node_iterator<std::pair<crypto::hash const, cryptonote::Blockchain::block_extended_info>, false, true>, std::allocator<std::__detail::_Node_iterator<std::pair<crypto::hash const, cryptonote::Blockchain::block_extended_info>, false, true> > > const&, unsigned long) const':
  5. blockchain.cpp:(.text+0x1040a): undefined reference to `cryptonote::next_difficulty(std::vector<unsigned long, std::allocator<unsigned long> >, std::vector<unsigned long, std::allocator<unsigned long> >, unsigned long)'
  6. collect2: error: ld returned 1 exit status
  7. src/blockchain_utilities/CMakeFiles/blockchain_export.dir/build.make:190: recipe for target 'bin/nerva-blockchain-export' failed
  8. make[2]: *** [bin/nerva-blockchain-export] Error 1
  9. CMakeFiles/Makefile2:3011: recipe for target 'src/blockchain_utilities/CMakeFiles/blockchain_export.dir/all' failed
  10. make[1]: *** [src/blockchain_utilities/CMakeFiles/blockchain_export.dir/all] Error 2
  11. make[1]: *** Waiting for unfinished jobs....
  12. [ 82%] Linking CXX executable ../../bin/nerva-blockchain-import
  13. ../cryptonote_core/libcryptonote_core.a(blockchain.cpp.o): In function `cryptonote::Blockchain::get_difficulty_for_next_block()':
  14. blockchain.cpp:(.text+0xfc43): undefined reference to `cryptonote::next_difficulty(std::vector<unsigned long, std::allocator<unsigned long> >, std::vector<unsigned long, std::allocator<unsigned long> >, unsigned long)'
  15. ../cryptonote_core/libcryptonote_core.a(blockchain.cpp.o): In function `cryptonote::Blockchain::get_next_difficulty_for_alternative_chain(std::__cxx11::list<std::__detail::_Node_iterator<std::pair<crypto::hash const, cryptonote::Blockchain::block_extended_info>, false, true>, std::allocator<std::__detail::_Node_iterator<std::pair<crypto::hash const, cryptonote::Blockchain::block_extended_info>, false, true> > > const&, unsigned long) const':
  16. blockchain.cpp:(.text+0x1040a): undefined reference to `cryptonote::next_difficulty(std::vector<unsigned long, std::allocator<unsigned long> >, std::vector<unsigned long, std::allocator<unsigned long> >, unsigned long)'
  17. collect2: error: ld returned 1 exit status
  18. src/blockchain_utilities/CMakeFiles/blockchain_import.dir/build.make:190: recipe for target 'bin/nerva-blockchain-import' failed
  19. make[2]: *** [bin/nerva-blockchain-import] Error 1
  20. CMakeFiles/Makefile2:2953: recipe for target 'src/blockchain_utilities/CMakeFiles/blockchain_import.dir/all' failed
  21. make[1]: *** [src/blockchain_utilities/CMakeFiles/blockchain_import.dir/all] Error 2
  22. Makefile:127: recipe for target 'all' failed
  23. make: *** [all] Error 2
  24. ./2.0/builder/linux: line 36: zip: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement