Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5d / 061a3668987467e045adbcbb388a69125ab5fd
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 179D66DE0AF8\r
6  for <notmuch@notmuchmail.org>; Sat, 13 Jun 2015 14:12:48 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.196\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.196 tagged_above=-999 required=5 tests=[AWL=0.196]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id c7v1-qg1AUyB for <notmuch@notmuchmail.org>;\r
16  Sat, 13 Jun 2015 14:12:46 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 033A26DE0948\r
20  for <notmuch@notmuchmail.org>; Sat, 13 Jun 2015 14:12:45 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1Z3shy-0008Hl-LE; Sat, 13 Jun 2015 21:11:18 +0000\r
24 Received: (nullmailer pid 11828 invoked by uid 1000); Sat, 13 Jun 2015\r
25  21:11:00 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Jinwoo Lee <jinwoo68@gmail.com>, notmuch@notmuchmail.org\r
28 Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into\r
29  notmuch build process\r
30 In-Reply-To: <yq65pp4zz617.fsf@jinwoo-macbookair.roam.corp.google.com>\r
31 References: <1425679073-30439-5-git-send-email-david@tethera.net>\r
32  <1433142542-2307-1-git-send-email-david@tethera.net>\r
33  <1433142542-2307-2-git-send-email-david@tethera.net>\r
34  <87zj4415bu.fsf@maritornes.cs.unb.ca>\r
35  <yq65vberz8ew.fsf@jinwoo-macbookair.roam.corp.google.com>\r
36  <yq65si9vz69j.fsf@jinwoo-macbookair.roam.corp.google.com>\r
37  <yq65pp4zz617.fsf@jinwoo-macbookair.roam.corp.google.com>\r
38 User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1\r
39  (x86_64-pc-linux-gnu)\r
40 Date: Sat, 13 Jun 2015 23:11:00 +0200\r
41 Message-ID: <87bngj9uvv.fsf@maritornes.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.18\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48  <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 13 Jun 2015 21:12:48 -0000\r
57 \r
58 Jinwoo Lee <jinwoo68@gmail.com> writes:\r
59 \r
60 >> I with configure has an option to skip the ruby-bindings build.\r
61 >\r
62 > `configure' seems to try to detect whether the ruby development tools\r
63 > are installed.  It thinks I have them but I don't actually, and that's\r
64 > why my build fails.  When I manually set 'HAVE_RUBY_DEV = 0' in\r
65 > Makefile.config, everything's fine.\r
66 \r
67 Thanks for narrowing this down. Can you tell us the output of\r
68 \r
69 % ruby -e "require 'mkmf'" ; echo $?\r
70 \r