The presence of pre-generated headers in the repository was a mistake. We'll try to address this so that the code is agnostic towards whichever protobuf version we have on the system.
On Mon, Oct 10, 2016 at 6:28 PM, Zachary Deretsky <[email protected]> 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/7e5519ae-813e-46dd-a4f1-2df3be7332c8%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/7e5519ae-813e-46dd-a4f1-2df3be7332c8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAEvr0PHC5Sb-oYKrWn1J%3DySzbqYCj-keqPQqd1ft6-cOHwbT_g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
