bug-gnulib
[Top][All Lists]
Advanced

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

Re: Compilation error in glob.c with gcc 4.8


From: Reuben Thomas
Subject: Re: Compilation error in glob.c with gcc 4.8
Date: Sun, 19 Aug 2018 17:53:18 +0100

On Sun, 19 Aug 2018, 10:48 Bruno Haible, <address@hidden> 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.

reply via email to

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