lilypond-devel
[Top][All Lists]
Advanced

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

Re: Problem with guile-2.9.1-prerelease


From: David Kastrup
Subject: Re: Problem with guile-2.9.1-prerelease
Date: Thu, 11 Oct 2018 20:03:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> I think Guile-2.0 introduced some mechanism for doing so but retained
> compatibility, and this compatibility has now gone out of the window.
> So with some luck and some #ifdef GUILEV2 guard, we should be able to
> add code that will run under all versions.  I'll take a look.

lexer.ll:

        if (extra_token && SCM_VALUESP (sval))
        {
                sval = scm_struct_ref (sval, SCM_INUM0);

I should very much be not surprised if that is the location throwing the
error.  I'll take a look at what Guilev2 offers to use here instead.

-- 
David Kastrup



reply via email to

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