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 D102F431FD0 for ; Sun, 18 Dec 2011 03:24:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 TqxOrf33xBDA for ; Sun, 18 Dec 2011 03:24:57 -0800 (PST) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C9309431FB6 for ; Sun, 18 Dec 2011 03:24:57 -0800 (PST) Received: by iakk12 with SMTP id k12so5720521iak.26 for ; Sun, 18 Dec 2011 03:24:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:in-reply-to:references:mime-version :content-type:content-disposition:content-transfer-encoding; bh=YOLNdkEOLNN8lD899t1a4gXj3CHLQiVVlkEleJdT+ds=; b=HqYxOkZXk9zLdsxeAlT/xMVeexlZPyrloXTu6r4JvSUq1oIx2amOb3JYfzqM91NHDR ev5KXZYfGf/7v/j+b2+Gt6NM9MUhr/LGB2vmU7QJJoaazG7RGKSFMza8nmmsTgSmgxLZ aYc6WbEhiPcad9UCAm1dJfIEaqt0gmNYkuN+g= Received: by 10.50.87.167 with SMTP id az7mr20633651igb.64.1324207497421; Sun, 18 Dec 2011 03:24:57 -0800 (PST) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id py4sm13879476igc.2.2011.12.18.03.24.54 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 03:24:55 -0800 (PST) Date: Sun, 18 Dec 2011 22:24:51 +1100 Message-ID: <20111218222451.GA9254@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: Re: [announce] Bower 0.1 In-Reply-To: <4eedbef8.0d5ab40a.7c18.ffffcfdc@mx.google.com> References: <20111218181409.GA4617@hili.localdomain> <4eedbef8.0d5ab40a.7c18.ffffcfdc@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: Sun, 18 Dec 2011 11:24:59 -0000 On Sun, 18 Dec 2011 10:22:46 +0000, Patrick Totzke wrote: > Hi Peter, Hi Patrick, > Congrats on the release, your screenshots look very promising indeed. > > Unfortunately, I wasn't able to get it to run on my machine: > I installed the mercury compiler as instructed, and it seems to run alright. > If i do a `make PARALLEL=-j6` from inside the git checkout > (my head is on "45dedf69abaf8cd77cc1a8934d20c8eb42d2fdc9"), > I get a compile error that ends in: > ** Error making `Mercury/cs/index_view.c'. It looks like you're using an older version of Mercury. You will need 11.07-beta or a release-of-the-day. The stable 11.01 release won't work. Peter