kidok / protobuf

Automatically exported from code.google.com/p/protobuf
0 stars 0 forks source link

when i try to generate the header file for rpc server and client i am getting the following error. #644

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  protoc  --cpp_rpcz_out=. search.proto

  protoc-gen-cpp_rpcz: program not found or is not executable
  --cpp_rpcz_out:

   protoc-gen-cpp_rpcz: Plugin failed with status code 1.

What is the expected output? What do you see instead?

expected to generated header file for search.proto file but gives error like.
protoc-gen-cpp_rpcz: program not found or is not executable
--cpp_rpcz_out:

 protoc-gen-cpp_rpcz: Plugin failed with status code 1.

What version of the product are you using? On what operating system?
protoc --version.
libprotoc 2.5.0.

Please provide any additional information below.
followed the tutorial 
https://code.google.com/p/protobuf/

Original issue reported on code.google.com by meetmith...@gmail.com on 16 Jun 2014 at 9:00