[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib update breaks clisp: stdlib.h:189:5: error: #if with no expr
From: |
Sam Steingold |
Subject: |
Re: gnulib update breaks clisp: stdlib.h:189:5: error: #if with no expression |
Date: |
Fri, 18 Sep 2009 13:36:11 -0400 |
On Thu, Sep 17, 2009 at 5:15 PM, Bruno Haible <address@hidden> 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 address@hidden@
>
> 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>