[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

[protobuf] Re: protobuf mingw error

2013-08-03 Thread anonymous
Edit: I am going off of the advice given by Peter Remmers at: herehttp://stackoverflow.com/questions/9243816/how-to-build-google-protocol-buffers-in-windows-for-mingw -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To unsubscribe from

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

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