From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: More problems on HP-UX ... 3 Date: Sun, 02 May 2004 06:59:01 +1000 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87pt9nc19m.fsf@zip.com.au> References: <87pt9t9h6z.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1083445405 13552 80.91.224.253 (1 May 2004 21:03:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 May 2004 21:03:25 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat May 01 23:03:15 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BK1dj-00034Q-00 for ; Sat, 01 May 2004 23:03:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BK1aR-00009P-FV for guile-bugs@m.gmane.org; Sat, 01 May 2004 16:59:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BK1aM-00008d-Hq for bug-guile@gnu.org; Sat, 01 May 2004 16:59:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BK1Zq-0008T9-Sz for bug-guile@gnu.org; Sat, 01 May 2004 16:59:45 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BK1Zq-0008SY-4C for bug-guile@gnu.org; Sat, 01 May 2004 16:59:14 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i41KxA5v028943 for ; Sun, 2 May 2004 06:59:10 +1000 Original-Received: from localhost (ppp20A0.dyn.pacific.net.au [61.8.32.160]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i41Kx9HV000480 for ; Sun, 2 May 2004 06:59:09 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1BK1Zf-0000F8-00; Sun, 02 May 2004 06:59:03 +1000 Original-To: bug-guile@gnu.org In-Reply-To: (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Sat, 1 May 2004 14:55:36 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1379 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1379 Andreas V=F6gele writes: > > _POSIX_C_SOURCE is also required in libguile/filesys.c for > readdir_r(). Beaut. > Wouldn't it be better to change configure.in instead of > the source files? glibc advises putting it in the source file, so they're self-contained. I think that's the way these defines are meant to be used. It might be different if every single file needed something. > Currently, I can't build Guile CVS since autogen.sh fails on HP-UX as > well as on Debian Woody (with autoconf and automake from > backports.org). It get the error message "possible undefined macro: > AM_INIT_AUTOMAKE". Usually that's from not re-running aclocal. autoreconf in autogen.sh might be meant to do that, but I always do it manually. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile