Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / c2 / bfe4439416a084bde3b907b4b8b23d2afede2b
1 Return-Path: <prvs=090d558aa=jrosenthal@jhu.edu>\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 6C2EE429E35\r
6         for <notmuch@notmuchmail.org>; Tue, 26 Apr 2011 13:39:23 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 xowv2ctYi4PE for <notmuch@notmuchmail.org>;\r
16         Tue, 26 Apr 2011 13:39:23 -0700 (PDT)\r
17 Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151])\r
18         (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id EBB17431FD0\r
21         for <notmuch@notmuchmail.org>; Tue, 26 Apr 2011 13:39:22 -0700 (PDT)\r
22 X-IronPort-Anti-Spam-Filtered: true\r
23 X-IronPort-Anti-Spam-Result:\r
24  AsgKABYst00KoSAO/2dsb2JhbACWCZBViHC1dohvhXYEjkGOPA\r
25 X-IronPort-AV: E=Sophos;i="4.64,270,1301889600"; d="scan'208";a="63626201"\r
26 Received: from watt.hwcampus.jhu.edu ([10.161.32.14])\r
27         by ipex2.johnshopkins.edu with ESMTP/TLS/ADH-AES256-SHA;\r
28         26 Apr 2011 16:39:17 -0400\r
29 Received: by watt.hwcampus.jhu.edu (Postfix, from userid 502)\r
30         id DE7FE82B2E3; Tue, 26 Apr 2011 16:39:16 -0400 (EDT)\r
31 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
32 To: gma <me@gabeanzelini.com>, notmuch@notmuchmail.org\r
33 Subject: Re: emacs/notmuch.el:55:1: Error: Cannot open load file: json\r
34 In-Reply-To: <1303398998536-2847380.post@n3.nabble.com>\r
35 References: <1303398998536-2847380.post@n3.nabble.com>\r
36 User-Agent: Notmuch/0.5-93-g5e4ed5b (http://notmuchmail.org) Emacs/23.2.1\r
37         (x86_64-apple-darwin)\r
38 Date: Tue, 26 Apr 2011 16:39:16 -0400\r
39 Message-ID: <m18vuw4uiz.fsf@watt.hwcampus.jhu.edu>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 26 Apr 2011 20:39:23 -0000\r
55 \r
56 On Thu, 21 Apr 2011 08:16:38 -0700 (PDT), gma <me@gabeanzelini.com> wrote:\r
57 > While attempting to make the 0.5 tarball on my Mac OS X system, I get:\r
58 \r
59 What version of OSX?\r
60 \r
61 > emacs/notmuch.el:55:1:Error: Cannot open load file: json\r
62 > make: *** [emacs/notmuch.elc] Error 1\r
63 \r
64 Probably a problem with the emacs version. Leopard, at least, ships with\r
65 emacs22 in /usr/bin. I think Snow Leopard too. You have to install\r
66 Emacs23 either via macports/homebrew or, what I did, from here:\r
67 \r
68 http://emacsformacosx.com/\r
69 \r
70 Then compile with the appropriate `EMACS=` info.\r
71 \r
72 Best,\r
73 Jesse\r
74 \r
75 \r