Advertisement
Guest User

Untitled

a guest
Mar 8th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. The C compiler identification is MSVC 16.0.30319.1
  2. The CXX compiler identification is MSVC 16.0.30319.1
  3. Detected 32-bit platform
  4. Using supplied MySQL sources
  5. MSVC: Enabled large address awareness
  6. MSVC: Enabled SSE2 support
  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;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
  12. Found OpenSSL headers: C:/OpenSSL-Win32/include
  13. Looking for include file pthread.h
  14. CMake Error at C:/Program Files (x86)/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. Found git binary : C:/Program Files (x86)/Git/cmd/git.exe
  24.  
  25. Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  26. Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  27.  
  28. * TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  29.  
  30. * Install core to : C:/Program Files (x86)/TrinityCore
  31.  
  32. * Build world/auth : Yes (default)
  33. * Build with scripts : Yes (default)
  34. * Build map/vmap tools : No (default)
  35. * Build core w/PCH : Yes (default)
  36. * Build scripts w/PCH : Yes (default)
  37. * Show compile-warnings : No (default)
  38. * Use coreside debug : No (default)
  39. * Use MySQL sourcetree : Yes (default)
  40. * Use GIT revision hash : Yes
  41.  
  42. -- MySQL 5.5.9
  43. Check size of void *
  44. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  45. get_filename_component called with incorrect number of arguments
  46. Call Stack (most recent call first):
  47. CMakeLists.txt:3 (PROJECT)
  48.  
  49.  
  50. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  51. Check size of void * - failed
  52. SCRIPT PREPARATIONS
  53. -> Prepared: Spells
  54. -> Prepared: Commands
  55. -> Prepared: Examples
  56. -> Prepared: Custom
  57. -> Prepared: World
  58. -> Prepared: Outdoor PVP Zones
  59. -> Prepared: Eastern Kingdoms
  60. -> Prepared: Kalimdor
  61. -> Prepared: Outland
  62. -> Prepared: Northrend
  63. -> Prepared: Events
  64. -> Prepared: Pet
  65. SCRIPT PREPARATION COMPLETE
  66.  
  67. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement