yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
753 stars 259 forks source link

build caffe出错 #63

Open ShilangChen1011 opened 5 years ago

ShilangChen1011 commented 5 years ago

老师您好,请问build caffe时,我在主工程下用cmake方法编译 CMake Warning at /usr/local/share/cmake-3.10/Modules/FindBoost.cmake:1610 (message): No header defined for python-py352; skipping header check Call Stack (most recent call first): cmake/Dependencies.cmake:124 (find_package) CMakeLists.txt:43 (include)

-- Could NOT find Boost CMake Warning at /usr/local/share/cmake-3.10/Modules/FindBoost.cmake:1610 (message): No header defined for python-py35; skipping header check Call Stack (most recent call first): cmake/Dependencies.cmake:131 (find_package) CMakeLists.txt:43 (include)

-- Boost version: 1.58.0 -- Found the following Boost libraries: -- python-py35 -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11") found components: doxygen dot CMake Error at CMakeLists.txt:74 (add_subdirectory): The source directory

/home/chen/rcf/examples

does not contain a CMakeLists.txt file.

CMake Error at docs/CMakeLists.txt:82 (file): file STRINGS file "/home/chen/rcf/.Doxyfile" cannot be read.

-- Can't find OUTPUT_DIRECTORY in doxygen config file. Try to use default: ./doxygen/ -- Found Git: /usr/bin/git (found version "2.7.4")

总是出错,请问时什么原因呢?

yun-liu commented 5 years ago

62