Advertisement
Guest User

CMake

a guest
Aug 31st, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. The C compiler identification is MSVC 18.0.40629.0
  2. The CXX compiler identification is MSVC 18.0.40629.0
  3. Detected 32-bit platform
  4. MSVC: Enabled large address awareness
  5. MSVC: Enabled SSE2 support
  6. MSVC: Disabled Safe Exception Handlers for debug builds
  7. MSVC: Overloaded standard names
  8. MSVC: Disabled NON-SECURE warnings
  9. MSVC: Disabled POSIX warnings
  10. MSVC: Disabled generic compiletime warnings
  11. Found OpenSSL library: optimized;D:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;D:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;D:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;D:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
  12. Found OpenSSL headers: D:/OpenSSL-Win32/include
  13. Looking for include file pthread.h
  14. CMake Error at D:/Programok (Telepített)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  15. get_filename_component called with incorrect number of arguments
  16. Call Stack (most recent call first):
  17. CMakeLists.txt:3 (PROJECT)
  18.  
  19.  
  20. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  21. Looking for include file pthread.h - not found
  22. Found Threads: TRUE
  23. Boost version: 1.58.0
  24. Found the following Boost libraries:
  25. system
  26. filesystem
  27. thread
  28. program_options
  29. iostreams
  30. regex
  31. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  32. CMake Error at D:/Programok (Telepített)/CMake 2.8/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:37 (get_filename_component):
  33. get_filename_component called with incorrect number of arguments
  34. Call Stack (most recent call first):
  35. CMakeLists.txt:3 (PROJECT)
  36.  
  37.  
  38. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  39. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
  40. Found git binary : D:/Programok (Telepített)/Git/cmd/git.exe
  41.  
  42. * TrinityCore revision : 7b5e7e089818 2015-08-31 00:03:53 +0200 (6.x branch)
  43.  
  44. * Install core to : C:/Program Files (x86)/TrinityCore
  45.  
  46. * Build world/auth : Yes (default)
  47. * Build with scripts : Yes (default)
  48. * Build map/vmap tools : No (default)
  49. * Build core w/PCH : Yes (default)
  50. * Build scripts w/PCH : Yes (default)
  51. * Show compile-warnings : No (default)
  52. * Use coreside debug : No (default)
  53. * Show source tree : No (default)
  54. * Use GIT revision hash : Yes
  55.  
  56. Looking for open
  57. CMake Error at D:/Programok (Telepített)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  58. get_filename_component called with incorrect number of arguments
  59. Call Stack (most recent call first):
  60. CMakeLists.txt:3 (PROJECT)
  61.  
  62.  
  63. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  64. Looking for open - not found
  65. Found MySQL library: D:/WoW_szerver/MySQL/lib/libmysql.lib
  66. Found MySQL headers: D:/WoW_szerver/MySQL/include
  67. Found MySQL executable: D:/WoW_szerver/MySQL/bin/mysql.exe
  68. Found ZMQ library: D:/Programok (Telepített)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib
  69. Found ZMQ headers: D:/Programok (Telepített)/ZeroMQ 4.0.4/include
  70. SCRIPT PREPARATIONS
  71. -> Prepared: Spells
  72. -> Prepared: Commands
  73. -> Prepared: Custom
  74. -> Prepared: World
  75. -> Prepared: Outdoor PVP Zones
  76. -> Prepared: Eastern Kingdoms
  77. -> Prepared: Kalimdor
  78. -> Prepared: Outland
  79. -> Prepared: Northrend
  80. -> Prepared: The Maelstrom
  81. -> Prepared: Events
  82. -> Prepared: Pet
  83. SCRIPT PREPARATION COMPLETE
  84.  
  85. Configuring incomplete, errors occurred!
  86. See also "D:/WoW_szerver/Szerver/Build/CMakeFiles/CMakeOutput.log".
  87. See also "D:/WoW_szerver/Szerver/Build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement