i am trtying to get RAMcloud up and running on Centos.
and after dealing with some dependency problems, that you can check here https://github.com/PlatformLab/RAMCloud/issues/11
i have encoutered a protobuf related error that looks like this :
/home/antd/RAMCloud/obj.master/ServerList.pb.h:618:20: error: base class ‘struct google::protobuf::internal::integral_constant<bool, true>’ has a non-virtual destructor [-Werror=effc++]
template <> struct is_proto_enum< ::RAMCloud::ProtoBuf::ServerList_Type> : ::google::protobuf::internal::true_type {};
any one had this ?
i am trtying to get RAMcloud up and running on Centos.
and after dealing with some dependency problems, that you can check here https://github.com/PlatformLab/RAMCloud/issues/11
i have encoutered a protobuf related error that looks like this :
any one had this ?