[protobuf] Re: Issue 567 in protobuf: Cannot build protobuf with C++11 support in Mac 10.8

2013-10-28 Thread protobuf
Comment #1 on issue 567 by ccon...@squareup.com: Cannot build protobuf with C++11 support in Mac 10.8 http://code.google.com/p/protobuf/issues/detail?id=567 With XCode 5.0 and OSX 10.8.4 I was able to build (and test) using: ./configure CC=clang CXX=clang++ CXXFLAGS='-std=c++11

[protobuf] Hard to understand message from protobu

2013-10-28 Thread Howard
Hi all When I run the server side of my protobuf enabled application I am seeing a diagnostic message I am having a hard time understanding. Here is the stdout including some diagnostic messages I have added: Parsing request in worker thread : [libprotobuf ERROR

Re: [protobuf] Hard to understand message from protobu

2013-10-28 Thread Feng Xiao
On Mon, Oct 28, 2013 at 10:17 AM, Howard how...@renci.org wrote: Hi all When I run the server side of my protobuf enabled application I am seeing a diagnostic message I am having a hard time understanding. Here is the stdout including some diagnostic messages I have added: Parsing request

[protobuf] Re: Issue 434 in protobuf: With PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp, parent object deleted while child still exists: causes segmentation fault

2013-10-28 Thread protobuf
Comment #8 on issue 434 by xiaof...@google.com: With PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp, parent object deleted while child still exists: causes segmentation fault http://code.google.com/p/protobuf/issues/detail?id=434 Hi jtolds, thanks for offering the help, but unless you are a

[protobuf] Re: Issue 434 in protobuf: With PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp, parent object deleted while child still exists: causes segmentation fault

2013-10-28 Thread protobuf
Comment #9 on issue 434 by jtolds: With PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp, parent object deleted while child still exists: causes segmentation fault http://code.google.com/p/protobuf/issues/detail?id=434 :( does being a former one help? i can also do jumping jacks and make g+

RE: [protobuf] Hard to understand message from protobu

2013-10-28 Thread Howard Lander
Hi Feng Thanks for the suggestion. I'll let you and the group know what happens. Howard From: Feng Xiao [xiaof...@google.com] Sent: Monday, October 28, 2013 1:39 PM To: Howard Lander Cc: Protocol Buffers Subject: Re: [protobuf] Hard to understand message from