Advertisement
Guest User

ErrorLog

a guest
Jul 7th, 2016
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. Detected 32-bit platform
  2. MSVC: Enabled large address awareness
  3. MSVC: Enabled SSE2 support
  4. MSVC: Disabled Safe Exception Handlers for debug builds
  5. MSVC: Enabled increased number of sections in object files
  6. MSVC: Overloaded standard names
  7. MSVC: Disabled NON-SECURE warnings
  8. MSVC: Disabled POSIX warnings
  9. MSVC: Disabled generic compiletime warnings
  10. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib
  11. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include
  12. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe
  13. Found git binary : D:/Git/cmd/git.exe
  14.  
  15. * TrinityCore revision : d0c377f86fec+ 2016-07-07 09:10:19 +0200 (3.3.5 branch)
  16.  
  17. * Install core to : C:/Program Files (x86)/TrinityCore
  18.  
  19. * Build world/auth : Yes (default)
  20. * Build with scripts : Yes (static)
  21. * Build map/vmap tools : No (default)
  22. * Build core w/PCH : Yes (default)
  23. * Build scripts w/PCH : Yes (default)
  24. * Show compile-warnings : No (default)
  25. * Use coreside debug : No (default)
  26. * Show source tree : Yes (hierarchical)
  27. * Use GIT revision hash : Yes (default)
  28.  
  29. CMake Error at cmake/macros/FindBoost.cmake:1185 (message):
  30. Unable to find the requested Boost libraries.
  31.  
  32. Boost version: 1.61.0
  33.  
  34. Boost include path: C:/boost_1_61_0
  35.  
  36. Could not find the following static Boost libraries:
  37.  
  38. boost_system
  39. boost_filesystem
  40. boost_thread
  41. boost_program_options
  42. boost_iostreams
  43. boost_regex
  44.  
  45. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  46. directory containing Boost libraries or BOOST_ROOT to the location of
  47. Boost.
  48. Call Stack (most recent call first):
  49. dep/boost/CMakeLists.txt:29 (find_package)
  50.  
  51.  
  52. CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  53. Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
  54. Call Stack (most recent call first):
  55. C:/Program Files (x86)/CMake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  56. cmake/macros/FindOpenSSL.cmake:176 (find_package_handle_standard_args)
  57. dep/openssl/CMakeLists.txt:16 (find_package)
  58.  
  59.  
  60. Configuring incomplete, errors occurred!
  61. See also "D:/Build/CMakeFiles/CMakeOutput.log".
  62. See also "D:/Build/CMakeFiles/CMakeError.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement