Re: gnulib update breaks clisp: stdlib.h:189:5: error: #if with no expression

2009-09-18 Thread Bruno Haible
Sam Steingold wrote: > >  2. Regenerate the infrastructure (run autoconf, automake, etc.), > > I did that (make -f Makefile.devel check-configures) Well, in the current clisp CVS, there is an assignment to GNULIB_MKOSTEMP in clisp/modules/regexp/glm4/stdlib_h.m4 but none in clisp/modules/regexp/c

Re: gnulib update breaks clisp: stdlib.h:189:5: error: #if with no expression

2009-09-18 Thread Sam Steingold
On Thu, Sep 17, 2009 at 5:15 PM, Bruno Haible wrote: > Sam Steingold wrote: >> I updated clisp to the latest gnulib (to take advantage of the mktime fix) >> and now build fails with this: >> >> ./stdlib.h:189:5: error: #if with no expression >> >> this comes from >> >> #if @GNULIB_MKOSTEMP@ >> # i

Re: gnulib update breaks clisp: stdlib.h:189:5: error: #if with no expression

2009-09-17 Thread Bruno Haible
Sam Steingold wrote: > I updated clisp to the latest gnulib (to take advantage of the mktime fix) > and now build fails with this: > > ./stdlib.h:189:5: error: #if with no expression > > this comes from > > #if @GNULIB_MKOSTEMP@ > # if !...@have_mkostemp@ Looks like you regenerated stdlib.h wit