このコードを実行しようとしています - https://github.com/Smorodov/Caffemodel-Parser 私が従った手順 - 1) protobuf 3.3 の内容を protobuf フォルダにコピーします 2) gmock の内容を protobuf フォルダにコピーします 3) CMake を実行します 4) generate_caffe_pb_cc を実行します。 .bat ファイル 5) プロジェクトのビルド
このエラーが発生する
4>main.obj: エラー LNK2001: 未解決の外部シンボル "private: static int google::protobuf::io::CodedInputStream::default_recursion_limit_" (?default_recursion_limit_@CodedInputStream@io@protobuf@google@@0HA)
4>caffe.pb.obj : エラー LNK2001: 未解決の外部シンボル "class google::protobuf::internal::ExplicitlyConstructed,class std::allocator > > google::protobuf::internal::fixed_address_empty_string" (?fixed_address_empty_string@internal @protobuf@google@@3V?$ExplicitlyConstructed@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@123@A)
私は何を間違っていますか?
VS 2010 の使用