yahoo / CaffeOnSpark

Distributed deep learning on Hadoop and Spark clusters.
Apache License 2.0
1.27k stars 358 forks source link

error: ‘bp’ does not name a type #251

Open dimon777 opened 7 years ago

dimon777 commented 7 years ago

make build fails with this:

     [exec] CXX src/main/cpp/tools/caffe_mini_cluster.cpp
     [exec] make[1]: *** [.build_release/src/main/cpp/tools/caffe_mini_cluster.o] Error 1
     [exec] src/main/cpp/tools/caffe_mini_cluster.cpp: In function ‘int main(int, char**)’:
     [exec] src/main/cpp/tools/caffe_mini_cluster.cpp:285:14: error: ‘bp’ does not name a type

I use boost 1.57 and all dependencies are met. Thanks.

junshi15 commented 7 years ago

remove caffe_mini_cluster.cpp. That file is broken. You don't need it to run CaffeOnSpark.