Hi, I'm having a problem to install gRPC. I've successfully installed Protocol Buffers v3.1.0 (from the GitHub repository). Then I do :
- git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc- cd grpc - git submodule update --init - make But the compilation does not finish. I have a lot of undefined references (for example, to google::protobuf::FileDescriptorProto::kSynxtaxFieldNumber). I don't understand why. Is there a library that I've not installed ? Sorry if it is obvious, I'm a beginner. And sorry for my bad english too, I'm french... Thank you. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" 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/protobuf. For more options, visit https://groups.google.com/d/optout.
