From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <creqz@gmx.com>
Received: from localhost (localhost [127.0.0.1])
	by olra.theworths.org (Postfix) with ESMTP id DF140431FC0
	for <notmuch@notmuchmail.org>; Thu, 17 Jan 2013 11:41:54 -0800 (PST)
X-Virus-Scanned: Debian amavisd-new at olra.theworths.org
X-Spam-Flag: NO
X-Spam-Score: 0.001
X-Spam-Level: 
X-Spam-Status: No, score=0.001 tagged_above=-999 required=5
	tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]
	autolearn=disabled
Received: from olra.theworths.org ([127.0.0.1])
	by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id FDT5Q311HaN6 for <notmuch@notmuchmail.org>;
	Thu, 17 Jan 2013 11:41:50 -0800 (PST)
X-Greylist: delayed 302 seconds by postgrey-1.32 at olra;
	Thu, 17 Jan 2013 11:41:50 PST
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
	by olra.theworths.org (Postfix) with ESMTP id A3953431FBD
	for <notmuch@notmuchmail.org>; Thu, 17 Jan 2013 11:41:50 -0800 (PST)
Received: from mailout-eu.gmx.com ([10.1.101.211]) by mrigmx.server.lan
	(mrigmx002) with ESMTP (Nemesis) id 0MgaAT-1TblYP38gZ-00Ny4X for
	<notmuch@notmuchmail.org>; Thu, 17 Jan 2013 20:36:46 +0100
Received: (qmail invoked by alias); 17 Jan 2013 19:36:46 -0000
Received: from a72-247-216-12.deploy.akamaitechnologies.com (EHLO
	ustx1cl-r9m1efv.SSG5-Serial) [72.247.216.12]
	by mail.gmx.com (mp-eu011) with SMTP; 17 Jan 2013 20:36:46 +0100
X-Authenticated: #149903273
X-Provags-ID: V01U2FsdGVkX1/7hadEhfv7saxw8qNb8o4IjujAml0hEVQLdwhl0r
	tA2Vn6mIY2JTQE
Date: Thu, 17 Jan 2013 13:36:40 -0600
From: Creqz <creqz@gmx.com>
To: notmuch@notmuchmail.org
Subject: Compiling notmuch-deliver: undefined reference to
 `notmuch_database_destroy'
Message-ID: <20130117193640.GA27457@ustx1cl-r9m1efv.SSG5-Serial>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2011-07-01)
X-Y-GMX-Trusted: 0
X-Mailman-Approved-At: Thu, 17 Jan 2013 17:12:02 -0800
X-BeenThere: notmuch@notmuchmail.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: "Use and development of the notmuch mail system."
	<notmuch.notmuchmail.org>
List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Jan 2013 19:41:55 -0000

Hello,

I'm trying to compile notmuch-deliver but I get the following error:

../maildrop/maildir/maildiropen.c: In function 'maildir_getlink':
../maildrop/maildir/maildiropen.c:51:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  CC     maildirmkdir.o
  CC     main.o
  CCLD   notmuch-deliver
main.o: In function `main':
/home/jgafnea/src/notmuch-08e6d37/src/main.c:466: undefined reference to `notmuch_database_destroy'
collect2: ld returned 1 exit status
make[2]: *** [notmuch-deliver] Error 1

Here are the full outputs from './configure' and 'make', respectively:

http://pastebin.com/ptLqqYTg
http://pastebin.com/bJYKxzU9

FWIW I'm using notmuch 0.14 and I'm trying to compile notmuch-deliver from the file 'notmuch-08e6d37.tar.gz' downloaded from http://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/notmuch-deliver

Thanks!