Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 87 / 656a70f16e4ee74639f3f90ef7fb88e11e345f
1 Return-Path: <ngreply@gmx.net>\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 52259431FAF\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 07:46:13 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.314\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.314 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, URI_HEX=1.313] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id U7Khypuq0D-V for <notmuch@notmuchmail.org>;\r
16         Wed,  9 Oct 2013 07:46:09 -0700 (PDT)\r
17 Received: from sam.nabble.com (sam.nabble.com [216.139.236.26])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6677F431FAE\r
21         for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 07:46:09 -0700 (PDT)\r
22 Received: from ben.nabble.com ([192.168.236.152])\r
23         by sam.nabble.com with esmtp (Exim 4.72)\r
24         (envelope-from <ngreply@gmx.net>) id 1VTv1c-0003AN-5N\r
25         for notmuch@notmuchmail.org; Wed, 09 Oct 2013 07:46:08 -0700\r
26 Date: Wed, 9 Oct 2013 07:46:08 -0700 (PDT)\r
27 From: ngreply <ngreply@gmx.net>\r
28 To: notmuch@notmuchmail.org\r
29 Message-ID: <1381329968134-4029043.post@n3.nabble.com>\r
30 In-Reply-To:\r
31  <CAMYZu8VB57ht_b4i7kWkRJ2Z4BOy+G27DXE8sn1ODKDcMG9YKQ@mail.gmail.com>\r
32 References:\r
33  <CAMYZu8VB57ht_b4i7kWkRJ2Z4BOy+G27DXE8sn1ODKDcMG9YKQ@mail.gmail.com>\r
34 Subject: Re: OSX 10.6 support\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 Content-Transfer-Encoding: 7bit\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 09 Oct 2013 14:46:13 -0000\r
51 \r
52 Hello,\r
53 \r
54 do not know, if it's done right, but this patch fixed my compilation of\r
55 notmuch-0.16 on OSX 10.6:\r
56 \r
57 diff Makefile.local.org Makefile.local     \r
58 287c287\r
59 <       $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules)\r
60 $(FINAL_NOTMUCH_LDFLAGS) -o $@\r
61 ---\r
62 >       $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules)\r
63 > util/libutil.a $(FINAL_NOTMUCH_LDFLAGS) -o $@ \r
64 \r
65 \r
66 The same error about missing symbols while compiling target notmuch-shared\r
67 came up when I've tried to install notmuch via Macports.\r
68 \r
69   Thanks to all contributors for this great tool.\r
70 \r
71   Regards, \r
72 \r
73   Oliver\r
74 \r
75 \r
76 \r
77 \r
78 --\r
79 View this message in context: http://notmuch.198994.n3.nabble.com/OSX-10-6-support-tp4028971p4029043.html\r
80 Sent from the notmuch mailing list archive at Nabble.com.\r