Advertisement
Guest User

Untitled

a guest
Jan 12th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. sliter@UbuntuPC:~/caffe/build$ cmake ..
  2. -- The CXX compiler identification is unknown
  3. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  4. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message):
  5. Unable to find the requested Boost libraries.
  6.  
  7. Boost version: 1.54.0
  8.  
  9. Boost include path: /usr/include
  10.  
  11. Could not find the following Boost libraries:
  12.  
  13. boost_system
  14. boost_thread
  15. boost_filesystem
  16.  
  17. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  18. directory containing Boost libraries or BOOST_ROOT to the location of
  19. Boost.
  20. Call Stack (most recent call first):
  21. cmake/Dependencies.cmake:5 (find_package)
  22. CMakeLists.txt:38 (include)
  23.  
  24.  
  25. -- Could NOT find GFlags (missing: GFLAGS_INCLUDE_DIR GFLAGS_LIBRARY)
  26. -- Could NOT find Glog (missing: GLOG_INCLUDE_DIR GLOG_LIBRARY)
  27. -- Found PROTOBUF Compiler: /usr/bin/protoc
  28. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  29. Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  30. Call Stack (most recent call first):
  31. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  32. /usr/share/cmake-2.8/Modules/FindHDF5.cmake:347 (find_package_handle_standard_args)
  33. cmake/Dependencies.cmake:27 (find_package)
  34. CMakeLists.txt:38 (include)
  35.  
  36.  
  37. -- Configuring incomplete, errors occurred!
  38. See also "/home/sliter/caffe/build/CMakeFiles/CMakeOutput.log".
  39. See also "/home/sliter/caffe/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement