On Sun, Feb 13, 2011 at 4:27 PM, Patrick McCarty <[email protected]> wrote: > > I'm trying to compile LilyPond against Guile git (commit 482d311b), > and I'm running into a compile failure that I'm having trouble > understanding. See the attached log.
So, this seems to be caused by LilyPond using `hash-set!' on certain vectors, and this no longer works with Guile. I fixed the problem by changing the vectors to hash tables. Thanks, Patrick
