Looks like reflection.pb.h is generated by a newer version of protoc, but gRPC is complied with an older version of protobuf.
On Monday, November 28, 2016 at 4:47:27 PM UTC-8, [email protected] wrote: > > I tried to build grpc and keep getting following error msgs. > > ****/grpc/gens/src/proto/grpc/reflection/v1alpha/reflection.pb.h:108:56: > error: expected ';' at end of member declaration > void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; > ^ > ****/grpc/gens/src/proto/grpc/reflection/v1alpha/reflection.pb.h:108:58: > error: 'PROTOBUF_FINAL' does not name a type > void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; > > Anyone has idea of this issue? > > Thanks > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/04eb3623-996c-4875-b466-2c0bc0983c2a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
