[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile fails tests on Tru64 4.0F
From: |
David C Sterratt |
Subject: |
Re: Guile fails tests on Tru64 4.0F |
Date: |
Fri, 5 Apr 2002 12:55:24 +0100 |
Thanks for your email. Unfortunately I can't even create a configure
script yet :-(
>>>>> Thien-Thi Nguyen writes:
> From: David C Sterratt <address@hidden> 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
- Re: Guile fails tests on Tru64 4.0F,
David C Sterratt <=