Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sliter@UbuntuPC:~/caffe/build$ cmake ..
- -- The CXX compiler identification is unknown
- CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
- CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message):
- Unable to find the requested Boost libraries.
- Boost version: 1.54.0
- Boost include path: /usr/include
- Could not find the following Boost libraries:
- boost_system
- boost_thread
- boost_filesystem
- No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
- directory containing Boost libraries or BOOST_ROOT to the location of
- Boost.
- Call Stack (most recent call first):
- cmake/Dependencies.cmake:5 (find_package)
- CMakeLists.txt:38 (include)
- -- Could NOT find GFlags (missing: GFLAGS_INCLUDE_DIR GFLAGS_LIBRARY)
- -- Could NOT find Glog (missing: GLOG_INCLUDE_DIR GLOG_LIBRARY)
- -- Found PROTOBUF Compiler: /usr/bin/protoc
- CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
- Call Stack (most recent call first):
- /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
- /usr/share/cmake-2.8/Modules/FindHDF5.cmake:347 (find_package_handle_standard_args)
- cmake/Dependencies.cmake:27 (find_package)
- CMakeLists.txt:38 (include)
- -- Configuring incomplete, errors occurred!
- See also "/home/sliter/caffe/build/CMakeFiles/CMakeOutput.log".
- See also "/home/sliter/caffe/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement