Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. C:Projects> git clone https://github.com/BVLC/caffe.git
  2. C:Projects> cd caffe
  3. C:Projectscaffe> git checkout windows
  4. :: Edit any of the options inside build_win.cmd to suit your needs
  5. C:Projectscaffe> scriptsbuild_win.cmd
  6.  
  7. CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
  8. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  9. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  10. -- Configuring incomplete, errors occurred!
  11. See also "C:/Project_git/caffe/scripts/build/CMakeFiles/CMakeOutput.log".
  12. ERROR: Configure failed
  13.  
  14. -- The C compiler identification is MSVC 19.0.24215.1
  15. -- The CXX compiler identification is MSVC 19.0.24215.1
  16. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  17. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  18. -- Detecting C compiler ABI info
  19. -- Detecting C compiler ABI info - done
  20. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  21. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  22. -- Detecting CXX compiler ABI info
  23. -- Detecting CXX compiler ABI info - done
  24. -- Detecting CXX compile features
  25. -- Detecting CXX compile features - done
  26. -- Found PythonInterp: C:/Python34/python.exe (found suitable version "3.4.3", minimum required is "2.7")
  27. CMake Error at cmake/WindowsDownloadPrebuiltDependencies.cmake:29 (message):
  28. Could not find url for MSVC version = 1900 and Python version = 3.4.
  29. Call Stack (most recent call first):
  30. CMakeLists.txt:75 (include)
  31. -- Configuring incomplete, errors occurred!
  32. See also C:/Project_git/caffe/scripts/build/CMakeFiles/CMakeOutput.log".
  33. ERROR: Configure failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement