On 19 August 2018 at 02:24, Bruno Haible <br...@clisp.org> 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