Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b9 / 16257142c34a9383e451749e94bf9ce4e7230a
1 Return-Path: <creqz@gmx.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id DF140431FC0\r
6         for <notmuch@notmuchmail.org>; Thu, 17 Jan 2013 11:41:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id FDT5Q311HaN6 for <notmuch@notmuchmail.org>;\r
17         Thu, 17 Jan 2013 11:41:50 -0800 (PST)\r
18 X-Greylist: delayed 302 seconds by postgrey-1.32 at olra;\r
19         Thu, 17 Jan 2013 11:41:50 PST\r
20 Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])\r
21         by olra.theworths.org (Postfix) with ESMTP id A3953431FBD\r
22         for <notmuch@notmuchmail.org>; Thu, 17 Jan 2013 11:41:50 -0800 (PST)\r
23 Received: from mailout-eu.gmx.com ([10.1.101.211]) by mrigmx.server.lan\r
24         (mrigmx002) with ESMTP (Nemesis) id 0MgaAT-1TblYP38gZ-00Ny4X for\r
25         <notmuch@notmuchmail.org>; Thu, 17 Jan 2013 20:36:46 +0100\r
26 Received: (qmail invoked by alias); 17 Jan 2013 19:36:46 -0000\r
27 Received: from a72-247-216-12.deploy.akamaitechnologies.com (EHLO\r
28         ustx1cl-r9m1efv.SSG5-Serial) [72.247.216.12]\r
29         by mail.gmx.com (mp-eu011) with SMTP; 17 Jan 2013 20:36:46 +0100\r
30 X-Authenticated: #149903273\r
31 X-Provags-ID: V01U2FsdGVkX1/7hadEhfv7saxw8qNb8o4IjujAml0hEVQLdwhl0r\r
32         tA2Vn6mIY2JTQE\r
33 Date: Thu, 17 Jan 2013 13:36:40 -0600\r
34 From: Creqz <creqz@gmx.com>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: Compiling notmuch-deliver: undefined reference to\r
37         `notmuch_database_destroy'\r
38 Message-ID: <20130117193640.GA27457@ustx1cl-r9m1efv.SSG5-Serial>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Content-Disposition: inline\r
42 User-Agent: Mutt/1.5.21 (2011-07-01)\r
43 X-Y-GMX-Trusted: 0\r
44 X-Mailman-Approved-At: Thu, 17 Jan 2013 17:12:02 -0800\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Thu, 17 Jan 2013 19:41:55 -0000\r
58 \r
59 Hello,\r
60 \r
61 I'm trying to compile notmuch-deliver but I get the following error:\r
62 \r
63 ../maildrop/maildir/maildiropen.c: In function 'maildir_getlink':\r
64 ../maildrop/maildir/maildiropen.c:51:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]\r
65   CC     maildirmkdir.o\r
66   CC     main.o\r
67   CCLD   notmuch-deliver\r
68 main.o: In function `main':\r
69 /home/jgafnea/src/notmuch-08e6d37/src/main.c:466: undefined reference to `notmuch_database_destroy'\r
70 collect2: ld returned 1 exit status\r
71 make[2]: *** [notmuch-deliver] Error 1\r
72 \r
73 Here are the full outputs from './configure' and 'make', respectively:\r
74 \r
75 http://pastebin.com/ptLqqYTg\r
76 http://pastebin.com/bJYKxzU9\r
77 \r
78 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\r
79 \r
80 Thanks!\r