Updates:
Status: WorkingAsIntended
Comment #1 on issue 420 by [email protected]: code generation problem
when using namespaces and import from a root directory
http://code.google.com/p/protobuf/issues/detail?id=420
You should be able to compile your code with the following command (after
rename "Person.proto" to "person.proto"):
~$ protoc --cpp_out=. -I. ns1/ns2/addressbook.proto ns1/ns2/person.proto
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.