Advertisement
electrux

CMake 2 Error

Jan 21st, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. Check for working C compiler: cl
  2. Check for working C compiler: cl -- works
  3. Detecting C compiler ABI info
  4. CMake Error: Could not COPY_FILE.
  5. OutputFile: ''
  6. copyFile: 'D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeDetermineCompilerABI_C.bin'
  7.  
  8. Unable to find executable for try_compile: tried "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeTmp/cmTryCompileExec.exe" and "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.exe" and "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeTmp/Development/cmTryCompileExec.exe".
  9.  
  10. Detecting C compiler ABI info - done
  11. CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:40 (FILE):
  12. file STRINGS file
  13. "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeDetermineCompilerABI_C.bin"
  14. cannot be read.
  15. Call Stack (most recent call first):
  16. C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:69 (CMAKE_DETERMINE_COMPILER_ABI)
  17. CMakeLists.txt:12 (project)
  18.  
  19.  
  20. Check for working CXX compiler: cl
  21. Check for working CXX compiler: cl -- works
  22. Detecting CXX compiler ABI info
  23. CMake Error: Could not COPY_FILE.
  24. OutputFile: ''
  25. copyFile: 'D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin'
  26.  
  27. Unable to find executable for try_compile: tried "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeTmp/cmTryCompileExec.exe" and "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.exe" and "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeTmp/Development/cmTryCompileExec.exe".
  28.  
  29. Detecting CXX compiler ABI info - done
  30. CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:40 (FILE):
  31. file STRINGS file
  32. "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin"
  33. cannot be read.
  34. Call Stack (most recent call first):
  35. C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:62 (CMAKE_DETERMINE_COMPILER_ABI)
  36. CMakeLists.txt:12 (project)
  37.  
  38.  
  39. CMake Error at CMakeLists.txt:15 (cmake_minimum_required):
  40. CMake 2.8.9 or higher is required. You are running version 2.8.0
  41.  
  42.  
  43. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement