When I make mattest I got feedback like this,

It says that delete_net and delete_solver are unknown. So, I checked matlab/+caffe/private/caffe_.cpp, and found that they truly are not defined. Then I checked the corresponding file in Caffe, and found they are defined. Then I replace the file with that in Caffe and make mattest succeeded. However, a new problem went up in run_matlab.sh as follows
When I

make mattestI got feedback like this,It says that
delete_netanddelete_solverare unknown. So, I checkedmatlab/+caffe/private/caffe_.cpp, and found that they truly are not defined. Then I checked the corresponding file in Caffe, and found they are defined. Then I replace the file with that in Caffe andmake mattestsucceeded. However, a new problem went up inrun_matlab.shas follows