我有幾個嵌套目錄,每個都包含proto文件,許多proto文件都依賴於位於根目錄內某處的其他protos。我使用這個腳本來嘗試編譯它們,然後從一個包含protos文件夾和我希望編譯的proto類去的文件夾的目錄執行它。我現在遇到的其中一個問題是我收到protoc: command not found錯誤。 set -e
BASEDIR="$(greadlink -f $(dirname $0)
我試圖安裝Caffe庫,但由於在我的系統中安裝了錯誤的protobuf版本,導致編譯問題。 In file included from .build_release/src/caffe/proto/caffe.pb.cc:5:0:
.build_release/src/caffe/proto/caffe.pb.h:17:2: error: #error This file was generat