Jump to content
TrinityCore

MakarovDjak

Plebs
  • Posts

    0
  • Joined

  • Last visited

Posts posted by MakarovDjak

  1.  

    Please tell me what's wrong with boost and openssl. Since I do not know. And why, after finding the opensll, it does not find some files in include.


    The C compiler identification is MSVC 19.21.27702.2
    The CXX compiler identification is MSVC 19.21.27702.2
    Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe
    Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe -- works
    Detecting C compiler ABI info
    Detecting C compiler ABI info - done
    Detecting C compile features
    Detecting C compile features - done
    Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe
    Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe -- works
    Detecting CXX compiler ABI info
    Detecting CXX compiler ABI info - done
    Detecting CXX compile features
    Detecting CXX compile features - done
    CMake Deprecation Warning at CMakeLists.txt:22 (cmake_policy):
      The OLD behavior for policy CMP0005 will be removed from a future version
      of CMake.

      The cmake-policies(7) manual explains that the OLD behaviors of all
      policies are deprecated and that a policy should be set to OLD only under
      specific short-term circumstances.  Projects should be ported to the NEW
      behavior and not rely on setting a policy to OLD.


    CMake Deprecation Warning at CMakeLists.txt:24 (cmake_policy):
      The OLD behavior for policy CMP0043 will be removed from a future version
      of CMake.

      The cmake-policies(7) manual explains that the OLD behaviors of all
      policies are deprecated and that a policy should be set to OLD only under
      specific short-term circumstances.  Projects should be ported to the NEW
      behavior and not rely on setting a policy to OLD.


    Detected 64-bit platform
    MSVC: 64-bit platform, enforced -D_WIN64 parameter
    MSVC: Enabled increased number of sections in object files
    MSVC: Overloaded standard names
    MSVC: Disabled NON-SECURE warnings
    MSVC: Disabled POSIX warnings
    MSVC: Disabled generic compiletime warnings
    cotire 1.7.10 loaded.
    Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.7/lib/libmysql.lib
    Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.7/include
    Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.7/bin/mysql.exe
    Found git binary : C:/Program Files/Git/cmd/git.exe

        Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
        Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"

    * TrinityCore revision   : unknown 1970-01-01 00:00:00 +0000 (Archived branch)

    * Install core to        : C:/Program Files (x86)/TrinityCore

    * Build world/auth       : Yes (default)
    * Build with scripts     : Yes (static)
    * Build map/vmap tools   : Yes (default)
    * Build core w/PCH       : Yes (default)
    * Build scripts w/PCH    : Yes (default)
    * Show compile-warnings  : No  (default)
    * Use coreside debug     : No  (default)
    * Show source tree       : Yes (hierarchical)
    * Use GIT revision hash  : Yes (default)

    Looking for pthread.h
    Looking for pthread.h - not found
    Found Threads: TRUE  
    CMake Warning (dev) at dep/boost/CMakeLists.txt:50 (find_package):
      Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
      Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
      command to set the policy and suppress this warning.

      Environment variable Boost_ROOT is set to:

        C:/local/boost_1_70_0/

      For compatibility, CMake is ignoring the variable.
    This warning is for project developers.  Use -Wno-dev to suppress it.

    Boost version: 1.70.0
    Found the following Boost libraries:
      system
      filesystem
      thread
      program_options
      iostreams
      regex
    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
    Looking for open
    Looking for open - found
    Found OpenSSL library: optimized;C:/OpenSSL/lib/VC/libssl64MD.lib;C:/OpenSSL/lib/VC/libcrypto64MD.lib;debug;C:/OpenSSL/lib/VC/libssl64MDd.lib;C:/OpenSSL/lib/VC/libcrypto64MDd.lib
    Found OpenSSL headers: C:/OpenSSL/include
    Looking for kqueue
    Looking for kqueue - not found
    Looking for epoll_create
    Looking for epoll_create - not found
    Looking for sys/types.h
    Looking for sys/types.h - found
    Looking for stdint.h
    Looking for stdint.h - found
    Looking for stddef.h
    Looking for stddef.h - found
    Check size of struct pollfd
    Check size of struct pollfd - failed
    Looking for pollset_create
    Looking for pollset_create - not found
    Looking for poll
    Looking for poll - not found
    Detected select polling method
    Looking for include file ifaddrs.h
    Looking for include file ifaddrs.h - not found
    Looking for include file sys/uio.h
    Looking for include file sys/uio.h - not found
    Looking for include file sys/eventfd.h
    Looking for include file sys/eventfd.h - not found
    CXX target common cotired without unity build.
    CXX target database cotired without unity build.
    CXX target shared cotired without unity build.
    CXX RC target authserver cotired without unity build.
    CXX RC target bnetserver cotired without unity build.
    CXX target game cotired without unity build.

    * Script configuration (static):
        |
        +- worldserver
        |   +- Commands
        |   +- Custom
        |   +- EasternKingdoms
        |   +- Events
        |   +- Kalimdor
        |   +- Maelstrom
        |   +- Northrend
        |   +- OutdoorPvP
        |   +- Outland
        |   +- Pet
        |   +- Spells
        |   +- World
        |
    CXX target scripts cotired without unity build.

    CXX RC target worldserver cotired without unity build.
    Configuring done

×
×
  • Create New...