Jump to content
TrinityCore

joey8122

Plebs
  • Posts

    6
  • Joined

  • Last visited

Posts posted by joey8122

  1. You need to set the variables I printscreen above, related to OpenSSL.

    It's now saying that some variables are set to NOTFOUND.

    ​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.

     

    error.PNG

  2. I'm not sure why your OpenSSL variables are named like that.

     

    It should look like this:

    2015-08-04_21-22-26.png

    In your case, OpenSSL-Win32, since you are compiling in 32 bits (why thou?)​

    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.

  3. 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.

    C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj]
    Done Building Project "C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj" (default targets) -- FAILED.

    Build FAILED.

    "C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj" (default target) (1) ->

    (ClCompile target) -> 

      C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj]

        0 Warning(s)

        1 Error(s)

×
×
  • Create New...