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: Thu, 20 Sep 2007 09:34:19 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Neil Jerram <address@hidden> writes:

> The patch below cures this, but is it correct?

No, because M4 macro `gl_EARLY' requires `AC_GNU_SOURCE', which in turn
defines `_GNU_SOURCE' when available.

My `config.h' here contains this:

  /* Enable GNU extensions on systems that have them.  */
  #ifndef _GNU_SOURCE
  # define _GNU_SOURCE 1
  #endif

If yours doesn't, I suspect you have to run "autoheader && ./configure"
again (or similar).

Let us know if it fixes the problem.

Thanks,
Ludovic.




reply via email to

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