Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make LANGUAGE=cpp error #77

Open
Abhishek-Mohapatra23 opened this issue Sep 24, 2020 · 3 comments
Open

make LANGUAGE=cpp error #77

Abhishek-Mohapatra23 opened this issue Sep 24, 2020 · 3 comments

Comments

@Abhishek-Mohapatra23
Copy link

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

@Fleker
Copy link
Collaborator

Fleker commented Sep 24, 2020

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

@Abhishek-Mohapatra23
Copy link
Author

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

So what do I need to do ?

@Fleker
Copy link
Collaborator

Fleker commented Sep 28, 2020

You may need to install gRPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants