Advertisement
Guest User

Untitled

a guest
Apr 14th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
  2. execute_process given COMMAND argument with no value.
  3. Call Stack (most recent call first):
  4. C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
  5. C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID)
  6. CMakeLists.txt:12 (project)
  7.  
  8.  
  9. The C compiler identification is unknown
  10. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
  11. execute_process given COMMAND argument with no value.
  12. Call Stack (most recent call first):
  13. C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
  14. C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake:127 (CMAKE_DETERMINE_COMPILER_ID)
  15. CMakeLists.txt:12 (project)
  16.  
  17.  
  18. The CXX compiler identification is unknown
  19. Detected 32-bit platform
  20. Using supplied MySQL sources
  21. Found OpenSSL library: C:/OpenSSL-Win32/lib/ssleay32.lib;C:/OpenSSL-Win32/lib/libeay32.lib
  22. Found OpenSSL headers: C:/OpenSSL-Win32/include
  23.  
  24. * TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  25.  
  26. * Install core to : C:/Program Files (x86)/TrinityCore
  27.  
  28. * Build world/auth : Yes (default)
  29. * Build with scripts : Yes (default)
  30. * Build map/vmap tools : Yes
  31. * Build core w/PCH : Yes (default)
  32. * Build scripts w/PCH : Yes (default)
  33. * Show all warnings : Yes
  34. * Use coreside debug : Yes
  35. * Use MySQL sourcetree : Yes (default)
  36. * Use GIT revision hash : No
  37.  
  38. *** WITHOUT_GIT - WARNING!
  39. *** By choosing the WITHOUT_GIT option you have waived all rights for support,
  40. *** and accept that or all requests for support or assistance sent to the core
  41. *** developers will be rejected. This due to that we will be unable to detect
  42. *** what revision of the codebase you are using in a proper way.
  43. *** We remind you that you need to use the repository codebase and a supported
  44. *** version of git for the revision-hash to work, and be allowede to ask for
  45. *** support if needed.
  46.  
  47. -- MySQL 5.5.9
  48. Check if the system is big endian
  49. Searching 16 bit integer
  50. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:44 (message):
  51. no suitable type found
  52. Call Stack (most recent call first):
  53. dep/mysqllite/configure.cmake:522 (TEST_BIG_ENDIAN)
  54. dep/mysqllite/CMakeLists.txt:48 (include)
  55.  
  56.  
  57. Configuring incomplete, errors occurred!
  58. See also "C:/Users/Sprite/Documents/TCB/CMakeFiles/CMakeOutput.log".
  59. See also "C:/Users/Sprite/Documents/TCB/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement