Re: undefined symbol: _ZN6google8protobuf7Message20DiscardUnknownFieldsEv

2009-05-25 Thread Kenton Varda
You need to link against libprotobuf by adding -lprotobuf to your linker command-line. On Mon, May 25, 2009 at 7:46 AM, jacobsmbox-goog...@yahoo.de wrote: Hi, After successfully compiling my lib using a generated protocol buffer class, i am receiving this awful error when i try to load it:

Re: gtest on Windows

2009-05-25 Thread Kenton Varda
On cygwin you should really use the provided configure script and makefiles. Once you've installed the library you can use your IDE for your own project that uses protocol buffers. If you really want to compile with an IDE, then you will at least have to run the configure script to produce