Beginner question: where is defstruct?

2007-10-10 Thread Josef Wolf
Hello, I am about to learn scheme by working through some tutorials. My first attempt is http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html, which is suggested from the schemers.org pages. Now I would like to use structures as described in http://www.ccs.neu.edu/home/dorai/t-y-scheme/t

Re: make check fails on x86_64 - guile-1.8.2

2007-10-10 Thread Greg Troxel
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > "Poor Yorick" <[EMAIL PROTECTED]> writes: > >> building guile on the following machine: >> >> Linux *** 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64 >> x86_64 x86_64 GNU/Linux >> >> make check fails. Apart from the following

Re: Beginner question: where is defstruct?

2007-10-10 Thread Ludovic Courtès
Hi, Josef Wolf <[EMAIL PROTECTED]> writes: > In guile's info page, all I can find is chapter 22.5, but this seems > to describe something much more general than what defstruct would do. `defstruct' as described in this document is something specific to some Scheme implementation. The chapter yo

Re: make check fails on x86_64 - guile-1.8.2

2007-10-10 Thread Ludovic Courtès
Hi, Greg Troxel <[EMAIL PROTECTED]> writes: > But it seems the code is still wrong. It seems like we'd need to go to > things like PRIU64 which are defined to match the type, and #define > PRISCMTINTMAX to the corresponding one along with the typedef. I just checked and there's also `PRI{iu}MAX