Re: Applying patches directly from emails?
[notmuch-archives.git] / 54 / e7bcee2afb0bb663d1a8404943d8434fa8af80
1 Return-Path: <gzjjgod@gmail.com>\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 olra.theworths.org (Postfix) with ESMTP id A376B431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Nov 2009 22:14:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 0Xyz2-oZMadI for <notmuch@notmuchmail.org>;\r
11         Tue, 17 Nov 2009 22:14:27 -0800 (PST)\r
12 Received: from mail-px0-f173.google.com (mail-px0-f173.google.com\r
13         [209.85.216.173])\r
14         by olra.theworths.org (Postfix) with ESMTP id B34D8431FAE\r
15         for <notmuch@notmuchmail.org>; Tue, 17 Nov 2009 22:14:27 -0800 (PST)\r
16 Received: by pxi3 with SMTP id 3so607848pxi.22\r
17         for <notmuch@notmuchmail.org>; Tue, 17 Nov 2009 22:14:27 -0800 (PST)\r
18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
19         h=domainkey-signature:mime-version:received:in-reply-to:references\r
20         :date:message-id:subject:from:to:cc:content-type;\r
21         bh=FkL6Oyv8O4rZcbwr7ZacO0zJEDLECbhUxHJe1ICXCeU=;\r
22         b=OaYFLpTlBcq+CPdTUPCBkJ5319I7H3blAC6043oPqEMy+tpiTwbSnExqNhGCXFXKV7\r
23         g2YvSv+lyviZZdFKAXqERqdtgZmHkacdBeEfkvqeGNy+ur9gbbpDC6F7VUFhDk4NE4a0\r
24         Eqx3GLxNFr4ot3mpRPGHpXiTHy96aSkBPzrzg=\r
25 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
26         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
27         :cc:content-type;\r
28         b=Ddek1En7VrEW0nlu5SUAlX1aHPUMD3K+vQUenIUak0VndRTk2r7kWsukWZCoQw+/Cl\r
29         J5RtDJVH64fQG4BKcGAFgmvKWZ4bP1ItNb4/QG3T5KrYtF18/qCdUw2q886xUY+q9J1E\r
30         /3KgYX7Zwj15gKzzpLTGZ9Iha9OBVeXcatjsk=\r
31 MIME-Version: 1.0\r
32 Received: by 10.115.85.6 with SMTP id n6mr2213140wal.74.1258524867121; Tue, 17\r
33         Nov 2009 22:14:27 -0800 (PST)\r
34 In-Reply-To:\r
35  <86einw2xof.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me>\r
36 References: <ddd65cda0911171950o4eea4389v86de9525e46052d3@mail.gmail.com>\r
37         <86einw2xof.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me>\r
38 Date: Wed, 18 Nov 2009 14:14:27 +0800\r
39 Message-ID: <ddd65cda0911172214t60d22b63hcfeb5a19ab54a39b@mail.gmail.com>\r
40 From: Jjgod Jiang <gzjjgod@gmail.com>\r
41 To: Alexander Botero-Lowry <alex.boterolowry@gmail.com>\r
42 Content-Type: text/plain; charset=UTF-8\r
43 Cc: notmuch@notmuchmail.org\r
44 Subject: Re: [notmuch] Mac OS X/Darwin compatibility issues\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.12\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Wed, 18 Nov 2009 06:14:28 -0000\r
58 \r
59 Hi,\r
60 \r
61 On Wed, Nov 18, 2009 at 1:45 PM, Alexander Botero-Lowry\r
62 <alex.boterolowry@gmail.com> wrote:\r
63 > for getline do you mind trying #define _GNU_SOURCE 1\r
64 > before #include <stdio.h> in the offending files? The FreeBSD man pages\r
65 > mentions that as a way of enabling the GNU version of getline().\r
66 \r
67 It seems even _GNU_SOURCE is defined, getline is still not present.\r
68 the C lib in Mac OS X simply doesn't have it. See also [1].\r
69 \r
70 - Jiang\r
71 \r
72 [1] http://stackoverflow.com/questions/1117108/compiling-c-code-using-gnu-c-getline-on-mac-osx\r