Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.36 KB | None | 0 0
  1. Conan: checking conan executable in path
  2. Conan: Found program D:/Python/Scripts/conan.exe
  3. Conan: Version found Conan version 1.19.1
  4.  
  5. Conan: Adding bincrafters remote repositoy (https://api.bintray.com/conan/bincrafters/public-conan)
  6. Conan: Adding inexor remote repositoy (https://api.bintray.com/conan/inexorgame/inexor-conan)
  7. Conan: Adding helmesjo remote repositoy (https://api.bintray.com/conan/helmesjo/public-conan)
  8. CMake Error: File G:/Inexor/entity-system/conanfile.txt does not exist.
  9. CMake Error at build/conan.cmake:378 (configure_file):
  10.   configure_file Problem configuring file
  11. Call Stack (most recent call first):
  12.   build/conan.cmake:438 (conan_cmake_setup_conanfile)
  13.   CMakeLists.txt:67 (conan_cmake_run)
  14.  
  15.  
  16. Conan: Automatic detection of conan settings from cmake
  17. Conan: Detected VS runtime: MDd
  18. Conan: Settings= -pr;default;-s;build_type=Debug
  19. Conan executing: conan install G:/Inexor/entity-system/conanfile.txt -pr default -s build_type=Debug -g=cmake --build=outdated
  20. ERROR: Conanfile not found at G:/Inexor/entity-system/conanfile.txt
  21.  
  22. CMake Error at build/conan.cmake:368 (message):
  23.   Conan install failed='1'
  24. Call Stack (most recent call first):
  25.   build/conan.cmake:448 (conan_cmake_install)
  26.   CMakeLists.txt:67 (conan_cmake_run)
  27.  
  28.  
  29. Configuring incomplete, errors occurred!
  30. See also "G:/Inexor/entity-system/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement