Re: gEDA now supports Guile 2.0! (And an issue).

2012-01-08 Thread Andy Wingo
Hi Peter, Sorry for the terrible delay here. On Sat 04 Jun 2011 02:26, Peter TB Brett writes: > I just finished porting gEDA (http://www.gpleda.org/) to Guile 2.0! Yay! > In Guile 1.8.x, scm_display_error() takes a stack as the first > argument. In Guile 2.0.x, scm_display_error() takes a fr

Re: make check test failures v2.0.1 - Darwin OS X 10.6.7

2012-01-08 Thread Andy Wingo
Hi Graham, On Sat 11 Jun 2011 17:55, Graham Reitz writes: > FAIL: ports.test: newline: line counter: pipe: read first character > FAIL: ports.test: newline: line counter: pipe: read first newline > FAIL: ports.test: newline: line counter: pipe: after reading first newline > char > FAIL: ports.t

Re: A question about SCM_DEFINE & guile-snarf

2012-01-08 Thread Andy Wingo
On Thu 16 Jun 2011 00:06, Peter TB Brett writes: > The Guile manual says: > >> For historical reasons, the `SCM_DEFINE' macro also defines a static >> array of characters named `s_clear_image', initialized to the string >> "clear-image". You shouldn't use this array, but you might need to be >>

Re: "unbound variable"

2012-01-08 Thread Andy Wingo
Hi, You probably figured this one out, many moons ago, but: On Sun 26 Jun 2011 10:00, "Tomas By" writes: > | mapdisplay.scm:36:12: In expression (get-map wg name): > | mapdisplay.scm:36:12: Unbound variable: get-map > | ABORT: (unbound-variable) > | guile> get-map > | # > | guile> later you sa

Re: --with-libgmp-prefix

2012-01-08 Thread Andy Wingo
Hi Paul, This is something of an old bug report, but I figured I'd follow up. On Tue 28 Jun 2011 14:45, Paul Emsley writes: > I don't understand how the --with-libgmp-prefix is supposed to work. > > In fact, I'd go as far as saying that it's broken. > > ./configure --with-libgmp-prefix=/opt > >

ANN: pfds 0.1

2012-01-08 Thread Ian Price
Hi folks, Just a quick note to say I'm releasing the first version of my purely functional data structures library. It is written in pure R6RS[1], and so should be portable to quite a few schemes, but I've currently only ran the tests on guile's stable branch and racket 5.2. Currently it contain