lilypond-devel
[Top][All Lists]
Advanced

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

Fedora 19 comes with guile 2.0.9 - cannot use 2.17.22


From: Frédéric Bron
Subject: Fedora 19 comes with guile 2.0.9 - cannot use 2.17.22
Date: Thu, 11 Jul 2013 23:33:20 +0200

I have just moved to fedora 19 and tried to build lilypond to
contribute to some bug fix to #3369.
However, when I run a simple example like { c }, below is what I get.
I guess this is because Fedora 19 comes with guile2, doesn't it?
And I guess, there is nothing I can do against it?
What is strange is that the same { c } example compile right with
2.16.2 that comes with F19. Does it not use guile?

Frédéric

GNU LilyPond 2.17.22
Processing `toto2.ly'
Parsing...
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/property-init.ly:142:26:
error: GUILE signaled an error for the expression beginning here
  \set chordRootNamer = #
                         (chord-name->italian-markup #t)
ERROR: Unbound variable: chord-name->italian-markup
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/property-init.ly:154:26:
error: GUILE signaled an error for the expression beginning here
  \set chordRootNamer = #
                         (chord-name->italian-markup #f)
ERROR: Unbound variable: chord-name->italian-markup
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/paper-defaults-init.ly:126:4:
error: GUILE signaled an error for the expression beginning here
  #
   (define make-header (marked-up-headfoot 'oddHeaderMarkup 'evenHeaderMarkup))
ERROR: Unbound variable: marked-up-headfoot
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/paper-defaults-init.ly:127:4:
error: GUILE signaled an error for the expression beginning here
  #
   (define make-footer (marked-up-headfoot 'oddFooterMarkup 'evenFooterMarkup))
ERROR: Unbound variable: marked-up-headfoot
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/paper-defaults-init.ly:129:4:
error: GUILE signaled an error for the expression beginning here
  #
   (define-public book-title (marked-up-title 'bookTitleMarkup))
ERROR: Unbound variable: marked-up-title
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/paper-defaults-init.ly:130:4:
error: GUILE signaled an error for the expression beginning here
  #
   (define-public score-title (marked-up-title 'scoreTitleMarkup))
ERROR: Unbound variable: marked-up-title
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/titling-init.ly:104:2:
error: GUILE signaled an error for the expression beginning here
#
 (define ((on-page nmbr) layout props arg)
ERROR: source expression failed to match any pattern
/home/fred/lilypond/build-2013-07-11/out/share/lilypond/current/ly/init.ly:9:2:
error: GUILE signaled an error for the expression beginning here
#
 (session-initialize
ERROR: Error while printing exception.
WARNING: (#{ g26003}#): `parser' imported from both (lily) and (#{ g23098}#)
WARNING: (#{ g26003}#): `parser' imported from both (lily) and (#{ g23098}#)
toto2.ly:1:3: error: have to be in Lyric mode for lyrics
{
  c }
toto2.ly:1: warning: no \version statement found, please add

\version "2.17.22"

for future compatibility
fatal error: failed files: "toto2.ly"



reply via email to

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