make: *** [.build_release/src/caffe/layers/hdf5_output_layer.o] Error 1

添加/usr/include/hdf5/serial/ 到 INCLUDE_DIRS 
原:

# Whatever else you find you need goes here.
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include 

改:

# Whatever else you find you need goes here.
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/

你可能感兴趣的:(问题解决)