Re: scm_local_eval is not available in Guile V2.

2011-11-16 Thread Ian Hulin
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 >>>

Re: scm_local_eval is not available in Guile V2.

2011-11-16 Thread David Kastrup
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

Re: scm_local_eval is not available in Guile V2.

2011-11-16 Thread Ian Hulin
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

Re: scm_local_eval is not available in Guile V2.

2011-11-16 Thread David Kastrup
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

Re: scm_local_eval is not available in Guile V2.

2011-11-15 Thread David Kastrup
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

Re: scm_local_eval is not available in Guile V2.

2011-11-15 Thread David Kastrup
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' > >

scm_local_eval is not available in Guile V2.

2011-11-15 Thread Ian Hulin
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