[protobuf] Re: Issue 556 in protobuf: Unable to cross-compile for i686-w64-mingw32 with Cygwin

2013-12-09 Thread protobuf
Comment #2 on issue 556 by vineeth@gmail.com: Unable to cross-compile for i686-w64-mingw32 with Cygwin http://code.google.com/p/protobuf/issues/detail?id=556 Hi Is this issue resolved? I have a similar issue. How do i resolve it? $ make make all-recursive make[1]: Entering directory `/

[protobuf] C++ Protoc Plugins...

2013-12-09 Thread fidster . dc
Hi, I'm trying to integrate protobuf into an existing project's messaging framework, which for the most part has been reasonably pain free for passing the PB messages around the system. However, In an effort to avoid too much refactoring when it comes to calling the correct handler for each me

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

2013-12-09 Thread Jens Munk Hansen
Hi ChaiShushan I have looked into your c++ implementation and I really like the fact that it is portable. The POSIX components do not compile, but it was easy to fix, some names were wrong in rpc_posix_conn.cc. The software boss in our company likes standards and is trying to make a crew of so

[protobuf] Re: How to modify rpc to support c/c++ standard function style?

2013-12-09 Thread Jens Munk Hansen
You can use the keyword repeated on fields and you need to define two messages, one which contains all input and another which contains all output. You can look at Trivial RPC by Nathan Rosenblum - it is really low-level and easy to understand. On Sunday, November 10, 2013 6:02:24 AM UTC+1, nhc

[protobuf] Issue 580 in protobuf: On linking protocol buffer to another so file - Error occurs

2013-12-09 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 580 by joydeep@gmail.com: On linking protocol buffer to another so file - Error occurs http://code.google.com/p/protobuf/issues/detail?id=580 Problem on linking protobuf-lite so to another shared library

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

2013-12-09 Thread Jacek Dudarew
W dniu środa, 8 maja 2013 15:33:48 UTC+2 użytkownik ChaiShushan napisał: > > 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/protobu

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

2013-12-09 Thread Jacek Dudarew
W dniu środa, 8 maja 2013 15:33:48 UTC+2 użytkownik ChaiShushan napisał: > > 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/protobu