Advertisement
Guest User

qt error

a guest
May 29th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. Undefined symbols for architecture x86_64:
  2. "_BN_init", referenced from:
  3. CTxDB::LoadBlockIndex() in txdb-leveldb.o
  4. CBigNum::ToString(int) const in txdb-leveldb.o
  5. CBigNum::CBigNum(CBigNum const&) in txdb-leveldb.o
  6. DecodeBase58(char const*, std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >&) in addresstablemodel.o
  7. EncodeBase58(unsigned char const*, unsigned char const*) in addresstablemodel.o
  8. DecodeBase58(char const*, std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >&) in sendcoinsdialog.o
  9. EncodeBase58(unsigned char const*, unsigned char const*) in coincontroldialog.o
  10. ...
  11. "_CRYPTO_cleanup_all_ex_data", referenced from:
  12. boost::asio::ssl::detail::openssl_init_base::do_init::~do_init() in bitcoinrpc.o
  13. "_CRYPTO_num_locks", referenced from:
  14. CInit::CInit() in util.o
  15. CInit::~CInit() in util.o
  16. boost::asio::ssl::detail::openssl_init_base::do_init::do_init() in bitcoinrpc.o
  17. "_CRYPTO_set_id_callback", referenced from:
  18. boost::asio::ssl::detail::openssl_init_base::do_init::do_init() in bitcoinrpc.o
  19. boost::asio::ssl::detail::openssl_init_base::do_init::~do_init() in bitcoinrpc.o
  20. "_CRYPTO_set_locking_callback", referenced from:
  21. CInit::CInit() in util.o
  22. CInit::~CInit() in util.o
  23. boost::asio::ssl::detail::openssl_init_base::do_init::do_init() in bitcoinrpc.o
  24. boost::asio::ssl::detail::openssl_init_base::do_init::~do_init() in bitcoinrpc.o
  25. "_ENGINE_cleanup", referenced from:
  26. boost::asio::ssl::detail::openssl_init_base::do_init::~do_init() in bitcoinrpc.o
  27. "_ERR_free_strings", referenced from:
  28. boost::asio::ssl::detail::openssl_init_base::do_init::~do_init() in bitcoinrpc.o
  29. "_EVP_CIPHER_CTX_cleanup", referenced from:
  30. CCrypter::Encrypt(std::__1::vector<unsigned char, secure_allocator<unsigned char> > const&, std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >&) in crypter.o
  31. CCrypter::Decrypt(std::__1::vector<unsigned char, std::__1::allocator<unsigned char> > const&, std::__1::vector<unsigned char, secure_allocator<unsigned char> >&) in crypter.o
  32. "_EVP_CIPHER_CTX_init", referenced from:
  33. CCrypter::Encrypt(std::__1::vector<unsigned char, secure_allocator<unsigned char> > const&, std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >&) in crypter.o
  34. CCrypter::Decrypt(std::__1::vector<unsigned char, std::__1::allocator<unsigned char> > const&, std::__1::vector<unsigned char, secure_allocator<unsigned char> >&) in crypter.o
  35. "_EVP_cleanup", referenced from:
  36. boost::asio::ssl::detail::openssl_init_base::do_init::~do_init() in bitcoinrpc.o
  37. "_OPENSSL_add_all_algorithms_noconf", referenced from:
  38. boost::asio::ssl::detail::openssl_init_base::do_init::do_init() in bitcoinrpc.o
  39. "_SSL_library_init", referenced from:
  40. boost::asio::ssl::detail::openssl_init_base::do_init::do_init() in bitcoinrpc.o
  41. "_SSL_load_error_strings", referenced from:
  42. boost::asio::ssl::detail::openssl_init_base::do_init::do_init() in bitcoinrpc.o
  43. "_SSLeay_version", referenced from:
  44. AppInit2() in init.o
  45. RPCConsole::RPCConsole(QWidget*) in rpcconsole.o
  46. "_SSLv23_client_method", referenced from:
  47. boost::asio::ssl::context::context(boost::asio::ssl::context_base::method) in bitcoinrpc.o
  48. "_SSLv23_method", referenced from:
  49. boost::asio::ssl::context::context(boost::asio::ssl::context_base::method) in bitcoinrpc.o
  50. "_SSLv23_server_method", referenced from:
  51. boost::asio::ssl::context::context(boost::asio::ssl::context_base::method) in bitcoinrpc.o
  52. "_SSLv3_client_method", referenced from:
  53. boost::asio::ssl::context::context(boost::asio::ssl::context_base::method) in bitcoinrpc.o
  54. "_SSLv3_method", referenced from:
  55. boost::asio::ssl::context::context(boost::asio::ssl::context_base::method) in bitcoinrpc.o
  56. "_SSLv3_server_method", referenced from:
  57. boost::asio::ssl::context::context(boost::asio::ssl::context_base::method) in bitcoinrpc.o
  58. ld: symbol(s) not found for architecture x86_64
  59. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  60. make: *** [Elite-Qt.app/Contents/MacOS/Elite-Qt] Error 1
  61. 10:15:43: The process "/usr/bin/make" exited with code 2.
  62. Error while building/deploying project 1337-qt (kit: QT 5.11)
  63. When executing step "Make"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement