Re: CPPFLAGS vs project include arguments in lib/glob

2015-08-31 Thread Chet Ramey
On 8/30/15 9:41 AM, Poor Yorick wrote: > It looked like a stray config.h from somewhere else might be getting picked > up. > Sure enough, making sure the project includes took precedence over any > includes > in CPPFLAGS solved the problem: Thanks for the report, I'll take a look. -- ``The lyf

CPPFLAGS vs project include arguments in lib/glob

2015-08-30 Thread Poor Yorick
Hi, Building bash-4.3, I got an odd error: In file included from ../../shell.h:22, from glob.c:53: ../../config.h:266:1: warning: "HAVE_ALLOCA" redefined In file included from glob.c:49: ../../include/memalloc.h:30:1: warning: this is the location of the pre