Re: Lilypond and Mandrake 9.0

2002-12-05 Thread Vera Childs
On Wednesday 04 December 2002 03:12 am, s.abeccara wrote:
> but it didn't work, as the compiler does not recognise the keyword
> "FLEX_STD".

I had this problem too. I just replaced "FLEX_STD" in that patch with 
"std::" (or you could probably do a #define, but I did it the hard way:). 
The ultimate goal is for the "cerr" to be "std::cerr".

I'm using Lilypond 1.7.3 with Mandrake 9.0, and it works great.


-Vera



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



Lilypond and Mandrake 9.0

2002-12-04 Thread s.abeccara
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.cc2002-10-07 23:32:33.0 +0300
+++ lexer.cc2002-10-07 23:31:56.0 +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
Aelse 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


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user