error C2039: “GLOG_ERROR“: 不是 “google“ 的成员

o.hpp(50,57): warning C4244: “参数”: 从“uint64_t”转换到“int”,可能丢失数据
1>D:\code\src\util\upgrade_proto.cpp(31,7): error C2039: "GLOG_ERROR": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(37,5): error C2039: "GLOG_WARNING": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(49,5): error C2039: "GLOG_WARNING": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(58,7): error C2039: "GLOG_ERROR": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(72,5): error C2039: "GLOG_WARNING": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(235,9): error C2039: "GLOG_ERROR": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(247,9): error C2039: "GLOG_ERROR": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(259,9): error C2039: "GLOG_ERROR": 不是 "google" 的成员
1>D:\code\BuildLib\include/proto/my.pb.h(38831,1): message : 参见“google”的声明
1>D:\code\src\util\upgrade_proto.cpp(271,9): error C2039: "GLOG_ERROR": 不是 "google" 的成员

重新编译下glog就可以了,不清楚什么原因

你可能感兴趣的:(java,前端,服务器)