From: David Bremner Date: Sun, 20 Oct 2013 16:05:54 +0000 (+2100) Subject: Re: notmuch on w32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0af039487c767c0106054b88a8c2135c145d9985;p=notmuch-archives.git Re: notmuch on w32 --- diff --git a/87/671d24786119ff21a9889fda9d2bff07177373 b/87/671d24786119ff21a9889fda9d2bff07177373 new file mode 100644 index 000000000..197b33485 --- /dev/null +++ b/87/671d24786119ff21a9889fda9d2bff07177373 @@ -0,0 +1,72 @@ +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 1C63A431FC2 + for ; Sun, 20 Oct 2013 09:06:08 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 ImBoQqDfugO7 for ; + Sun, 20 Oct 2013 09:06:01 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id AEE5A431FC0 + for ; Sun, 20 Oct 2013 09:06:01 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VXvVt-0007Hb-Rj; Sun, 20 Oct 2013 13:05:57 -0300 +Received: (nullmailer pid 7067 invoked by uid 1000); Sun, 20 Oct 2013 + 16:05:54 -0000 +From: David Bremner +To: Tomi Ollila , Claudio Bley + +Subject: Re: notmuch on w32 +In-Reply-To: +References: <87mwm71x91.wl%claudio.bley@gmail.com> + <87bo2lvxx3.fsf@zancas.localnet> + + +User-Agent: Notmuch/0.16+97~g6878b0b (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 20 Oct 2013 13:05:54 -0300 +Message-ID: <87y55oudul.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 20 Oct 2013 16:06:08 -0000 + +Tomi Ollila writes: + +> I'd suggest you do a system that attaches to the current system with as +> small changes as possible (so you get reviewers) and put all windows +> specific things to separate script(s) (which is executed *only* when windows +> build is detected). The gnulib dependency could be handled so that in +> case (ext/*)gnulib directory does not exist, first +> 'git clone git://git.savannah.gnu.org/gnulib.git' is done -- and then +> a specific commit is checked out from the clone (git reset --hard ) + +After looking at gnulib a bit yesterday, it seems unlikely that we need +or want all of it. It might be simpler to just grab the bits of gnulib +we need and throw them in ./compat. gnulib-tool seems to want autoconf, +but you don't have to use gnulib-tool. + +d