Hi Brad,

On Mon, Mar 17, 2025 at 8:38 AM Brad Taylor <cbradtay...@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/CANaTVhWW3X-wKiKSRcP5ks%3DArad7SUZ6513hnsZZkK9rLrk33w%40mail.gmail.com.

Reply via email to