Compiling notmuch-deliver: undefined reference to `notmuch_database_destroy'

Subject: Compiling notmuch-deliver: undefined reference to `notmuch_database_destroy'

Date: Thu, 17 Jan 2013 13:36:40 -0600

To: notmuch@notmuchmail.org

Cc:

From: Creqz


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!

Thread: