Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. The C compiler identification is MSVC 18.0.30723.0
  2. The CXX compiler identification is MSVC 18.0.30723.0
  3. Check for working C compiler using: Visual Studio 12 2013 Win64
  4. Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Check for working CXX compiler using: Visual Studio 12 2013 Win64
  8. Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
  9. Detecting CXX compiler ABI info
  10. Detecting CXX compiler ABI info - done
  11. Detected 64-bit platform
  12. Using supplied MySQL sources
  13. MSVC: 64-bit platform, enforced -D_WIN64 parameter
  14. MSVC: Enabled extended object-support for debug-compiles
  15. MSVC: Overloaded standard names
  16. MSVC: Disabled NON-SECURE warnings
  17. MSVC: Disabled POSIX warnings
  18. MSVC: Disabled generic compiletime warnings
  19. 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
  20. Found OpenSSL headers: C:/OpenSSL-Win64/include
  21. Looking for include file pthread.h
  22. Looking for include file pthread.h - not found
  23. Found Threads: TRUE
  24. Found git binary : C:/Program Files (x86)/Git/cmd/git.exe
  25.  
  26. Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  27. Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  28.  
  29. * TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  30.  
  31. * Install core to : C:/Program Files/TrinityCore
  32.  
  33. * Build world/auth : Yes (default)
  34. * Build with scripts : Yes (default)
  35. * Build map/vmap tools : No (default)
  36. * Build core w/PCH : Yes (default)
  37. * Build scripts w/PCH : Yes (default)
  38. * Show compile-warnings : No (default)
  39. * Use coreside debug : No (default)
  40. * Use MySQL sourcetree : Yes (default)
  41. * Use GIT revision hash : Yes
  42.  
  43. -- MySQL 5.5.9
  44. Check size of void *
  45. Check size of void * - done
  46. SCRIPT PREPARATIONS
  47. -> Prepared: Spells
  48. -> Prepared: Commands
  49. -> Prepared: Custom
  50. -> Prepared: World
  51. -> Prepared: Outdoor PVP Zones
  52. -> Prepared: Pet
  53. SCRIPT PREPARATION COMPLETE
  54.  
  55. Configuring done
  56. CMake Warning (dev) in dep/mysqllite/CMakeLists.txt:
  57. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  58. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  59. command to set the policy and suppress this warning.
  60. This warning is for project developers. Use -Wno-dev to suppress it.
  61.  
  62. CMake Warning (dev) in dep/mysqllite/CMakeLists.txt:
  63. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  64. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  65. command to set the policy and suppress this warning.
  66. This warning is for project developers. Use -Wno-dev to suppress it.
  67.  
  68. CMake Warning (dev) in dep/mysqllite/CMakeLists.txt:
  69. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  70. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  71. command to set the policy and suppress this warning.
  72. This warning is for project developers. Use -Wno-dev to suppress it.
  73.  
  74. CMake Warning (dev) in dep/mysqllite/CMakeLists.txt:
  75. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  76. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  77. command to set the policy and suppress this warning.
  78. This warning is for project developers. Use -Wno-dev to suppress it.
  79.  
  80. Generating done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement