Jump to content
TrinityCore

Cynthetic

Plebs
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Cynthetic

  1. AliStorM tell Cmake where to find all of its files temporarily by changing the values in the red sections to the correct directories, or you can edit the dep/boost/CMakeLists.txt and set the correct file paths in the code.

     

    Anyone mind giving me a little pointer in the right direction while building on MSVC? Google is not my friend today :(

    5>Main.obj : error LNK2019: unresolved external symbol _SSLeay_version referenced in function __catch$??R<lambda_f672a1af9453efdbe45f4f917e2d47a8>@@QBEXXZ$0
    5>scripts.lib(cs_server.obj) : error LNK2001: unresolved external symbol _SSLeay_version
    5>common.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol _CRYPTO_num_locks referenced in function "void __cdecl OpenSSLCrypto::threadsCleanup(void)" (?threadsCleanup@OpenSSLCrypto@@YAXXZ)
    5>common.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol _CRYPTO_set_locking_callback referenced in function "void __cdecl OpenSSLCrypto::threadsCleanup(void)" (?threadsCleanup@OpenSSLCrypto@@YAXXZ)
    5>common.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol _CRYPTO_THREADID_set_numeric referenced in function "void __cdecl threadIdCallback(struct crypto_threadid_st *)" (?threadIdCallback@@YAXPAUcrypto_threadid_st@@@Z)
    5>common.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol _CRYPTO_THREADID_set_callback referenced in function "void __cdecl OpenSSLCrypto::threadsCleanup(void)" (?threadsCleanup@OpenSSLCrypto@@YAXXZ)
    5>common.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_CIPHER_CTX_init referenced in function "public: __thiscall ARC4::ARC4(unsigned int)" (??0ARC4@@QAE@I@Z)
    5>common.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _HMAC_CTX_init referenced in function "public: __thiscall HmacHash::HmacHash(unsigned int,unsigned char *)" (??0HmacHash@@QAE@IPAE@Z)
    5>common.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _HMAC_CTX_cleanup referenced in function "public: __thiscall HmacHash::~HmacHash(void)" (??1HmacHash@@QAE@XZ)

     

    I can only assume this is a libmysql issue but im not sure how to fix it, this is what im using:

    MSVC 2017, MySQL 5.6, boost 1.69, openssl 32bit

×
×
  • Create New...