From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David C Sterratt Newsgroups: gmane.lisp.guile.bugs Subject: Re: Guile fails tests on Tru64 4.0F Date: Fri, 5 Apr 2002 12:55:24 +0100 Sender: bug-guile-admin@gnu.org Message-ID: <15533.37036.228516.44742@gargle.gargle.HOWL> References: <15492.47715.734375.453398@gargle.gargle.HOWL> <15494.11847.220704.947920@gargle.gargle.HOWL> 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 1018008736 13793 127.0.0.1 (5 Apr 2002 12:12:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 5 Apr 2002 12:12:16 +0000 (UTC) Cc: david.c.sterratt@ed.ac.uk, bug-guile@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16tSZj-0003aM-00 for ; Fri, 05 Apr 2002 14:12:15 +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 16tSZZ-0006CF-00; Fri, 05 Apr 2002 07:12:05 -0500 Original-Received: from jura.anc.ed.ac.uk ([129.215.29.22]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16tSJZ-00059a-00 for ; Fri, 05 Apr 2002 06:55:33 -0500 Original-Received: (from dcs@localhost) by jura.anc.ed.ac.uk (8.9.1/8.9.1) id MAA19275; Fri, 5 Apr 2002 12:55:24 +0100 (BST) Original-To: ttn@glug.org In-Reply-To: X-Mailer: VM 7.00 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:97 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:97 Thanks for your email. Unfortunately I can't even create a configure script yet :-( >>>>> Thien-Thi Nguyen writes: > From: David C Sterratt Date: Wed, 6 > Mar 2002 14:57:11 +0000 > In libguile/scmconfig.h I see: > /* Define if the system has the type `uintptr_t'. */ /* #undef > HAVE_UINTPTR_T */ > I can't find any references to SIZEOF_UINTPTR_T, UINTPTR_MAX, > INTPTR_MAX and INTPTR_MIN > this tells me the fundamental type SCM is implemented by "unsigned > long". i suspect there is a bug in srfi-4.c function `make_uvec'. > could you: > - make sure you have relatively recent guile-1.5.x (1.5.6 is fine) I've pulled it from CVS > - rerun autogen.sh (if necessary), configure, and make I run into problems here: $ ./autogen.sh . aclocal: configure.in: 167: macro `AM_PROG_LIBTOOL' not found in library I'm using autoconf version 2.53 and automake 1.4p5 Should I be using different versions? Or is there some environment variable I need to set? David _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile