facebookarchive / caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework.
https://caffe2.ai
Apache License 2.0
8.42k stars 1.95k forks source link

build ios failed #465

Closed xuefeng7 closed 7 years ago

xuefeng7 commented 7 years ago

Running build_ios.sh failed with error:

Caffe2 codebase root is: /Users/xxx/xxx/caffe2-master Build Caffe2 ios into: /Users/xxx/xxx/caffe2-master/build_ios Building protoc /Users/xxx/xxx/caffe2-master/scripts/build_host_protoc.sh: line 18: /Users/xxx/xxx/caffe2-master/third_party/protobuf/cmake: No such file or directory third_party/protobuf/cmake: No such file or directory

Operating System: MacOS 10.12.3

bwasti commented 7 years ago

git submodule init && git submodule update should fix it, feel free to reopen if it doesn't!