Re: glob-libc.h not installed

2011-06-09 Thread Reuben Thomas
On 26 May 2011 00:26, Bruce Korb wrote: > On 05/25/11 14:44, Reuben Thomas wrote: >> >> On 9 May 2011 17:19, Bruce Korb  wrote: >>> >>> On 05/08/11 15:24, Reuben Thomas wrote: Still missing a header: >>> >>> ... In file included from lposix.c:25:0: /usr/local/include/libpo

Re: glob-libc.h not installed

2011-05-25 Thread Bruce Korb
On 05/25/11 14:44, Reuben Thomas wrote: On 9 May 2011 17:19, Bruce Korb wrote: On 05/08/11 15:24, Reuben Thomas wrote: Still missing a header: ... In file included from lposix.c:25:0: /usr/local/include/libposix/glob.h:381:23: fatal error: glob-libc.h: No such file or directory The deri

Re: glob-libc.h not installed

2011-05-25 Thread Reuben Thomas
On 9 May 2011 17:19, Bruce Korb wrote: > On 05/08/11 15:24, Reuben Thomas wrote: >> >> Still missing a header: > > ... >> >> In file included from lposix.c:25:0: >> /usr/local/include/libposix/glob.h:381:23: fatal error: glob-libc.h: >> No such file or directory > > The derived file "glob.h" uncon

Re: glob-libc.h not installed

2011-05-09 Thread Bruce Korb
On 05/08/11 15:24, Reuben Thomas wrote: Still missing a header: ... In file included from lposix.c:25:0: /usr/local/include/libposix/glob.h:381:23: fatal error: glob-libc.h: No such file or directory The derived file "glob.h" unconditionally sources "glob-libc.h". Therefore, whenever "glob.h"

Re: glob-libc.h not installed

2011-05-08 Thread Reuben Thomas
On 4 May 2011 17:34, Reuben Thomas wrote: > If you could send a ping when you've done that I'll update and try > again, thanks. Still missing a header: $ make cc -std=gnu99 -fPIC -I/usr/local/include/libposix -I/usr/local/include -pedantic -Wall -DVERSION=\"v5.1.8-22-g802ba6c\" -D_XOPEN_SOURCE=7

Re: glob-libc.h not installed

2011-05-04 Thread Reuben Thomas
On 4 May 2011 17:24, Bruce Korb wrote: > > I cannot tell.  My version of time.in.h is only 250 lines long, so I > don't know what line 469 looks like.  My guess is some auto-editing > variation of: > > _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, >                    

Re: glob-libc.h not installed

2011-05-04 Thread Bruce Korb
On 05/04/11 00:08, Reuben Thomas wrote: 2. fiddle a project to detect that it is "sufficiently recent" . I ignored this problem. My principle interest at present is to build the luaposix Lua bindings for POSIX APIs, so any version of libposix makes things better and is hence "new enough".