Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c9 / e0bb4056f9eea00b1ac989a24ee8430c7c6a99
1 Return-Path: <jlmuir@imca-cat.org>\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 60ACB6DE1927\r
6  for <notmuch@notmuchmail.org>; Wed,  3 Jun 2015 13:16:04 -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.363\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.363 tagged_above=-999 required=5 tests=[AWL=0.363]\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 4FIBN2q5b11b for <notmuch@notmuchmail.org>;\r
16  Wed,  3 Jun 2015 13:16:01 -0700 (PDT)\r
17 Received: from tuna.imca.aps.anl.gov (tuna.imca.aps.anl.gov [164.54.200.33])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 4A4336DE191D\r
19  for <notmuch@notmuchmail.org>; Wed,  3 Jun 2015 13:16:01 -0700 (PDT)\r
20 Received: from mink.imca.aps.anl.gov (seal.imca.aps.anl.gov [164.54.200.39])\r
21  by tuna.imca.aps.anl.gov (Postfix) with ESMTP id 3C3BB20067;\r
22  Wed,  3 Jun 2015 15:15:59 -0500 (CDT)\r
23 Message-ID: <556F607F.2090406@imca-cat.org>\r
24 Date: Wed, 03 Jun 2015 15:15:59 -0500\r
25 From: "J. Lewis Muir" <jlmuir@imca-cat.org>\r
26 MIME-Version: 1.0\r
27 To: Tomi Ollila <tomi.ollila@iki.fi>, Nate Eagleson <nate@nateeag.com>, \r
28  notmuch@notmuchmail.org\r
29 Subject: Re: build failures on Mac OS X 10.6.8 - diagnosis\r
30 References: <7156CF8E-BE69-48C0-ACB8-88C7E68CD4BB@nateeag.com>\r
31  <m21thtib56.fsf@guru.guru-group.fi>\r
32 In-Reply-To: <m21thtib56.fsf@guru.guru-group.fi>\r
33 Content-Type: text/plain; charset=utf-8\r
34 Content-Transfer-Encoding: 7bit\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.18\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39  <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Wed, 03 Jun 2015 20:16:04 -0000\r
48 \r
49 On 6/3/15 1:00 AM, Tomi Ollila wrote:\r
50 > Now that I look at this, I think that having full path to\r
51 > util/libutil.a should be used (everywhere) and if there is need to use\r
52 > *system-provided* libutil, then -lutil is to be added to the command\r
53 > line...\r
54 >\r
55 > ... I think it is somewhat unfortunate (or confusing) to have the\r
56 > library named as such, and perhaps better naming should have been\r
57 > used, but (*)\r
58 >\r
59 > (*) http://martinfowler.com/bliki/TwoHardThings.html\r
60 \r
61 Hi, Tomi.\r
62 \r
63 But isn't it a local library that is only used by Notmuch at compile\r
64 time?  It isn't installed anywhere by "make install", right?  So, it\r
65 would be easy to change the name, no?  But maybe I'm missing something.\r
66 \r
67 >> If not, what would be a better way to solve this?\r
68 >\r
69 > Actually you could check how homebrew etc. solve this problem (or if\r
70 > there is any) to come with other ideas...\r
71 \r
72 I checked Homebrew and MacPorts, and they don't do anything (at least\r
73 not in their respective Notmuch packages; it's still possible they do\r
74 something globally that I don't know about).\r
75 \r
76 I checked pkgsrc, and they rename the library to libmyutil.a.\r
77 \r
78 Regards,\r
79 \r
80 Lewis\r