[protobuf] Issue 570 in protobuf: build 2.4.1 failed on mac os x 10.9

2013-10-24 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 570 by mail.lus...@gmail.com: build 2.4.1 failed on mac os x 10.9 http://code.google.com/p/protobuf/issues/detail?id=570 What steps will reproduce the problem? 1. when run make then it failed 2. after i edit the

[protobuf] Re: Issue 570 in protobuf: build 2.4.1 failed on mac os x 10.9

2013-10-24 Thread protobuf
Comment #1 on issue 570 by mail.lus...@gmail.com: build 2.4.1 failed on mac os x 10.9 http://code.google.com/p/protobuf/issues/detail?id=570 I think the right way to fix it is to modify the message.h like below #ifdef __DECCXX // HP C++'s iosfwd doesn't work. #include iostream #else #include

[protobuf] Re: Issue 455 in protobuf: google/protobuf/message.cc is missing #include istream

2013-10-24 Thread protobuf
Comment #3 on issue 455 by shannonchou1988: google/protobuf/message.cc is missing #include istream http://code.google.com/p/protobuf/issues/detail?id=455 I faced the same problem. Have you solved this? -- You received this message because this project is configured to send all issue

[protobuf] Re: Issue 455 in protobuf: google/protobuf/message.cc is missing #include istream

2013-10-24 Thread protobuf
Comment #4 on issue 455 by shannonchou1988: google/protobuf/message.cc is missing #include istream http://code.google.com/p/protobuf/issues/detail?id=455 zhoutekiMacBook-Pro:ProtocolBuffers-2.2.0-Source zhoujun$ make /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive

[protobuf] Parsing sub message not working with certain message

2013-10-24 Thread Jesse Carter
Hey guys I'm having a really weird issue with parsing a certain sub message that has the same index as it's parent. Here are the two messages message Nine {- parent message required int32 test = 5; - This parses fine optional Details details = 9; - won't parse throws error if

[protobuf] Issue 571 in protobuf: Error: Java exception occurred: com.google.protobuf.InvalidProtocolBufferException: Software caused connection abort: recv failed

2013-10-24 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 571 by ivan.val...@gmail.com: Error: Java exception occurred: com.google.protobuf.InvalidProtocolBufferException: Software caused connection abort: recv failed