From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "John W. Eaton" Newsgroups: gmane.lisp.guile.devel Subject: Re: IEEE Inf and NaN support for numbers.c Date: Wed, 15 May 2002 00:36:58 -0500 Sender: guile-devel-admin@gnu.org Message-ID: <15585.62458.644065.733947@segfault.bogus.domain> References: <15494.39950.119995.223196@segfault.bogus.domain> <87lmcuyifu.fsf@zagadka.ping.de> <15514.19909.408835.204209@segfault.bogus.domain> <87g01koqrs.fsf@zagadka.ping.de> <15559.7841.142286.603654@segfault.bogus.domain> <87662gd8zz.fsf@zagadka.ping.de> <87sn54dhpe.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1021441149 23489 127.0.0.1 (15 May 2002 05:39:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 15 May 2002 05:39:09 +0000 (UTC) Cc: guile-devel Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177rVF-00066k-00 for ; Wed, 15 May 2002 07:39:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177rVA-0007QU-00; Wed, 15 May 2002 01:39:04 -0400 Original-Received: from bevo.che.wisc.edu ([128.104.177.141]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177rTB-0007DT-00 for ; Wed, 15 May 2002 01:37:01 -0400 Original-Received: from segfault.bogus.domain (12-221-96-229.client.insightBB.com [12.221.96.229]) by bevo.che.wisc.edu (8.12.1/8.12.1/Debian -5) with ESMTP id g4F5b0Zo005903; Wed, 15 May 2002 00:37:00 -0500 Original-Received: from segfault.bogus.domain (localhost [127.0.0.1]) by segfault.bogus.domain (8.12.3/8.12.3/Debian -4) with ESMTP id g4F5axxF006221; Wed, 15 May 2002 00:37:00 -0500 Original-Received: (from jwe@localhost) by segfault.bogus.domain (8.12.3/8.12.3/Debian -4) id g4F5awqe006218; Wed, 15 May 2002 00:36:58 -0500 Original-To: Marius Vollmer In-Reply-To: <87sn54dhpe.fsf@zagadka.ping.de> X-Mailer: VM 7.04 under Emacs 20.7.2 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:611 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:611 On 7-May-2002, Marius Vollmer wrote: | Marius Vollmer writes: | | > Ok. I think we should follow PLT Scheme here. I will apply your | > patch and make the necessary changes. | | Done. Please play with it and tell me whether you like the changes I | made. Sorry for the delay. Now I have some time to play with it, but I can't seem to make guile from CVS now. I tried updating recently and had some trouble. I was busy so I gave up. Now that I have time, I tried again by checking out a fresh copy using the commands from savannah: cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/guile login cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/guile co guile This gives me lots of stuff, but I immediately ran into the following problem when I went to the guile-core directory and tried to run autogen.sh: segfault:276> ./autogen.sh ./autogen.sh: /home/jwe/src/guile/workbook/../scripts/render-bugs: No such file or directory For now at least, I don't care about having an up to date BUGS file, so I commented out the command in autogen.sh that runs render-bugs. That lets me get a little farther, but I still see the following problem: segfault:278> ./autogen.sh aclocal: guile-config/guile.m4: 108: duplicated macro `GUILE_FLAGS' What am I missing? I'm on a reasonably current Debian testing system and have ii autoconf 2.53-2 automatic configure script builder ii automake 1.4-p4-1.1 A tool for generating GNU Standards-complian Any clues would be most appreciated. Thanks, jwe _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel