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             Verrsion   : 1.46.7  Release      : 10.el9
Name         : grpc-cli        Version    : 1.46.7  Release      : 10.el9
Name         : grpc-cpp      Version   : 1.46.7   Release      : 10.el9
Name         : grpc-data     Version    : 1.46.7  Release      : 10.el9
Name         : grpc-devel    Version    : 1.46.7  Release      : 10.el9
Name         : grpc-doc        Version    : 1.46.7  Release      : 10.el9
Name         : grpc-plugins  Version    : 1.46.7 Release      : 10.el9
On Monday, March 17, 2025 at 6:13:45 PM UTC+1 Peter Schow wrote:

> Hi Brad,
>
> On Mon, Mar 17, 2025 at 8:38 AM Brad Taylor <cbrad...@gmail.com> 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
> >
> > /var/lzlabs.d/Downloads/cmake/bin/cmake --version
> > cmake version 3.30.3
> >
> > CMake suite maintained and supported by Kitware (kitware.com/cmake).
> >
> > I  export MY_INSTALL_DIR=/var/lzlabs.d/Downloads/grpc/grpc
> > cd examples/cpp/helloworld/
> > mkdir -p cmake/build
> > pushd cmake/build
> > /var/lzlabs.d//Downloads/cmake/bin/cmake 
> -DCMAKE_PREFIX_PATH=$MY_INSTALL_DIR ../..
> > ....get ...
> >
> > CMake Warning:
> >   Ignoring extra path from command line:
> >
> >    "../.."
> >
> > make -j 4
> > make: *** No targets specified and no makefile found.  Stop.
> >
> > What am I doing wrong?
>
> First, you'll likely get more help if you supply some basic details, like 
> OS, OS version, which shell you're using, etc.
>
> Before trying to build the examples, did you successfully build gRPC 
> itself? 
>
> https://grpc.io/docs/languages/cpp/quickstart/
>
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/grpc-io/8e75a275-c7a0-488f-a136-6982130ce6f8n%40googlegroups.com.

Reply via email to