Advertisement
Guest User

:(

a guest
Jun 23rd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. /home/said/Desktop/clion-2018.1.3/bin/cmake/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/said/CLionProjects/BVE-Reborn
  2. -- Boost version: 1.64.0
  3. -- Found the following Boost libraries:
  4. -- filesystem
  5. -- regex
  6. -- system
  7. CMake Error at dependencies/bsf.cmake:11 (include):
  8. include could not find load file:
  9.  
  10. /home/said/CLionProjects/BVE-Reborn/dependencies/bsf/Source/CMake/HelperMethods.cmake
  11. Call Stack (most recent call first):
  12. CMakeLists.txt:34 (include)
  13.  
  14.  
  15. CMake Error at dependencies/bsf.cmake:13 (add_subdirectory):
  16. The source directory
  17.  
  18. /home/said/CLionProjects/BVE-Reborn/dependencies/bsf
  19.  
  20. does not contain a CMakeLists.txt file.
  21. Call Stack (most recent call first):
  22. CMakeLists.txt:34 (include)
  23.  
  24.  
  25. --
  26. CMake Error at CMakeLists.txt:35 (include):
  27. include could not find load file:
  28.  
  29. clang_format
  30.  
  31.  
  32. CMake Error at CMakeLists.txt:36 (include):
  33. include could not find load file:
  34.  
  35. cotire
  36.  
  37.  
  38. CMake Error at CMakeLists.txt:37 (include):
  39. include could not find load file:
  40.  
  41. linker_support
  42.  
  43.  
  44. CMake Error at CMakeLists.txt:38 (include):
  45. include could not find load file:
  46.  
  47. linter
  48.  
  49.  
  50. CMake Error at CMakeLists.txt:39 (include):
  51. include could not find load file:
  52.  
  53. meta_features
  54.  
  55.  
  56. CMake Warning at dependencies/targets.cmake:35 (find_package):
  57. By not providing "FindSanitizers.cmake" in CMAKE_MODULE_PATH this project
  58. has asked CMake to find a package configuration file provided by
  59. "Sanitizers", but CMake did not find one.
  60.  
  61. Could not find a package configuration file provided by "Sanitizers" with
  62. any of the following names:
  63.  
  64. SanitizersConfig.cmake
  65. sanitizers-config.cmake
  66.  
  67. Add the installation prefix of "Sanitizers" to CMAKE_PREFIX_PATH or set
  68. "Sanitizers_DIR" to a directory containing one of the above files. If
  69. "Sanitizers" provides a separate development package or SDK, be sure it has
  70. been installed.
  71. Call Stack (most recent call first):
  72. CMakeLists.txt:40 (include)
  73.  
  74.  
  75. CMake Error at CMakeLists.txt:41 (include):
  76. include could not find load file:
  77.  
  78. warnings
  79.  
  80.  
  81. -- Compiling without CodeCoverage
  82. CMake Error at CMakeLists.txt:70 (add_warnings):
  83. Unknown CMake command "add_warnings".
  84.  
  85.  
  86. -- Configuring incomplete, errors occurred!
  87. See also "/home/said/CLionProjects/BVE-Reborn/cmake-build-debug/CMakeFiles/CMakeOutput.log".
  88. See also "/home/said/CLionProjects/BVE-Reborn/cmake-build-debug/CMakeFiles/CMakeError.log".
  89.  
  90. [Finished]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement