[protobuf] method not declared compilation error in generated code

2011-03-13 Thread naama
hi, I have two proto files: 1. defines an enum Opcode . 2. import "Types/Opcode.Proto" package myPackage; message MyMessage { } In the generated code I have a method called -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this

Re: [protobuf] python 3.x

2011-03-13 Thread Gregory P. Smith
On Tue, Mar 8, 2011 at 9:05 AM, maxw wrote: > As far as I can tell, the python protocol buffer code is not yet > compatible with python 3.x. I found a few messages in this discussion > forum indicating that some people had worked on this, but I saw no > pointer to actual code. Are you aware of

[protobuf] Re: Issue 268 in protobuf: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8

2011-03-13 Thread protobuf
Updates: Status: Fixed Comment #1 on issue 268 by liuj...@google.com: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8 http://code.google.com/p/protobuf/issues/detail?id=268 This is fixed in r380, for gcc3. Could you please patch the diff first? Will release a fix soon