尝试运行此代码 - 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:无法解析的外部符号“类 google::protobuf::internal::ExplicitlyConstructed,类 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