Per Jessen
2010-Jun-24 07:45 UTC
[Xapian-discuss] undefined reference to `Xapian::Document::values_end() const'
I've got a simple for-loop: for( v=doc.values_begin(); v!=doc.values_end(); v++ ) going through the values of a document from a search. I really don't understand why I'm getting this undefined reference? (apart from this, everything links fine). /Per Jessen, Z?rich
Per Jessen
2010-Jun-24 13:08 UTC
[Xapian-discuss] undefined reference to `Xapian::Document::values_end() const'
Per Jessen wrote:> I've got a simple for-loop: > > for( v=doc.values_begin(); v!=doc.values_end(); v++ ) > > going through the values of a document from a search. I really don't > understand why I'm getting this undefined reference?I'm working in C++, on Linux, with Xapian 1.2.0. /Per Jessen, Z?rich