Re: notmuch on w32
authorDavid Bremner <david@tethera.net>
Sun, 20 Oct 2013 16:05:54 +0000 (13:05 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:57:30 +0000 (09:57 -0800)
87/671d24786119ff21a9889fda9d2bff07177373 [new file with mode: 0644]

diff --git a/87/671d24786119ff21a9889fda9d2bff07177373 b/87/671d24786119ff21a9889fda9d2bff07177373
new file mode 100644 (file)
index 0000000..197b334
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1C63A431FC2\r
+       for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 09:06:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ImBoQqDfugO7 for <notmuch@notmuchmail.org>;\r
+       Sun, 20 Oct 2013 09:06:01 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id AEE5A431FC0\r
+       for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 09:06:01 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+       (envelope-from <david@tethera.net>)\r
+       id 1VXvVt-0007Hb-Rj; Sun, 20 Oct 2013 13:05:57 -0300\r
+Received: (nullmailer pid 7067 invoked by uid 1000); Sun, 20 Oct 2013\r
+       16:05:54 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, Claudio Bley\r
+       <claudio.bley@googlemail.com>\r
+Subject: Re: notmuch on w32\r
+In-Reply-To: <m2k3h86lo7.fsf@guru.guru-group.fi>\r
+References: <87mwm71x91.wl%claudio.bley@gmail.com>\r
+       <87bo2lvxx3.fsf@zancas.localnet>\r
+       <CAMP44s3UeDJVYY+qDjyJ6qKOWZ59tyGzj776HrGh=wMV_JvnvQ@mail.gmail.com>\r
+       <m2k3h86lo7.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.16+97~g6878b0b (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 20 Oct 2013 13:05:54 -0300\r
+Message-ID: <87y55oudul.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: "notmuch@notmuchmail.org" <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 20 Oct 2013 16:06:08 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+> I'd suggest you do a system that attaches to the current system with as\r
+> small changes as possible (so you get reviewers) and put all windows\r
+> specific things to separate script(s) (which is executed *only* when windows\r
+> build is detected). The gnulib dependency could be handled so that in \r
+> case (ext/*)gnulib directory does not exist, first\r
+> 'git clone git://git.savannah.gnu.org/gnulib.git' is done -- and then\r
+> a specific commit is checked out from the clone (git reset --hard <hash>)\r
+\r
+After looking at gnulib a bit yesterday, it seems unlikely that we need\r
+or want all of it.  It might be simpler to just grab the bits of gnulib\r
+we need and throw them in ./compat. gnulib-tool seems to want autoconf,\r
+but you don't have to use gnulib-tool.\r
+\r
+d\r