guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0


From: Bruce Korb
Subject: Re: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0
Date: Tue, 22 Feb 2011 13:37:39 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11

Hi Ludovic,

On 02/22/11 12:42, Ludovic Courtès wrote:
>>> expState.c:155:18: error: 'scm_listofnull' undeclared (first use in this 
>>> function)
>>
>> So, what happened to scm_listofnull?  Is this another interface change?
> 
> Oops, yes.  It apparently vanished unintentionally as a side-effect of
> e7efe8e793fa51ea898aea4477939c598b3e9fac in Dec. 2009,....
> 
> All I can recommend is another AC_LINK_IFELSE, or better yet, using your
> own variable instead:
> 
>   scm_listofnull = scm_list_1 (SCM_EOL);
> 
> Hope this helps,

  SCM ag_scm_listofnull = scm_list_1 (SCM_EOL);

This is valid for all libs Guile back until when? :)
In other words, I'd as soon do it unconditionally.
Meanwhile, I'd like to suggest putting it back in.
It will take a long, long time before everyone migrates
to 2.0, and it will likely be 2.0.N anyway....

Thank you!  Regards, Bruce



reply via email to

[Prev in Thread] Current Thread [Next in Thread]