On Sun, 19 Aug 2018, 10:48 Bruno Haible, <[email protected]> wrote: > Reuben Thomas wrote: > > > > 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; > > ^ > > This patch fixes it. >
Thanks! All my builds are working now.
