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 E6DAB431FAF for ; Mon, 6 Feb 2012 11:50:10 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, 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 WVlsO2JcdAun for ; Mon, 6 Feb 2012 11:50:09 -0800 (PST) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 00201431FAE for ; Mon, 6 Feb 2012 11:50:08 -0800 (PST) Received: by ghrr17 with SMTP id r17so4040355ghr.26 for ; Mon, 06 Feb 2012 11:50:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:content-type:mime-version:content-transfer-encoding:to :from:in-reply-to:references:subject:date; bh=ZEZ36jDXIMdMvMQMTAJ5haXyNuNnd2nypa51/o7DaKY=; b=CyK0BWew+IlgwlaNw5TVkUiZ2kmgaHLrjgijzfla3yU2vXmXH2fS4wTY0tCRdId41z peihnFKeDBoYnNlVoQ/eYKapxIBitOAKxU0ryIPAd9K4S95rBr0xbkRIrH1X0bNes8A8 ThiCl9Fe0wLZRWu18hmB++J8IbCHZB0J1my3E= Received: by 10.50.140.105 with SMTP id rf9mr12094890igb.24.1328557807249; Mon, 06 Feb 2012 11:50:07 -0800 (PST) Received: from localhost (roam-149-211.bgsu.edu. [129.1.149.211]) by mx.google.com with ESMTPS id fa7sm5983915igb.4.2012.02.06.11.50.06 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Feb 2012 11:50:06 -0800 (PST) Message-ID: <4f302eee.c764320a.1ad8.473c@mx.google.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: Saurabh Nanda , notmuch@notmuchmail.org From: Blake Sweeney In-Reply-To: <4F2E3D7A.8080504@gmail.com> References: <4F2E3D7A.8080504@gmail.com> Subject: Re: Installation on Mac OS X Lion Date: Mon, 06 Feb 2012 14:50:05 -0500 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: Mon, 06 Feb 2012 19:50:11 -0000 Quoting Saurabh Nanda (2012-02-05 03:27:38) >Hi, > >I'm trying to install notmuchmail on my Mac box, but have (obviously) = >run into dependancy issues (Xapian, GMime, Glib, talloc). Has anyone = >managed to install notmuchmail on Mac OS X? How painful is it? Is it = >possible to have a binary package for this? I have notmuch installed on os x though I'm on 10.5. I used homebrew (http://mxcl.github.com/homebrew/) to install it orginally. It took care of= all the dependencies. There may be macports of fink packages, but I haven't che= cked. I later upgraded to 10.2 by installing notmuch manually. I had some troubles with the python bindings, but I think that was just because my glib was too= old. Installing a glib a newer 2.4.x glib fixed it. Blake