lilypond-user
[Top][All Lists]
Advanced

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

Lilypond and Mandrake 9.0


From: s.abeccara
Subject: Lilypond and Mandrake 9.0
Date: Wed, 4 Dec 2002 09:12:13 +0100

Hi everybody,

I've been trying to install Lilypond 1.6.4 both from RPM and from
source, with no success. For the source, I tried to apply the patch
described in Heikki's mail: 


--- lexer.old.cc        2002-10-07 23:32:33.000000000 +0300
+++ lexer.cc    2002-10-07 23:31:56.000000000 +0300
@@ -2965,16 +2965,16 @@
                if ( yy_flex_debug )
                        {
                        if ( yy_act == 0 )
-                               cerr << "--scanner backing up\n";
+                               FLEX_STD cerr << "--scanner backing up\n";
                        else if ( yy_act < 67 )
-                               cerr << "--accepting rule at line " <<
yy_rule_linenum[yy_act] <<
+                               FLEX_STD cerr << "--accepting rule at
line " << yy_rule_linenum[yy_act] 
<<
                                         "(\"" << yytext << "\")\n";
0
A                        else if ( yy_act == 67 )
-                               cerr << "--accepting default rule (\""
<< yytext << "\")\n";
+                               FLEX_STD cerr << "--accepting default
rule (\"" << yytext << "\")\n";
                        else if ( yy_act == 68 )
-                               cerr << "--(end of buffer or a NUL)\n";
+                               FLEX_STD cerr << "--(end of buffer or
a NUL)\n";
                        else
-                               cerr << "--EOF (start condition " <<
YY_START << ")\n";
+                               FLEX_STD cerr << "--EOF (start
condition " << YY_START << ")\n";
                        }

                switch ( yy_act )


but it didn't work, as the compiler does not recognise the keyword
"FLEX_STD".
As for the RPM, the system can't find the library libqthreads.so.0,
even if I

have libguile and guile installed. I even tried to install
an older version of guile-develop (1.4.8 I reckon), but with no
success. Can anyone help?

Thanks, best wishes

Silvio a Beccara - Italy



--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
E' PROduttiva, PROfessionale, PROtetta...è Email.it Pro15 o Pro 50 la casella 
più efficiente che puoi trovare.
Clicca qui: http://adv2.email.it/cgi-bin/foclick.cgi?mid=1046&d=4-12




reply via email to

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