Re: Problems compiling guile on OS X, while generating guile-procedures.texi

2011-09-25 Thread Hans Aberg
On 24 Sep 2011, at 19:45, Ludovic Courtès wrote:

>> guile: uncaught throw to syntax-error: (memoization ~A ~S. (expected a
>> proper list ((quote ()) . #> (filename . "/usr/local/guile-2.0.2/module/ice-9/psyntax-pp.scm"))>))
>> #f)
>> Cannot exit gracefully when init is in progress; aborting.
> 
> This could be the consequence of a GC bug.  Which version of libgc are
> you using?
> 
> Version 7.1 is recommended or, better yet, one of the 7.2 snapshots.

On Mac OS X 10.6, only the latest gc-7.2alpha6 works. One can also try the CVS 
version.

Hans





Re: Problems compiling guile on OS X, while generating guile-procedures.texi

2011-09-25 Thread Hans Aberg
On 24 Sep 2011, at 07:05, Ian Holmes wrote:

> Any suggestions on how to fix this?

You might try Guile 2.0.0 - it worked with earlier versions of GC.

Hans