Compiling notmuch-deliver: undefined reference to `notmuch_database_destroy'

Creqz creqz at gmx.com
Thu Jan 17 11:36:40 PST 2013


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!


More information about the notmuch mailing list