bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No declaration for isblank


From: Ludovic Courtès
Subject: Re: No declaration for isblank
Date: Wed, 24 Oct 2007 13:19:56 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Neil Jerram <address@hidden> writes:

> address@hidden (Ludovic Courtès) writes:

>>   fa99215ca5959f83eeb093ada23a82622abb194e  m4/gnulib-cache.m4

> I had:
>
> 2219c92e4e68aa6aa0983cafa8570701e012a315  gnulib-cache.m4

This one differs from mine, which may explain why all the rest differs.

> So I guess the question becomes: why don't alloca.m4 and extensions.m4
> appear for me?

My `gnulib-cache.m4' is the same as the one in CVS HEAD:

  
http://cvs.savannah.gnu.org/viewvc/guile/guile-core/m4/gnulib-cache.m4?revision=1.1&root=guile&view=markup

It contains the line "gl_MODULES([alloca strcase])" so `gnulib-tool'
must at least pull the `alloca' and `strcase' modules.  It should also
pull their dependencies; `strcase' happens to depend on `string', which
in turn depends on `extensions', the module that ensures `_GNU_SOURCE'
is defined when available.

(Actually, we should be importing `extensions' explicitly rather than
rely on this side effect.)

Can you check your `gnulib-cache.m4'?

Thanks,
Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]