bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: warning: 'fnmatch' macro redefined


From: Reuben Thomas
Subject: Re: warning: 'fnmatch' macro redefined
Date: Sun, 19 Aug 2018 08:40:32 +0100

On 19 August 2018 at 02:24, Bruno Haible <address@hidden> wrote:
Reuben Thomas wrote:
> breaks on Darwin:

Sorry, I pasted the wrong part of the output. Here's the first error:

glob.c:282:53: error: use of undeclared identifier '__GLOB_FLAGS'
if (pattern == NULL || pglob == NULL || (flags & ~__GLOB_FLAGS) != 0)
^
glob.c:291:14: error: use of undeclared identifier 'GLOB_ONLYDIR'
flags |= GLOB_ONLYDIR;
^


reply via email to

[Prev in Thread] Current Thread [Next in Thread]