I got this error for caffe build. How can I fix it? I\'m using Mac OSX Yosemite 10.10.1.
CONSOLE LOG
Machida-no-MacBook-Air:caffe machidahiroaki$ /usr/bi
Solved!
cv::imread(cv::String const&, int)
is defined on libopencv_imgcodecs.dylib
and
Makefile is missing it.
So, I added opencv_imgcodecs
to Makefile.
LIBRARIES += glog gflags protobuf leveldb snappy \
lmdb \
boost_system \
hdf5_hl hdf5 \
opencv_imgcodecs opencv_highgui opencv_imgproc opencv_core pthread