Erwin Dieterich <[EMAIL PROTECTED]> writes:

|   I just ftped lilypond, compiled it and it crashes right away.

Please, apply the following patch (done by Andreas Schwab
<[EMAIL PROTECTED]>):

-=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=-

--- lilypond-1.2.17/flower/scalar.cc    1999/12/10 14:29:36     1.1
+++ lilypond-1.2.17/flower/scalar.cc    1999/12/10 14:30:56
@@ -54,7 +54,7 @@
   if (length_i ())
     {
       long l =0;
-      conv = sscanf (strh_.ch_C (), "%lf", &l);
+      conv = sscanf (strh_.ch_C (), "%ld", &l);
     }
   return length_i () && conv;
 }

-=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=-

An updated rpm is available from

    ftp://ftp.suse.com/pub/suse/i386/update/6.3/ap1/lilypond.rpm

(and mirrors).

-- 
                                             work    :        [EMAIL PROTECTED]
Karl Eichwalder                              home    : [EMAIL PROTECTED]

Reply via email to