[protobuf] Re: Issue 255 in protobuf: com.google.protobuf.MessageOrBuilder not resolved in 2.3.0

2011-02-09 Thread protobuf
Comment #2 on issue 255 by utkarsh2...@gmail.com: com.google.protobuf.MessageOrBuilder not resolved in 2.3.0 http://code.google.com/p/protobuf/issues/detail?id=255 Ahh, my bad. I was actually using protoc 2.4 with 2.3 jar! Thanks! -- You received this message because you are subscribed to th

[protobuf] Re: Issue 255 in protobuf: com.google.protobuf.MessageOrBuilder not resolved in 2.3.0

2011-02-09 Thread protobuf
Updates: Status: WorkingAsIntended Comment #1 on issue 255 by ken...@google.com: com.google.protobuf.MessageOrBuilder not resolved in 2.3.0 http://code.google.com/p/protobuf/issues/detail?id=255 Please make sure your protoc version matches the library version. It looks like you are

Re: [protobuf] Re: Compilation error for ppc/440 target

2011-02-09 Thread Pherl Liu
A workaround is now in svn: http://code.google.com/p/protobuf/source/detail?r=380 Could you please try patch the diff to check if that fixes the problem? Thanks. On Fri, Feb 4, 2011 at 11:06 PM, dear chap wrote: > Unfortunately we have to use the particular compiler in question and > cannot upg

[protobuf] Python reflection

2011-02-09 Thread Mattias Svala
Hello! The Python tutorial seems to suggest that there should be some reflection capabilities available in the Message class. I can see the ListFields method, but it only returns a descriptor of a field if the field is non empty. I would like to be able to see all the fields defined in a speci