FYI Java made this change recently, it will be in the next release: https://github.com/grpc/grpc-java/commit/c38611a230e43023c63abd9cf45fcaed5eb28a89
On Monday, October 10, 2016 at 6:28:56 PM UTC-7, Zachary Deretsky wrote: > > Protobuf 3.1.0 fixed Json related issues. > > I replaced the grpc/third_party/protobuf directory with the untarred > protobuf-cpp-3.1.0.tar.gz but the compilation fails because of > incompatibility: > include/grpc++/ext/reflection.pb.h:51:2: > #error This file was generated by an older version of protoc which is > incompatible with your Protocol Buffer headers. Please regenerate this file > with a newer version of protoc. > > > Is there plan to move grpc to protobuf 3.1.0 so that recommended build > procedure (see below) works? > > $ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc > $ cd grpc > $ git submodule update --init > $ make > $ [sudo] make install > > -- 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/b3e0df72-2b40-4c60-b128-32996d9c9659%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
