Advertisement
Guest User

CmakeTrinityCore

a guest
Jan 7th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. The C compiler identification is MSVC 19.12.25831.0
  2. The CXX compiler identification is MSVC 19.12.25831.0
  3. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe
  4. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe
  8. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe -- works
  9. Detecting CXX compiler ABI info
  10. Detecting CXX compiler ABI info - done
  11. Detecting CXX compile features
  12. Detecting CXX compile features - done
  13. Detected 64-bit platform
  14. MSVC: 64-bit platform, enforced -D_WIN64 parameter
  15. MSVC: Enabled increased number of sections in object files
  16. MSVC: Overloaded standard names
  17. MSVC: Disabled NON-SECURE warnings
  18. MSVC: Disabled POSIX warnings
  19. MSVC: Disabled generic compiletime warnings
  20. cotire 1.7.10 loaded.
  21. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib
  22. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.5/include
  23. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe
  24. Found git binary : C:/Program Files/Git/cmd/git.exe
  25.  
  26. * TrinityCore revision : 38d0c1e940bd 2018-01-07 14:18:14 +0100 (3.3.5 branch)
  27.  
  28. * Install core to : C:/Program Files/TrinityCore
  29.  
  30. * Build world/auth : Yes (default)
  31. * Build with scripts : Yes (static)
  32. * Build map/vmap tools : Yes (default)
  33. * Build core w/PCH : Yes (default)
  34. * Build scripts w/PCH : Yes (default)
  35. * Show compile-warnings : No (default)
  36. * Use coreside debug : No (default)
  37. * Show source tree : Yes (hierarchical)
  38. * Use GIT revision hash : Yes (default)
  39.  
  40. Looking for pthread.h
  41. Looking for pthread.h - not found
  42. Found Threads: TRUE
  43. Boost version: 1.65.1
  44. Found the following Boost libraries:
  45. system
  46. filesystem
  47. thread
  48. program_options
  49. iostreams
  50. regex
  51. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  52. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success
  53. Looking for open
  54. Looking for open - found
  55. Found OpenSSL library: optimized;C:/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win64/lib/VC/libeay32MDd.lib
  56. Found OpenSSL headers: C:/OpenSSL-Win64/include
  57. CXX target common cotired without unity build.
  58. CXX target database cotired without unity build.
  59. CXX target shared cotired without unity build.
  60. CXX target game cotired without unity build.
  61. CXX RC target authserver cotired without unity build.
  62.  
  63. * Script configuration (static):
  64. |
  65. +- worldserver
  66. | +- Commands
  67. | +- Custom
  68. | +- EasternKingdoms
  69. | +- Events
  70. | +- Kalimdor
  71. | +- Northrend
  72. | +- OutdoorPvP
  73. | +- Outland
  74. | +- Pet
  75. | +- Spells
  76. | +- World
  77. |
  78. CXX target scripts cotired without unity build.
  79.  
  80. CXX RC target worldserver cotired without unity build.
  81. Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement