On Thu, Sep 17, 2009 at 5:15 PM, Bruno Haible <br...@clisp.org> 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@ >> # if !...@have_mkostemp@ > > Looks like you regenerated stdlib.h with a Makefile that does not capture > the value of GNULIB_MKOSTEMP determined by configure. Recall: after updating > to a newer gnulib version, you need to > 1. Run "make distclean" if you did not do it before,
mmm... where ? I did an "rm -rf" on the build directory > 2. Regenerate the infrastructure (run autoconf, automake, etc.), I did that (make -f Makefile.devel check-configures) > 3. Re-configure the package. I did that (configure in a fresh directory) -- Sam Steingold <http://sds.podval.org>