Re: ‘class Xapian::Database’ has no member named ‘close’

2012-08-14 Thread Justus Winter
Quoting Jani Nikula (2012-08-14 14:57:13) > > Is close() really required though? The comment justifies it saying > > that: > > > > Many Xapian objects hold references to the database, so merely > > deleting the database may not suffice to close it. Thus, we > > explicitly close

‘class Xapian::Database’ has no member named ‘close’

2012-08-14 Thread Jani Nikula
On Tue, 14 Aug 2012, Michal Nazarewicz wrote: > Yeah, it seems that INSTALL claims ?Notmuch will work best with Xapian > 1.0.18 (or later) or Xapian 1.1.4 (or later)?, which doesn't seem to be > the case. > > On top of that, configure does not seem to even check the version > number. Someone(tm)

‘class Xapian::Database’ has no member named ‘close’

2012-08-14 Thread Michal Nazarewicz
> Michal Nazarewicz writes: >> $ dpkg -l |grep xapian >> ii apt-xapian-index 0.25ubuntu2 maintenance tools for a Xapian index >> of Debi >> ii libxapian-dev 1.0.18-1 Development files for Xapian search >> engine l >> ii libxapian15 1.0.18-1 Search engine

‘class Xapian::Database’ has no member named ‘close’

2012-08-14 Thread David Bremner
Michal Nazarewicz writes: > > $ dpkg -l |grep xapian > ii apt-xapian-index 0.25ubuntu2 maintenance tools for a Xapian index > of Debi > ii libxapian-dev 1.0.18-1 Development files for Xapian search > engine l > ii libxapian15 1.0.18-1 Search engine library

‘class Xapian::Database’ has no member named ‘close’

2012-08-07 Thread Michal Nazarewicz
Hi guys, when I'm trying to build notmuch on Ubuntu Lucid, I'm getting the following error: lib/database.cc: In function ?void notmuch_database_close(notmuch_database_t*)?: lib/database.cc:767: error: ?class Xapian::Database? has no member named ?close? I'm solving that by: diff --git a/lib

‘class Xapian::Database’ has no member named ‘close’

2012-08-07 Thread Michal Nazarewicz
Hi guys, when I'm trying to build notmuch on Ubuntu Lucid, I'm getting the following error: lib/database.cc: In function ‘void notmuch_database_close(notmuch_database_t*)’: lib/database.cc:767: error: ‘class Xapian::Database’ has no member named ‘close’ I'm solving that by: diff --git a/lib