[protobuf] Re: Issue 487 in protobuf: Building failure with clang or scan-build

2013-03-20 Thread protobuf
Comment #1 on issue 487 by chen3feng: Building failure with clang or scan-build http://code.google.com/p/protobuf/issues/detail?id=487 FYI: ~/scan-build/bin/clang -v clang version 3.2 (trunk 157010) Target: x86_64-unknown-linux-gnu Thread model: posix -- You received this message because

[protobuf] Issue 487 in protobuf: Building failure with clang or scan-build

2013-03-20 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 487 by chen3feng: Building failure with clang or scan-build http://code.google.com/p/protobuf/issues/detail?id=487 What steps will reproduce the problem? 1. build the code with clang or scan-build What is the

[protobuf] Re: Python3 Protobufs

2013-03-20 Thread Malthe Borch
I have completed this work: https://github.com/malthe/google-protobuf. – in as much as that all tests run without fail on both 2.7 and 3.3. I have used a single-source approach (which is only really feasible starting with those two for syntax compatibility reasons). Python 2.4, 2.5 and I

[protobuf] C++, RPC, Linux server, windows client

2013-03-20 Thread Damian
Is there a nice implementation of an RPC server that runs on Linux and has a client for Windows. It should use protcolbuf for messages. All code is C++. The only examples I can find all compile well on Linux but do not have so much luck on Windows! I checked all these