[grpc-io] Re: Linker error when compiling callback example

2022-12-05 Thread Shareef Jalloq
OK, this was due to a misunderstanding of the output files produces by Bazel. I have a proto file that defines a simple unary service. When I compile this using Bazel and the cc_grpc_library rule, it outputs an archive library and a shared object and prints these to the terminal. I was

[grpc-io] Re: Linker error when compiling callback example

2022-11-28 Thread Shareef Jalloq
Sorry, I fixed the missing reflection library, it's jus the helloworld::Greeter::Service::Service() issues. But these are defined in the auto-generated output of the protocol buffer compiler. On Monday, 28 November 2022 at 18:13:54 UTC Shareef Jalloq wrote: > Hi, > > I've been trying to