[PATCH 5/6] emacs: change name of search-archive-thread function to just search-archive
[notmuch-archives.git] / b2 / e2df833075305161ae50c7731e9240464cf8ce
1 Return-Path: <darren.shepard@gmail.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 818B54196F0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 19:39:28 -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\r
12         tests=[BAYES_20=-0.001, FREEMAIL_FROM=0.001] autolearn=ham\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 SRxqxF9JRG5y for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Apr 2010 19:39:27 -0700 (PDT)\r
17 Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com\r
18  [74.125.82.53])        by olra.theworths.org (Postfix) with ESMTP id 24057431FC1       for\r
19  <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 19:39:27 -0700 (PDT)\r
20 Received: by wwi18 with SMTP id 18so1690768wwi.26\r
21         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 19:39:26 -0700 (PDT)\r
22 Received: by 10.216.90.20 with SMTP id d20mr3410677wef.29.1272422366260;\r
23         Tue, 27 Apr 2010 19:39:26 -0700 (PDT)\r
24 Received: from DarrensMacBookPro (dan75-7-88-166-185-201.fbx.proxad.net\r
25         [88.166.185.201])\r
26         by mx.google.com with ESMTPS id z3sm10084833wbs.16.2010.04.27.19.39.24\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Tue, 27 Apr 2010 19:39:25 -0700 (PDT)\r
29 From: Darren Shepard <darren@shepard.org>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: A few Mac OS X snags and how I dealt\r
32 User-Agent: Notmuch/0.2-206-g975307c (http://notmuchmail.org) Emacs/23.1.1\r
33         (i386-apple-darwin9.8.0)\r
34 Date: Wed, 28 Apr 2010 04:39:13 +0200\r
35 Message-ID: <m2y6g81esu.fsf@shepard.org>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\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, 28 Apr 2010 02:39:28 -0000\r
51 \r
52 Just giving notmuch a try for the first time. I had heard it was kind of\r
53 rough but so far its exceeded my expectations. So bravo to you guys. I\r
54 did have a few issues getting it to build on Mac OS X though, so thought\r
55 I would contribute back the details.\r
56 \r
57 First the requirements. I installed Xapian and GMime from MacPorts, but\r
58 there is no port for Talloc. So I went to installing Talloc from the\r
59 source on talloc.samba.org. Make sure you get talloc-1.3.1.tar.gz - I\r
60 first tried talloc-2.0.1.tar.gz and was getting link errors\r
61 (__talloc_steal and _talloc_free as I recall) when building\r
62 notmuch. Also, there seems to be a problem with the talloc Makefile that\r
63 configure generates, I had to make this change to get it working:\r
64 \r
65  $(TALLOC_SOLIB): $(LIBOBJ)\r
66 -       $(SHLD) $(SHLD_FLAGS) -o $@ $(LIBOBJ) $(VERSIONSCRIPT) $(EXPORTSFILE) $(SONAMEFLAG)$(TALLOC_SONAME)\r
67 +       $(SHLD) $(SHLD_FLAGS) -o $@ $(LIBOBJ) $(VERSIONSCRIPT) $(EXPORTSFILE) $(SONAMEFLAG)\r
68 \r
69 After that Talloc should build and install. Then onto building\r
70 notmuch. I had to add '/usr/local/lib/pkgconfig' to my PKG_CONFIG_PATH\r
71 so that notmuch's configure could find the Talloc lib, but other than\r
72 that it just worked.\r
73 \r
74 Darren\r