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 D7130429E3C for ; Wed, 27 Apr 2011 09:21:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 8NN2Za+t-uur for ; Wed, 27 Apr 2011 09:21:52 -0700 (PDT) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 5523C431FD0 for ; Wed, 27 Apr 2011 09:21:52 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 1A8932C062; Wed, 27 Apr 2011 18:21:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=GCQPxO0sD+MJb5uaAXS2n6 rxCmU=; b=w2Pw9g59+OFC0q6sNZmwLTVFxYLP+GkIktd1wu6Akbnv2mtnjvhXmp P0yJlJDQQiG0Q72nVdc1Ed9iH+sGoHdPNyOrtKdbZzYfHV03SIu4Y9Y2kgufT0TB Zxb0a6z8kP7hSohB8lAnr/oJXl1Kle4bgLIYpfMxZ6oA4F357nWjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=wtOGursUt13BFB5o 9dHDv5DCDrG/niokCI2PrPXmRNItHdSghvKU55Pm9sYuQJXpxxrF0OREDzPQ/Q3B t0wuhcaUgreb5K2jMUmX5pCKmUCJK8+ppbt1+ZIDvS6Iv39ZQjmBoHwhtEwXs29T uP+3kUpWTczeMYyb/KVWxK5n8AU= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Wed, 27 Apr 2011 18:21:50 +0200 (CEST) From: Xavier Maillard 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-133-gc509598 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Wed, 27 Apr 2011 18:32:37 +0200 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 Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 16:21:53 -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: > > > emacs/notmuch.el:55:1:Error: Cannot open load file: json > make: *** [emacs/notmuch.elc] Error 1 > > > I can build from master with --without-emacs but this isn't an option with > 0.5 tarball. I am trying to put together a formula for homebrew > (http://mxcl.github.com/homebrew/) and they require stable tarballs, so I > any help on this is greatly appreciated. What's your emacs version ? Here, on GNU Emacs 23.2, json is part of the defaut installation. /Xavier