Re: [protobuf] protobuf CXF RPC impl

2010-05-05 Thread Jason Hsueh
Added to the list, thanks! On Wed, May 5, 2010 at 7:46 AM, orbang wrote: > Hi all, > > I've created a pluggable protobuf RPC impl based on Apache CXF: > http://code.google.com/p/cxf-protobuf/ > > Could you please list it on the > http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns > twiki? >

[protobuf] Re: Issue 103 in protobuf: Protobuf 2.1.0 missing some sort of pthread linking?

2010-05-05 Thread protobuf
Comment #9 on issue 103 by l...@dashjr.org: Protobuf 2.1.0 missing some sort of pthread linking? http://code.google.com/p/protobuf/issues/detail?id=103 Unfortunately, I was unable to locate a version of acx_pthread.m4 that doesn't have this problem. The libraries on my system that link pthr

[protobuf] protobuf CXF RPC impl

2010-05-05 Thread orbang
Hi all, I've created a pluggable protobuf RPC impl based on Apache CXF: http://code.google.com/p/cxf-protobuf/ Could you please list it on the http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns twiki? Thanks, Gyorgy -- You received this message because you are subscribed to the Google Gro

[protobuf] got osm reader running in c++

2010-05-05 Thread jamesmikedup...@googlemail.com
Hi all, just a quick note. With some help from pathorn on irc.freenode.net #protobuf i finally ported my code from using copies of the buffers to using code here http://github.com/h4ck3rm1k3/OSM-Osmosis check the main file : src/crosby/binary/cpp/osmreadmain.cc

[protobuf] Re: Issue 103 in protobuf: Protobuf 2.1.0 missing some sort of pthread linking?

2010-05-05 Thread protobuf
Comment #8 on issue 103 by l...@dashjr.org: Protobuf 2.1.0 missing some sort of pthread linking? http://code.google.com/p/protobuf/issues/detail?id=103 protobuf's m4/acx_pthread.m4 script is wrong somewhere. Your PTHREAD_LIBS does *not* have -lpthread. -- You received this message because