Re: [notmuch] Mac OS X/Darwin compatibility issues

Subject: Re: [notmuch] Mac OS X/Darwin compatibility issues

Date: Tue, 17 Nov 2009 22:19:29 -0800

To: Jjgod Jiang

Cc: notmuch@notmuchmail.org

From: Alexander Botero-Lowry


On Wed, 18 Nov 2009 14:14:27 +0800, Jjgod Jiang <gzjjgod@gmail.com> wrote:
> Hi,
> 
> On Wed, Nov 18, 2009 at 1:45 PM, Alexander Botero-Lowry
> <alex.boterolowry@gmail.com> wrote:
> > for getline do you mind trying #define _GNU_SOURCE 1
> > before #include <stdio.h> 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].
> 
Alas. Since it's ostensibly based on the FreeBSD one, I figured there
was a chance that would fix the problem. :/

Thread: