Re: [protobuf] protobuf 2.5.0 linux version mismatch

2013-05-08 Thread fed . vergot
Yes, I've just found the solution. It's a bit strange, because after make (make install) command there are two different exacutable file protoc in ./src the old 2.2.0 and the correct one 2.5.0 in the installation directory. In any case thanks now it works. Federico On Tuesday, May 7, 2013

[protobuf] Protocol RPC for Go and C++

2013-05-08 Thread ChaiShushan
Hi, I have create a protorpc project, impl RPC for Go/C++: https://bitbucket.org/chai2010/protorpc https://code.google.com/p/protorpc/ Examples: https://code.google.com/p/protorpc/source/browse/protobuf/src/google/protobuf/rpc/example/ Document(${root}/README.md):

[protobuf] Protocol RPC for Go and C++

2013-05-08 Thread chai2010
Hi, I have create a protorpc project, impl RPC for Go/C++: https://bitbucket.org/chai2010/protorpc https://code.google.com/p/protorpc/ Some examples: https://code.google.com/p/protorpc/source/browse/protobuf/src/google/protobuf/rpc/example/ Document(${root}/README.md):

Re: [protobuf] Protocol RPC for Go and C++

2013-05-08 Thread Feng Xiao
Thanks, added to https://code.google.com/p/protobuf/wiki/ThirdPartyAddOns On Wed, May 8, 2013 at 6:33 AM, chai2010 chaishus...@gmail.com wrote: Hi, I have create a protorpc project, impl RPC for Go/C++: https://bitbucket.org/chai2010/protorpc https://code.google.com/p/protorpc/ Some