quartztest.cc in HEAD won't compile for me. I'm getting errors of the form: /home/richard/private/Working/xapian/xapian-core/tests/quartztest.cc:59: error: ?removedir? was not declared in this scope It looks like Olly's latest commit to quartztest.cc removed this function - was it meant to have been moved somewhere else, or should I put it back? (See http://svn.xapian.org/trunk/xapian-core/tests/quartztest.cc?r1=8160&r2=8184 for the change) -- Richard
On Thu, Apr 12, 2007 at 01:24:56PM +0100, Richard Boulton wrote:> quartztest.cc in HEAD won't compile for me. I'm getting errors of the form: > > /home/richard/private/Working/xapian/xapian-core/tests/quartztest.cc:59: > error: ?removedir? was not declared in this scopeUm, just put removedir back for now. Sorry about that - I'm trying to juggle changes I don't want to apply yet versus those I do and I messed up! Cheers, Olly