[protobuf] Problem during installation of gRPC

2016-10-18 Thread Clément B
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


Re: [protobuf] Problem during installation of gRPC

2016-10-18 Thread 'Feng Xiao' via Protocol Buffers
On Mon, Oct 17, 2016 at 6:12 AM, Clément B  wrote:

> 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 protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.