[PATCH v2 2/8] emacs: Take prompt and current tags in `notmuch-read-tag-changes'
[notmuch-archives.git] / 02 / 9f6cb8fef5d0fcd1341bcd9bfd7451d5084f66
1 Return-Path: <tomi.ollila@iki.fi>\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 31C46431FB6\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 09:08:06 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 qoetJ+WpNQRs for <notmuch@notmuchmail.org>;\r
16         Wed,  9 Oct 2013 09:08:00 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id E53CF431FAE\r
19         for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 09:07:59 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 519E2100030;\r
22         Wed,  9 Oct 2013 19:07:55 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: ngreply <ngreply@gmx.net>, notmuch@notmuchmail.org\r
25 Subject: Re: OSX 10.6 support\r
26 In-Reply-To: <m2hacqo4lx.fsf@guru.guru-group.fi>\r
27 References:\r
28  <CAMYZu8VB57ht_b4i7kWkRJ2Z4BOy+G27DXE8sn1ODKDcMG9YKQ@mail.gmail.com>\r
29         <1381329968134-4029043.post@n3.nabble.com>\r
30         <m2hacqo4lx.fsf@guru.guru-group.fi>\r
31 User-Agent: Notmuch/0.16+87~g451fefe (http://notmuchmail.org) Emacs/24.3.1\r
32         (x86_64-unknown-linux-gnu)\r
33 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
34         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
35         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
36 Date: Wed, 09 Oct 2013 19:07:55 +0300\r
37 Message-ID: <m2eh7uo2as.fsf@guru.guru-group.fi>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 09 Oct 2013 16:08:06 -0000\r
53 \r
54 On Wed, Oct 09 2013, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
55 \r
56 > On Wed, Oct 09 2013, ngreply <ngreply@gmx.net> wrote:\r
57 >\r
58 >> Hello,\r
59 >>\r
60 >> do not know, if it's done right, but this patch fixed my compilation of\r
61 >> notmuch-0.16 on OSX 10.6:\r
62 >>\r
63 >> diff Makefile.local.org Makefile.local     \r
64 >> 287c287\r
65 >> <    $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules)\r
66 >> $(FINAL_NOTMUCH_LDFLAGS) -o $@\r
67 >> ---\r
68 >>>     $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules)\r
69 >>> util/libutil.a $(FINAL_NOTMUCH_LDFLAGS) -o $@ \r
70 >>\r
71 >\r
72 > That is interesting; FINAL_NOTMUCH_LDFLAGS is defined as\r
73 >\r
74 > FINAL_NOTMUCH_LDFLAGS = $(LDFLAGS) -Lutil -lutil -Llib -lnotmuch ...\r
75 >\r
76 > (and, in my linux environment LDFLAGS is defined as empty string)\r
77 >\r
78 > In ./lib we have libnotmuch.a & libnotmuch.so but in ./util we (only)\r
79 > have libutil.a -- for some reason OS X 10.6 (Snow Leopard) gcc (4.2.x IIRC)\r
80 > doesn't use the static library ?\r
81 >\r
82 > Well, IMO having that util/libutil.a there is a tolerable workaround to get\r
83 > notmuch 0.16 available in OSX 10.6...\r
84 \r
85 ... I mean patching the (Make)file(.local) before compiling in OSX 10.6, not\r
86 committing this particular change to notmuch git.\r
87 >\r
88 > Tomi\r
89 \r
90 Tomi\r
91 \r
92 >\r
93 >>\r
94 >> The same error about missing symbols while compiling target notmuch-shared\r
95 >> came up when I've tried to install notmuch via Macports.\r
96 >>\r
97 >>   Thanks to all contributors for this great tool.\r
98 >>\r
99 >>   Regards, \r
100 >>\r
101 >>   Oliver\r