Re: Example produces error.

2009-08-31 Thread Kenton Varda
Thanks for fixing the docs, Henner. On Sat, Aug 29, 2009 at 6:59 PM, Henner Zeller h.zel...@acm.org wrote: And yeah, documentation needs to be fixed. On Aug 28, 2009 1:35 PM, Omnifarious omnifari...@gmail.com wrote: An example from

Re: Example produces error.

2009-08-29 Thread Henner Zeller
And yeah, documentation needs to be fixed. On Aug 28, 2009 1:35 PM, Omnifarious omnifari...@gmail.com wrote: An example from http://code.google.com/apis/protocolbuffers/docs/proto.html produces an error when fed into protoc: $ protoc example.proto --cpp_out=. example.proto:8:20: Expected {.

Example produces error.

2009-08-28 Thread Omnifarious
An example from http://code.google.com/apis/protocolbuffers/docs/proto.html produces an error when fed into protoc: $ protoc example.proto --cpp_out=. example.proto:8:20: Expected {. example.proto:15:1: Reached end of input in message definition (missing '}'). $ cat example.proto message Outer {

Re: Example produces error.

2009-08-28 Thread bgg
The example has 3 braces at the end. On Aug 28, 1:34 pm, Omnifarious omnifari...@gmail.com wrote: An example fromhttp://code.google.com/apis/protocolbuffers/docs/proto.html produces an error when fed into protoc: $ protoc example.proto --cpp_out=. example.proto:8:20: Expected {.