[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems compiling guile on OS X, while generating guile-procedures.
From: |
Hans Aberg |
Subject: |
Re: Problems compiling guile on OS X, while generating guile-procedures.texi |
Date: |
Sun, 25 Sep 2011 10:14:14 +0200 |
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 ()) . #<srcprops ((line . 12089) (column . 57)
>> (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