]> git.notmuchmail.org Git - notmuch/blob - test/corpus/cur/36:2,
clean up spelling
[notmuch] / test / corpus / cur / 36:2,
1 From: "Alexander Botero-Lowry" <alex.boterolowry@gmail.com>
2 To: notmuch@notmuchmail.org
3 Date: Tue, 17 Nov 2009 22:19:29 -0800
4 Subject: [notmuch] Mac OS X/Darwin compatibility issues
5 In-Reply-To: <ddd65cda0911172214t60d22b63hcfeb5a19ab54a39b@mail.gmail.com>
6 References: <ddd65cda0911171950o4eea4389v86de9525e46052d3@mail.gmail.com>
7         <86einw2xof.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me>
8         <ddd65cda0911172214t60d22b63hcfeb5a19ab54a39b@mail.gmail.com>
9 Message-ID: <86d43g2w3y.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me>
10
11 On Wed, 18 Nov 2009 14:14:27 +0800, Jjgod Jiang <gzjjgod at gmail.com> wrote:
12 > Hi,
13
14 > On Wed, Nov 18, 2009 at 1:45 PM, Alexander Botero-Lowry
15 > <alex.boterolowry at gmail.com> wrote:
16 > > for getline do you mind trying #define _GNU_SOURCE 1
17 > > before #include <stdio.h> in the offending files? The FreeBSD man pages
18 > > mentions that as a way of enabling the GNU version of getline().
19
20 > It seems even _GNU_SOURCE is defined, getline is still not present.
21 > the C lib in Mac OS X simply doesn't have it. See also [1].
22
23 Alas. Since it's ostensibly based on the FreeBSD one, I figured there
24 was a chance that would fix the problem. :/
25