[grpc-io] Re: error: undefined reference to `grpc::ServerBuilder::AddListeningPort(std::string const&, std::shared

2017-08-08 Thread Thomas Schober
I found the problem by myself now. By some crazy mistake my IDE used a different compiler than i used for compiling grpc. So this was the actual problem. After i switched to the correct compiler it worked. Am Freitag, 4. August 2017 10:16:40 UTC+2 schrieb Thomas Schober: > > Hi, > >

Re: [grpc-io] Compiling grpc on MSYS breaks at PROTOC

2017-08-08 Thread Thomas Schober
+2 schrieb Nicolas Noble: > > Try running with the environment variable V=1. There's something odd with > this error line since it seems to mean you're not using the plugin that got > just compiled. It may be a matter of file extension that's missing. > > On Thu, Aug 3, 2017 at 6:0

[grpc-io] undefined reference to grpc::ServerBuilder::AddListeningPort

2017-08-04 Thread Thomas Schober
Hi, i managed to compile everything using MSYS2 for c++ and wrote a small example. The only Problem i have, is that AddListeningPort function of ServerBuilder does not work. My code looks like this : Code hier eingeben... #include #include "../protobuff/demo.pb.h" #include