Guile 1.7.90 has been released

2006-02-12 Thread Marius Vollmer
Hi, I just uploaded guile-1.7.90.tar.gz to alpha.gnu.org. Please check it out. I'll now go watch some movie and when I'm back I'll announce it properly. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 ___ Guile-devel mailing l

Re: Guile 1.7.90 has been released

2006-02-12 Thread Han-Wen Nienhuys
In article <[EMAIL PROTECTED]>, Marius Vollmer <[EMAIL PROTECTED]> wrote: >Hi, > >I just uploaded guile-1.7.90.tar.gz to alpha.gnu.org. Please check it >out. I'll now go watch some movie and when I'm back I'll announce it >properly. crosscompiling from Linux/x86 to Darwin/ppc with --without-thr

Re: Guile 1.7.90 has been released

2006-02-12 Thread Marius Vollmer
[EMAIL PROTECTED] (Han-Wen Nienhuys) writes: > The function scm_dynwind_pthread_mutex_lock is defined only if > SCM_USE_PTHREAD_THREADS is enabled, but it is called regardless in eval.c. > > Bug? Yup. Fixed in 1.7.91. Thanks! 2006-02-13 Marius Vollmer <[EMAIL PROTECTED]> * eval.c (s

Guile 1.7.91 has been released.

2006-02-12 Thread Marius Vollmer
We are pleased to announce the release of Guile 1.7.91. This is a release candidate for Guile 1.8. It can be found here: ftp://alpha.gnu.org/gnu/guile/guile-1.7.91.tar.gz Its MD5 checksum is b2106c1b574e22ec67c4c2178074b5ec guile-1.7.91.tar.gz The plan is to release version 1.8.0 nex

Re: Guile 1.7.91 has been released.

2006-02-12 Thread Michael Tuexen
Hi Marius, the check for socklen_t fails incorrectly because socklen_t is defined in /sys/socket.h on Mac OS X, and on BSD systems in general. What about using AC_MSG_CHECKING(for socklen_t) AC_TRY_COMPILE([#ifdef HAVE_SYS_TYPES_H #include #endif