From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: No declaration for isblank Date: Thu, 20 Sep 2007 09:34:19 +0200 Organization: LAAS-CNRS Message-ID: <87wsulokn8.fsf@laas.fr> References: <87r6kuz6sz.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190273625 13630 80.91.229.12 (20 Sep 2007 07:33:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 07:33:45 +0000 (UTC) Cc: Guile Bugs To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Sep 20 09:33:44 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IYGXb-0000GS-44 for guile-bugs@m.gmane.org; Thu, 20 Sep 2007 09:33:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYGXY-00047Q-AJ for guile-bugs@m.gmane.org; Thu, 20 Sep 2007 03:33:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYGXU-00045x-J2 for bug-guile@gnu.org; Thu, 20 Sep 2007 03:33:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYGXP-00042Q-0E for bug-guile@gnu.org; Thu, 20 Sep 2007 03:33:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYGXO-00042H-Qt for bug-guile@gnu.org; Thu, 20 Sep 2007 03:33:26 -0400 Original-Received: from laas.laas.fr ([140.93.0.15]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IYGXO-0004Ji-By for bug-guile@gnu.org; Thu, 20 Sep 2007 03:33:26 -0400 Original-Received: from messiaen.laas.fr (messiaen [IPv6:2001:660:6602:0:230:65ff:fed4:9d20]) by laas.laas.fr (8.13.8/8.13.8) with SMTP id l8K7XNWg029563; Thu, 20 Sep 2007 09:33:23 +0200 (MEST) Original-Received: by messiaen.laas.fr (sSMTP sendmail emulation); Thu, 20 Sep 2007 09:34:19 +0200 X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: Jour de la Raison de =?iso-8859-1?Q?l'Ann=E9e?= 215 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: powerpc-unknown-linux-gnu Mail-Followup-To: Neil Jerram , Guile Bugs In-Reply-To: <87r6kuz6sz.fsf@ossau.uklinux.net> (Neil Jerram's message of "Wed\, 19 Sep 2007 22\:25\:32 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Spam-Score: -0.001 () NO_RELAYS X-Scanned-By: MIMEDefang at CNRS-LAAS on IPv6:2001:660:6602::2 X-Detected-Kernel: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3598 Archived-At: Hi, Neil Jerram 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. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile