assistant-sdk-cpp icon indicating copy to clipboard operation
assistant-sdk-cpp copied to clipboard

make LANGUAGE=cpp error

Open Abhishek-Mohapatra23 opened this issue 5 years ago • 3 comments

Hi, I am getting the following error when i run make LANGUAGE=cpp. Can you tell me where I am going wrong?

pi@raspberrypi:~/assistant-sdk-cpp/googleapis $ make LANGUAGE=cpp mkdir -p ./gens protoc --proto_path=.:/usr/local/include --cpp_out=./gens --grpc_out=./gens --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin google/rpc/code.proto /usr/local/bin/grpc_cpp_plugin: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --grpc_out: protoc-gen-grpc: Plugin failed with status code 1. Makefile:44: recipe for target 'google/rpc/code.pb.cc' failed make: *** [google/rpc/code.pb.cc] Error 1

Abhishek-Mohapatra23 avatar Sep 24 '20 11:09 Abhishek-Mohapatra23

Looks like you don't have the gRPC plugin for protoc.

Fleker avatar Sep 24 '20 16:09 Fleker

Looks like you don't have the gRPC plugin for protoc.

So what do I need to do ?

Abhishek-Mohapatra23 avatar Sep 24 '20 16:09 Abhishek-Mohapatra23

You may need to install gRPC.

Fleker avatar Sep 28 '20 18:09 Fleker