Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6C2EE429E35 for ; Tue, 26 Apr 2011 13:39:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xowv2ctYi4PE for ; Tue, 26 Apr 2011 13:39:23 -0700 (PDT) Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EBB17431FD0 for ; Tue, 26 Apr 2011 13:39:22 -0700 (PDT) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsgKABYst00KoSAO/2dsb2JhbACWCZBViHC1dohvhXYEjkGOPA X-IronPort-AV: E=Sophos;i="4.64,270,1301889600"; d="scan'208";a="63626201" Received: from watt.hwcampus.jhu.edu ([10.161.32.14]) by ipex2.johnshopkins.edu with ESMTP/TLS/ADH-AES256-SHA; 26 Apr 2011 16:39:17 -0400 Received: by watt.hwcampus.jhu.edu (Postfix, from userid 502) id DE7FE82B2E3; Tue, 26 Apr 2011 16:39:16 -0400 (EDT) From: Jesse Rosenthal To: gma , notmuch@notmuchmail.org Subject: Re: emacs/notmuch.el:55:1: Error: Cannot open load file: json In-Reply-To: <1303398998536-2847380.post@n3.nabble.com> References: <1303398998536-2847380.post@n3.nabble.com> User-Agent: Notmuch/0.5-93-g5e4ed5b (http://notmuchmail.org) Emacs/23.2.1 (x86_64-apple-darwin) Date: Tue, 26 Apr 2011 16:39:16 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 20:39:23 -0000 On Thu, 21 Apr 2011 08:16:38 -0700 (PDT), gma wrote: > While attempting to make the 0.5 tarball on my Mac OS X system, I get: What version of OSX? > emacs/notmuch.el:55:1:Error: Cannot open load file: json > make: *** [emacs/notmuch.elc] Error 1 Probably a problem with the emacs version. Leopard, at least, ships with emacs22 in /usr/bin. I think Snow Leopard too. You have to install Emacs23 either via macports/homebrew or, what I did, from here: http://emacsformacosx.com/ Then compile with the appropriate `EMACS=` info. Best, Jesse