[protobuf] Re: Issue 515 in protobuf: More intelligent enums

2014-01-31 Thread protobuf
Comment #7 on issue 515 by peterhan...@yahoo.com: More intelligent enums http://code.google.com/p/protobuf/issues/detail?id=515 The proposed solution doesn't work because: 1. The name of the enum type is changed from Foo to Foo::Enum which will be confusing to the users. The proposal text

[protobuf] Re: Decoding protobuf buffer

2014-01-31 Thread adeel yousaf
how u have decodeed first mesage? neded help -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+unsubscr...@googlegroups.com. To post to this

[protobuf] Error while trying to compile one of Chrome's proto files

2014-01-31 Thread Ik Si
Hi, I'm trying to compile one of Chrome's proto files: https://chromium.googlesource.com/experimental/chromium/src/+/master/sync/protocol/sync_enums.proto using exe from protoc-2.5.0-win32.zip and I get the following error: sync_enums.proto:13:8: Option retain_unknown_fields unknown Anybody

Re: [protobuf] Error while trying to compile one of Chrome's proto files

2014-01-31 Thread Feng Xiao
On Thu, Jan 30, 2014 at 6:56 AM, Ik Si user42...@gmail.com wrote: Hi, I'm trying to compile one of Chrome's proto files: https://chromium.googlesource.com/experimental/chromium/src/+/master/sync/protocol/sync_enums.proto using exe from protoc-2.5.0-win32.zip and I get the following error: