protobuf编译报错

在下载protobuf进行编译的时候会出现如图所示的错误protobuf编译报错

修改 C:\protobuf-2.4.1\gtest\include\gtest\internal\gtest-tuple.h(C:是我解压protobuf的路径)的第741行 template <int k, class Tuple>  改为  template <size_t k, class Tuple>

上一篇:Exponent CMS 2.3.9 配置文件写入 Getshell分析


下一篇:20个实用的Linux命令