[grpc-io] gRPC build for Windows using Mingw(C++)

2017-06-18 Thread maach6569
Hi gRPC Group, I am new to windows application development with mingw , I am trying to build gRPC lib with mingw. But while building i am getting one lib missing error can any one help in this regard. *Package libcares was not found in the pkg-config search path.* *Perhaps you should add the

Re: [grpc-io] gRPC build for Windows using Mingw(C++)

2017-06-19 Thread maach6569
Thank you Mario, I am also using the MSYS only , but while building the gRPC source i am receiving the that error . So how can i make up the build and use that grpc package in windows by solving the above those error. On Monday, 19 June 2017 13:41:06 UTC+5:30, Mario Emmenlauer wrote: > > >

Re: [grpc-io] gRPC build for Windows using Mingw(C++)

2017-06-19 Thread maach6569
yes i am trying with " mingw32-make" from grpc masters folder . which i kept inside MSYS "/home/username" path. the output which i got *$ mingw32-make* *Package libcares was not found in the pkg-config search path.* *Perhaps you should add the directory containing `libcares.pc'* *to the PKG_CON

Re: [grpc-io] gRPC build for Windows using Mingw(C++)

2017-06-19 Thread maach6569
Mario, Can you tell how you build the gRPC for Windows. On Monday, 19 June 2017 15:35:18 UTC+5:30, maac...@gmail.com wrote: > > yes i am trying with " mingw32-make" from grpc masters folder . which i > kept inside MSYS "/home/username" path. > > the output which i got > > *$ mingw32-make* >