[protobuf] Re: protobuf mingw error

2013-08-05 Thread anonymous
> > can anyone answer this? -- 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 group, send email to prot

[protobuf] Re: protobuf mingw error

2013-08-03 Thread anonymous
> > Edit: > > I am going off of the advice given by Peter Remmers at: > > here > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubs

message field getter/Java method collision

2009-08-18 Thread anonymous
While compiling the code generated from the following .proto file: message Entity { message Row { optional uint32 SerialNumber = 1; optional uint32 Class = 4; optional string Name = 2; } repeated Row rows = 1; } I am getting t

java string literal too long when initializing java.lang.String descriptorData

2009-07-22 Thread anonymous
Hello, I was not able to compile a Java file generated by protoc 2.10 from a rather big .proto file. It seems I have hit the upper limit for a Java string literal (65535???). I slightly modified src/google/protobuf/compiler/java/java_file.cc so that static initialization is performed from an arr

Re: Is there a need or desire for protobuf-lite?

2009-04-21 Thread Anonymous-ish
> Below is the data I collected. I decided not to do static linking > as it wouldn't be helpful for a size constrained system. ... curious, but okay. Unnecessary/unresolved symbols and their associated instructions won't be included in the final resulting binary, so unless your embedded app does