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 24F9A429E38 for ; Tue, 26 Apr 2011 13:54:10 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 h+7qpuUVdFsx for ; Tue, 26 Apr 2011 13:54:09 -0700 (PDT) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 85BBB431FD0 for ; Tue, 26 Apr 2011 13:54:09 -0700 (PDT) Received: by pzk6 with SMTP id 6so630759pzk.26 for ; Tue, 26 Apr 2011 13:54:06 -0700 (PDT) Received: by 10.68.44.200 with SMTP id g8mr1433364pbm.362.1303851246741; Tue, 26 Apr 2011 13:54:06 -0700 (PDT) Received: from L7929.local (mx2.lewiscountywa.gov [74.93.31.17]) by mx.google.com with ESMTPS id c10sm62547pbd.87.2011.04.26.13.54.04 (version=SSLv3 cipher=OTHER); Tue, 26 Apr 2011 13:54:05 -0700 (PDT) Date: Tue, 26 Apr 2011 13:54:01 -0700 From: Gabe Anzelini To: Jesse Rosenthal Subject: Re: emacs/notmuch.el:55:1: Error: Cannot open load file: json Message-ID: <20110426205401.GA18615@L7929.local> References: <1303398998536-2847380.post@n3.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: notmuch@notmuchmail.org 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:54:10 -0000 I was able to get to install after installing emacs, however homebrew does not allow emacs as a dependancy and so I was trying to get this to work without it. On Tue, Apr 26, 2011 at 04:39:16PM -0400, Jesse Rosenthal wrote: > 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 > >