-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What steps will reproduce the problem?
1.build examples in the package
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
In protobuf 2.4+, the default value of cc_generic_services has been changed to
false(ref:
https://developers.google.com/protocol-buffers/docs/reference/cpp-generated).
For users who are using protobuf 2.4+, the following line has to be added at
the beginning of src/examples/rpc/protobuf/api/rpc_hello.proto to compile the
package:
option cc_generic_services = true;
Original issue reported on code.google.com by she...@gmail.com on 20 Nov 2012 at 3:36
Reactions are currently unavailable