Hi David,
On 16/11/11 15:07, David Kastrup wrote:
> Ian Hulin writes:
>
>> Hi David,
>>
>>> http://code.google.com/p/lilypond/issues/detail?id=2043>
>>>
>>> Accompanying patch is relative to staging currently. This should
>>> get you going again. I don't particularly like this approach, and
>>>
Ian Hulin writes:
> Hi David,
>
>> http://code.google.com/p/lilypond/issues/detail?id=2043>
>>
>> Accompanying patch is relative to staging currently. This should
>> get you going again. I don't particularly like this approach, and
>> it is more complex and error-prone, and likely slower than
Hi David,
On 16/11/11 11:01, David Kastrup wrote:
> David Kastrup writes:
>
>> David Kastrup writes:
>>
>>> Ian Hulin writes:
>>>
Hi all,
The latest git now dies on my V2 Guile system with
.../lily/parse-scm.cc:59:64: error 'scm_local_eval' was not
declared in this
David Kastrup writes:
> David Kastrup writes:
>
>> Ian Hulin writes:
>>
>>> Hi all,
>>>
>>> The latest git now dies on my V2 Guile system with
>>> .../lily/parse-scm.cc:59:64: error 'scm_local_eval' was not declared in
>>> this scope.
>>
>> Related. #{ ... #} is evaluated in the lexical contex
David Kastrup writes:
> Ian Hulin writes:
>
>> Hi all,
>>
>> The latest git now dies on my V2 Guile system with
>> .../lily/parse-scm.cc:59:64: error 'scm_local_eval' was not declared in
>> this scope.
>
> Related. #{ ... #} is evaluated in the lexical context of the
> surrounding function. Is
Ian Hulin writes:
> Hi all,
>
> The latest git now dies on my V2 Guile system with
> .../lily/parse-scm.cc:59:64: error 'scm_local_eval' was not declared in
> this scope.
>
> From Guile V2 NEWS
> ++
> ** No more `local-eval'
>
>
Hi all,
The latest git now dies on my V2 Guile system with
.../lily/parse-scm.cc:59:64: error 'scm_local_eval' was not declared in
this scope.
>From Guile V2 NEWS
++
** No more `local-eval'
`local-eval' used to exist so that one