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/7e5519ae-813e-46dd-a4f1-2df3be7332c8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
