Re: [protobuf] Re: Implementing protobuf in symbian

2010-06-02 Thread Evan Jones
anup wrote: I am getting undefined symbol error for mutex implementations . You need to link with libprotobuf_lite.a or libprotobuf.a. The Mutex class is defined in src/google/protobuf/stubs/common.cc. This suggests you are not linking with the protocol buffer runtime library. Hope this hel

[protobuf] Re: Implementing protobuf in symbian

2010-06-02 Thread anup
Hi I am getting undefined symbol error for mutex implementations . Undefined symbol: 'void google::protobuf::internal::Mutex::Unlock(void) (? unl...@mutex@inter...@protobuf@google@@QAEXXZ)' testapplication Unknown C/C++ Problem Undefined symbol: 'void google::protobuf::internal::Mutex::Lock(voi