[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile 2.0.6
From: |
Dale Smith |
Subject: |
Re: Guile 2.0.6 |
Date: |
Wed, 11 Jul 2012 09:52:00 -0400 |
On Wed, Jul 11, 2012 at 7:32 AM, Andy Wingo <address@hidden> wrote:
> On Wed 11 Jul 2012 00:48, Dale Smith <address@hidden> writes:
>
>> G-wrap doesn't like the new Guile 2.0.6 as scm_sym2var and
>> scm_module_lookup_closure are now deprecated. And since the default
>> is to compile with -Werror, that ends in a failed build. Configuring
>> with --disable-Werror seems to work fine.
>
> Pushed something very similar. The scm_module_variable stub needed to
> be in a guile < 2.0 block, not a guile < 1.8 block.
Most excellent. Thanks!
-Dale