Hi all
We are contemplating using the libuv I/O interface in gRPC iomgr. How do we get that going? I tried building the source with :
CFLAGS="-DGRPC_UV -DGRPC_CUSTOM_IOMGR_THREAD_CHECK -DGRPC_CUSTOM_SOCKET" make
But when i build the examples, i get link errors , example
undefined reference to `grpc_ares_ev_driver_create_locked(grpc_ares_ev_driver**, grpc_pollset_set*, grpc_combiner*)'
../../../libs/opt/libgrpc.so: undefined reference to `grpc_tcp_client_create_from_fd(grpc_fd*, grpc_channel_args const*, char const*)'
../../../libs/opt/libgrpc.so: undefined reference to `uv_default_loop'
I dont see much information on how to do this.
Any help is much appreciated
thanks
Jojy