Hi
Now i am getting some undefined reference errors like
Code:
Descriptor.cc:(.text+0x5b3c): undefined reference to `google::protobuf::TextFormat::PrintFieldValueToString(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, int, std::string*)
Message.cc:(.text+0x710): undefined reference to `google::protobuf::io::FileInputStream::FileInputStream(int, int)
Message.cc:(.text+0x730): undefined reference to `google::protobuf::io::FileInputStream::~FileInputStream()
Message.cc:(.text+0x748): undefined reference to `google::protobuf::io::FileInputStream::~FileInputStream()
Message.cc:(.text+0x788): undefined reference to `google::protobuf::io::FileInputStream::FileInputStream(int, int)
Message.cc:(.text+0x7a8): undefined reference to `google::protobuf::io::FileInputStream::~FileInputStream()
Message.cc:(.text+0x7c0): undefined reference to `google::protobuf::io::FileInputStream::~FileInputStream()
Message.cc:(.text+0x804): undefined reference to `google::protobuf::io::IstreamInputStream::IstreamInputStream(std::istream*, int)
Message.cc:(.text+0x83c): undefined reference to `google::protobuf::io::IstreamInputStream::~IstreamInputStream()
Message.cc:(.text+0x854): undefined reference to `google::protobuf::io::IstreamInputStream::~IstreamInputStream()
Message.cc:(.text+0x884): undefined reference to `google::protobuf::io::IstreamInputStream::IstreamInputStream(std::istream*, int)
Message.cc:(.text+0x8bc): undefined reference to `google::protobuf::io::IstreamInputStream::~IstreamInputStream()
Message.cc:(.text+0x8d4): undefined reference to `google::protobuf::io::IstreamInputStream::~IstreamInputStream()
Message.cc:(.text+0xa44): undefined reference to `google::protobuf::io::FileOutputStream::FileOutputStream(int, int)
Message.cc:(.text+0xa5c): undefined reference to `google::protobuf::io::FileOutputStream::~FileOutputStream()
Message.cc:(.text+0xa74): undefined reference to `google::protobuf::io::FileOutputStream::~FileOutputStream()
Message.cc:(.text+0xaa0): undefined reference to `google::protobuf::io::FileOutputStream::FileOutputStream(int, int)
Message.cc:(.text+0xab8): undefined reference to `google::protobuf::io::FileOutputStream::~FileOutputStream()
Message.cc:(.text+0xad0): undefined reference to `google::protobuf::io::FileOutputStream::~FileOutputStream()
Message.cc:(.text+0xb00): undefined reference to `google::protobuf::io::OstreamOutputStream::OstreamOutputStream(std::ostream*, int)
Message.cc:(.text+0xb1c): undefined reference to `google::protobuf::io::OstreamOutputStream::~OstreamOutputStream()
Message.cc:(.text+0xb44): undefined reference to `google::protobuf::io::OstreamOutputStream::~OstreamOutputStream()
Message.cc:(.text+0xb58): undefined reference to `google::protobuf::io::OstreamOutputStream::~OstreamOutputStream()
Message.cc:(.text+0xb84): undefined reference to `google::protobuf::io::OstreamOutputStream::OstreamOutputStream(std::ostream*, int)
Message.cc:(.text+0xb9c): undefined reference to `google::protobuf::io::OstreamOutputStream::~OstreamOutputStream()
Message.cc:(.text+0xbb4): undefined reference to `google::protobuf::io::OstreamOutputStream::~OstreamOutputStream()
Can anyone help me with this