gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: lily 1.3.100


From: Mats Bengtsson
Subject: Re: lily 1.3.100
Date: Mon, 30 Oct 2000 08:17:06 +0100

1.3.100 will not compile unless you apply the following patch


-----------------------------
diff -u lily/all-font-metrics.cc.orig lily/all-font-metrics.cc
--- lily/all-font-metrics.cc.orig   Mon Oct 30 00:54:34 2000
+++ lily/all-font-metrics.cc    Mon Oct 30 08:06:18 2000
@@ -43,7 +43,7 @@
 {
   SCM sname = ly_symbol2scm (name.ch_C ());
 
-  SCM name_str = gh_str02scm (name.ch_C ());
+  SCM name_str = gh_str02scm ((char*)name.ch_C ());
 
   SCM val;
   
@@ -86,7 +86,7 @@
 All_font_metrics::find_tfm (String name)
 {
   SCM sname = ly_symbol2scm (name.ch_C ());
-  SCM name_str = gh_str02scm (name.ch_C ());
+  SCM name_str = gh_str02scm ((char*)name.ch_C ());
 
   SCM val;
   if (!tfm_p_dict_->try_retrieve (sname, &val))
--------------------------------------------


    /Mats



reply via email to

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