Skip to content

Build error with protobuf 2.4+ #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions