* Re: Guile fails tests on Tru64 4.0F
[not found] ` <15494.11847.220704.947920@gargle.gargle.HOWL>
@ 2002-03-26 1:30 ` Thien-Thi Nguyen
2002-04-05 11:55 ` David C Sterratt
0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2002-03-26 1:30 UTC (permalink / raw)
Cc: bug-guile
From: David C Sterratt <david.c.sterratt@ed.ac.uk>
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)
- rerun autogen.sh (if necessary), configure, and make
- do "make install" somewhere (e.g., /tmp)
- save the following to bug-1000.scm:
(use-modules (srfi srfi-4))
(display (u8vector))
- run /tmp/bin/guile under gdb w/ command line: guile -s bug-1000.scm
- set breakpoint at make_uvec and step through it
- report your observations
(see HACKING for some commands for your .gdbinit useful for displaying
SCM values.)
alternatively you can send me hardware to play w/ (haha just kidding).
thi
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Guile fails tests on Tru64 4.0F
2002-03-26 1:30 ` Guile fails tests on Tru64 4.0F Thien-Thi Nguyen
@ 2002-04-05 11:55 ` David C Sterratt
2002-04-06 2:31 ` Thien-Thi Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: David C Sterratt @ 2002-04-05 11:55 UTC (permalink / raw)
Cc: david.c.sterratt, bug-guile
Thanks for your email. Unfortunately I can't even create a configure
script yet :-(
>>>>> Thien-Thi Nguyen writes:
> From: David C Sterratt <david.c.sterratt@ed.ac.uk> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Guile fails tests on Tru64 4.0F
2002-04-05 11:55 ` David C Sterratt
@ 2002-04-06 2:31 ` Thien-Thi Nguyen
0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2002-04-06 2:31 UTC (permalink / raw)
Cc: bug-guile
From: David C Sterratt <david.c.sterratt@ed.ac.uk>
Date: Fri, 5 Apr 2002 12:55:24 +0100
$ ./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?
i would recommend using automake 1.5. for me, AM_PROG_LIBTOOL is
defined in /usr/local/share/aclocal/libtool.m4.
thi
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-04-06 2:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E16hxAM-0006IY-00@giblet>
[not found] ` <15492.47715.734375.453398@gargle.gargle.HOWL>
[not found] ` <E16iP7P-0007Km-00@giblet>
[not found] ` <15494.11847.220704.947920@gargle.gargle.HOWL>
2002-03-26 1:30 ` Guile fails tests on Tru64 4.0F Thien-Thi Nguyen
2002-04-05 11:55 ` David C Sterratt
2002-04-06 2:31 ` Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).