X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fcorpus%2F35;fp=test%2Fcorpus%2F35;h=d72767055b1cac98507b91e12815226792ae97e2;hp=0000000000000000000000000000000000000000;hb=d805866ec502540e80b6209bfb6a54fd24ff4458;hpb=ba9f9efc9a8ba9d6e509d4041a66e9a2d31171b1 diff --git a/test/corpus/35 b/test/corpus/35 new file mode 100644 index 00000000..d7276705 --- /dev/null +++ b/test/corpus/35 @@ -0,0 +1,24 @@ +From: "Jjgod Jiang" +To: notmuch@notmuchmail.org +Date: Wed, 18 Nov 2009 14:14:27 +0800 +Subject: [notmuch] Mac OS X/Darwin compatibility issues +In-Reply-To: <86einw2xof.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me> +References: + <86einw2xof.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me> +Message-ID: + +Hi, + +On Wed, Nov 18, 2009 at 1:45 PM, Alexander Botero-Lowry + wrote: +> for getline do you mind trying #define _GNU_SOURCE 1 +> before #include in the offending files? The FreeBSD man pages +> mentions that as a way of enabling the GNU version of getline(). + +It seems even _GNU_SOURCE is defined, getline is still not present. +the C lib in Mac OS X simply doesn't have it. See also [1]. + +- Jiang + +[1] http://stackoverflow.com/questions/1117108/compiling-c-code-using-gnu-c-getline-on-mac-osx +