Jump to content
TrinityCore

joey8122

Plebs
  • Posts

    6
  • Joined

  • Last visited

Everything posted by joey8122

  1. ​ ​You need to set the system variables: LIB_EAY_DEBUG - LIB_EAY_RELEASE - SSL_EAY_DEBUG - SSL_EAY_RELEASE to these files in you OpenSSL Directory: Your_Drive:/OpenSSL_Directory/lib/VC and than to the files: libeay32MD.lib, libeay32MDd.lib, ssleay32MD.lib and ssleay32MDd.lib So all in one it must look like this: LIB_EAY_DEBUG Your_Drive:/OpenSSL_Directory/lib/VC/libeay32MDd.lib - LIB_EAY_RELEASE Your_Drive:/OpenSSL_Directory/lib/VC/libeay32MD.lib - SSL_EAY_DEBUG Your_Drive:/OpenSSL_Directory/lib/VC/ssleay32MDd.lib - SSL_EAY_RELEASE Your_Drive:/OpenSSL_Directory/lib/VC/ssleay32MD.lib And don't forget the OpenSSL_Root and Include Var. Hope this will help you, Greetings, iSwuerfel ​Awesome it worked, thanks for all the help! Now I'm having some build errors. Sorry for being illiterate when it comes to C#/C++ Error codes.
  2. It's now saying that some variables are set to NOTFOUND.
  3. I was compiling in 32 bit just because 64 bit was getting openssl errors but after you said that I realized I had OpenSSL-Win32 installed. I'm installing boost (64 bit) right now so everything should be working soon. I'm very grateful for your help. Thank you very much.
  4. ​Apologies. I feel a bit stupid now. So with OpenSSL, this is not correct?
  5. I believe this is what you are talking about, right? Thanks.
  6. From what it looks like, cmake is trying to find pthread.h but cannot find it. I'm really not sure what exactly that file is so I was wondering if anyone knew a solution to this problem. It also seems it has something to do with defining WIN32. I'll do some troubleshooting to see what I get, if anyone knows anything it'd be helpful. Thanks.
×
×
  • Create New...