Re: [grpc-io] Unable to build the C++ hellowold grpc server

2025-03-18 Thread Peter Schow
On Tue, Mar 18, 2025 at 9:41 AM Brad Taylor wrote: > > Oracle Linux Server release 9.5 > GNU bash, version 5.1.8(1)-release (x86_64-redhat-linux-gnu) > I did not build grpc, but instead installed from an Rpm in the el9 repositories > dnf into grpce* > Name : grpc Version : 1.

Re: [grpc-io] gRPC using C

2025-03-17 Thread Peter Schow
Hi Vishnupriya, On Mon, Mar 17, 2025 at 8:38 AM Vishnupriya K wrote: > > Can anyone pkease help me in setting up gRPC client server in C language. I have already tried this and worked with python. but i want to do this in C. > Please help me eith setting up gRPC in C. ( Dependencies, installation

Re: [grpc-io] Unable to build the C++ hellowold grpc server

2025-03-17 Thread Peter Schow
Hi Brad, On Mon, Mar 17, 2025 at 8:38 AM Brad Taylor wrote: > > I have attempted to follow the instructions on building the example and it fails. I have a system wide cmake installed which is a bit older, so I installed the latest according to instructions. After installing I do a version > > /

Re: [grpc-io] Serialized message size difference between Windows and POSIX

2025-07-10 Thread Peter Schow
On Thu, Jul 10, 2025 at 8:48 AM Oleksii Hladyshko < oleksii.hladys...@gmail.com> wrote: > It functions perfectly on Windows. However, for POSIX systems (macOS and Linux), there is a slight discrepancy between the calculated size and the actual size of the serialized message. My calculations show th

Re: [grpc-io] Building gRPC on FreeBSD: Support, Patches, and Steps

2025-07-30 Thread Peter Schow
On Wed, Jul 30, 2025 at 7:36 AM AI Techie wrote: > I’m planning to build gRPC (version v1.66.0) on FreeBSD (v13.2). Is gRPC officially supported on FreeBSD? Are there any known issues or patches required for a successful build? Could you provide detailed build steps, including necessary dependenci

Re: [grpc-io] Is the quickstart guide still being maintained?

2025-07-30 Thread Peter Schow
On Wed, Jul 30, 2025 at 9:41 AM Wessel Krah wrote: > > I am new to the world of grpc and wanted to run the simple examples provided on: > Quick start | C++ | gRPC > > However even after following the instructions provided I still get build errors. > > The error I get is: > CMake Error at /home/kra