Advertisement
Guest User

Bitcoin Compiling error

a guest
Jul 20th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. build/main.o: In function `CBlock::CheckProofOfWork(int) const':
  2. main.cpp:(.text+0x39e2): undefined reference to `CAuxPow::Check(uint256, int)'
  3. build/main.o: In function `SetBestChain(CValidationState&, CBlockIndex*)':
  4. main.cpp:(.text+0x1b485): undefined reference to `zeromq_newblock(int)'
  5. build/main.o: In function `CheckWork(CBlock*, CWallet&, CReserveKey&)':
  6. main.cpp:(.text+0x1e4e6): undefined reference to `CAuxPow::Check(uint256, int)'
  7. build/net.o: In function `ThreadMessageHandler2(void*)':
  8. net.cpp:(.text+0x1e90): undefined reference to `zeromq_init()'
  9. net.cpp:(.text+0x2100): undefined reference to `zeromq_term()'
  10. net.cpp:(.text+0x2142): undefined reference to `zeromq_term()'
  11. build/bitcoinrpc.o: In function `CBlock::GetSerializeSize(int, int) const':
  12. bitcoinrpc.cpp:(.text._ZNK6CBlock16GetSerializeSizeEii[_ZNK6CBlock16GetSerializeSizeEii]+0x4b): undefined reference to `int ReadWriteAuxPow<ser_streamplaceholder>(ser_streamplaceholder&, boost::shared_ptr<CAuxPow> const&, int, int, CSerActionGetSerializeSize)'
  13. build/rpcmining.o: In function `getworkaux(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::string> >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::string> > > > const&, bool)':
  14. rpcmining.cpp:(.text+0x2508): undefined reference to `IncrementExtraNonceWithAux(CBlock*, CBlockIndex*, unsigned int&, std::vector<unsigned char, std::allocator<unsigned char> >&)'
  15. rpcmining.cpp:(.text+0x2cdf): undefined reference to `RemoveMergedMiningHeader(std::vector<unsigned char, std::allocator<unsigned char> >&)'
  16. rpcmining.cpp:(.text+0x2dab): undefined reference to `MakeCoinbaseWithAux(unsigned int, unsigned int, unsigned int, std::vector<unsigned char, std::allocator<unsigned char> >&)'
  17. build/rpcmining.o: In function `getauxfromblock(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::string> >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::string> > > > const&, bool)':
  18. rpcmining.cpp:(.text+0xd8d9): undefined reference to `RemoveMergedMiningHeader(std::vector<unsigned char, std::allocator<unsigned char> >&)'
  19. build/rpcblockchain.o: In function `blockToJSON(CBlock const&, CBlockIndex const*)':
  20. rpcblockchain.cpp:(.text+0x1ebf): undefined reference to `int ReadWriteAuxPow<ser_streamplaceholder>(ser_streamplaceholder&, boost::shared_ptr<CAuxPow> const&, int, int, CSerActionGetSerializeSize)'
  21. build/txdb.o: In function `CDiskBlockIndex::GetSerializeSize(int, int) const':
  22. txdb.cpp:(.text._ZNK15CDiskBlockIndex16GetSerializeSizeEii[_ZNK15CDiskBlockIndex16GetSerializeSizeEii]+0x14f): undefined reference to `int ReadWriteAuxPow<ser_streamplaceholder>(ser_streamplaceholder&, boost::shared_ptr<CAuxPow> const&, int, int, CSerActionGetSerializeSize)'
  23. collect2: error: ld returned 1 exit status
  24. make: *** [bitcoin-qt] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement