Hello Schemers,
I am pleased to announce that Guile-Cairo 1.3.91 has been released. It
may be obtained at:
http://download.gna.org/guile-cairo/guile-cairo-1.3.91.tar.gz
What is Guile-Cairo
---
Guile-Cairo is a binding between Guile Scheme and the Cairo graphics
library. See ht
Hi,
Dan McMahill <[EMAIL PROTECTED]> writes:
> a back trace showed that around line 834 of libguile/posix.c there is
> a call to ttyname() which is returning NULL. Unfortunately that NULL
> pointer is used a few lines later by some functions which try to run
> strlen() on it. Thats where the s