[protobuf] Issue 476 in protobuf: please document how to use protobuf with maven

2013-03-05 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 476 by thkoch2...@gmail.com: please document how to use protobuf with maven http://code.google.com/p/protobuf/issues/detail?id=476 I'm preparing an email to googles closure-compiler project about how to

Re: [protobuf] Linker error

2013-03-05 Thread Oliver Jowett
On Tue, Mar 5, 2013 at 2:25 AM, Mohammad Husain farhan1...@hotmail.comwrote: g++ `pkg-config --cflags --libs protobuf` -o hello_protobuf hello_protobuf.o user.pb.o Probably just argument ordering. The library reference (which will come from pkg-config --libs) needs to appear after the object