[protobuf] Re: Issue 526 in protobuf: 2.5.0 - Java compilation - Find unknown fields in ... BUG

2013-07-02 Thread protobuf
Comment #2 on issue 526 by dusan...@gmail.com: 2.5.0 - Java compilation - Find unknown fields in ... BUG http://code.google.com/p/protobuf/issues/detail?id=526 Hi, sorry, I can't isolate the problem. It seems to be some 'race' bug, because when I change 'protoc' argument order ( but I

[protobuf] Issue 527 in protobuf: C++: Descriptor is set to null when loading more than one file.

2013-07-02 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 527 by guillaum...@gmail.com: C++: Descriptor is set to null when loading more than one file. http://code.google.com/p/protobuf/issues/detail?id=527 What steps will reproduce the problem? 1. Using

[protobuf] Re: Issue 526 in protobuf: 2.5.0 - Java compilation - Find unknown fields in ... BUG

2013-07-02 Thread protobuf
Comment #3 on issue 526 by xiaof...@google.com: 2.5.0 - Java compilation - Find unknown fields in ... BUG http://code.google.com/p/protobuf/issues/detail?id=526 I didn't see the attachment? -- You received this message because this project is configured to send all issue notifications to

[protobuf] Re: Issue 527 in protobuf: C++: Descriptor is set to null when loading more than one file.

2013-07-02 Thread protobuf
Comment #1 on issue 527 by xiaof...@google.com: C++: Descriptor is set to null when loading more than one file. http://code.google.com/p/protobuf/issues/detail?id=527 Hi, can you provide some sample code that illustrates how you parse the message and look at the Descriptor fields? -- You

[protobuf] repeated field naming style: singular or plural

2013-07-02 Thread Stas Berkov
Hi, when I use 'repeated' keyword in protobuf messages what form should I use: plural or singular? E.g. I have message message RealTimeMarketData { // client side subscription identifier required int32 Id = 1; // contract ID assigned by server required int32 contractId = 2; // new contract

[protobuf] Running a sample AddPerson.java example - Fails giving Protocol message tag had invalid wire type

2013-07-02 Thread Dhaval Kotecha
Hi All, I am a newbie to Protocol Buffers. I am trying to run the AddPerson example, and it fails giving me the error as mentioned below with the whole stacktrace. Exception in thread main com.google.protobuf.InvalidProtocolBufferException: Protocol message tag had invalid wire type. at

[protobuf] Re: cross compiling for powerpc fails with error

2013-07-02 Thread Nash Kamal
Just wondering if you were able to resolve your build issue as we are having the same problem while trying to build on the IBM Bluegene Q. If you were able to successfully build by making some changes to the header files please post it here and let us know. Regards, Nash. On Wednesday, 19

[protobuf] Re: Issue 527 in protobuf: C++: Descriptor is set to null when loading more than one file.

2013-07-02 Thread protobuf
Comment #2 on issue 527 by guillaum...@gmail.com: C++: Descriptor is set to null when loading more than one file. http://code.google.com/p/protobuf/issues/detail?id=527 WRITE fstream output(charPath, ios::out | ios::trunc | ios::binary); if (!reportHeader.SerializeToOstream(output)) {

Re: [protobuf] Running a sample AddPerson.java example - Fails giving Protocol message tag had invalid wire type

2013-07-02 Thread Ilia Mirkin
I think it wants a file with proto data, not the proto description. Also it wants it proto-encoded, not text-encoded. On Mon, Jul 1, 2013 at 6:00 PM, Dhaval Kotecha dhaval.kote...@gmail.com wrote: Hi All, I am a newbie to Protocol Buffers. I am trying to run the AddPerson example, and it

Re: [protobuf] Fwd: Unable to build C++ protobuf

2013-07-02 Thread Feng Xiao
On Mon, Jul 1, 2013 at 10:54 PM, Jagmohan Singh jagmohan.sing...@gmail.comwrote: Dear All I was building protobuf on Cygwin, however, it failed at make check step. Please suggest some work around to build it successfully. Probably upgrade your Cygwin version? Makefile:2838: recipe for

Re: [protobuf] Re: Issue 527 in protobuf: C++: Descriptor is set to null when loading more than one file.

2013-07-02 Thread Feng Xiao
On Tue, Jul 2, 2013 at 10:32 AM, proto...@googlecode.com wrote: Comment #2 on issue 527 by guillaum...@gmail.com: C++: Descriptor is set to null when loading more than one file. http://code.google.com/p/**protobuf/issues/detail?id=527http://code.google.com/p/protobuf/issues/detail?id=527

[protobuf] Equivalent method in Java to C++'s ParseFromString()

2013-07-02 Thread Dhaval Kotecha
Hi All, I am looking to parse the input from a http request in Java code, but I am not able to find the ParseFromString() method as found in C++. Can you please let me know how do I go about it? Thanks, Dhaval -- You received this message because you are subscribed to the Google Groups

[protobuf] Issue 528 in protobuf: cross compilaton to MIPS for protobuf fails

2013-07-02 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 528 by sauravdo...@gmail.com: cross compilaton to MIPS for protobuf fails http://code.google.com/p/protobuf/issues/detail?id=528 What steps will reproduce the problem? 1../configure --host=mipsel-robin-elf