[protobuf] How to install protobuf in Ubuntu?

2012-12-23 Thread janael pinheiro
I wonder how do I install ubuntu in protobuf, protobuf down the package, but I try to build an error occurs. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/

[protobuf] Link error while using clang++ with -stdlib=libc++ flag in OSX

2012-12-23 Thread yayj
To avoid the affection of my other code, I wrote down this short snippet: packet.proto: message packet { required uint32 var = 1; } And pb.cc: #include "packet.pb.h" int main() { GOOGLE_PROTOBUF_VERIFY_VERSION; google::protobuf::ShutdownProtobufLibrary(); return 0; } If I try

[protobuf] Re: Performance over socket?

2012-12-23 Thread Blair Zajac
We use ZeroC's Ice at work to do RPCs at the rate of 7,000 RPCs/sec per box. It supports protobuf objects. The nice thing about Ice is that it supports Java, C++, Python, Ruby, C#, PHP. Blair On Thursday, December 20, 2012 6:40:04 AM UTC-8, crotty.ch...@gmail.com wrote: > > True enough, but

[protobuf] Re: Unable to install protobuf-2.5.0 for python with setup.py

2012-12-23 Thread Feng Xiao
Have you tried "python setup.py build" before install? On Friday, December 21, 2012 11:10:24 PM UTC+8, Andrew L K Goh wrote: > > Hi, > > Thanks for the reply. > That's what I did, where I said I successfully install the C++ library. > > I also verified that with "protoc --version". > Maybe because

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2012-12-23 Thread protobuf
Comment #2 on issue 447 by jacek.si...@grasshopperasia.com: No C++11 move constructors http://code.google.com/p/protobuf/issues/detail?id=447 An option to protoc or the preprocessor could solve backward compatibility -- You received this message because you are subscribed to the Google Group