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

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

Re: Lily 1.3.98


From: Mats Bengtsson
Subject: Re: Lily 1.3.98
Date: Sun, 22 Oct 2000 22:58:15 +0200

It's easier to compile if you apply the following patches.

   /Mats

diff -u lily/GNUmakefile~ lily/GNUmakefile
--- lily/GNUmakefile~   Sun Oct 22 01:51:40 2000
+++ lily/GNUmakefile    Sun Oct 22 22:51:44 2000
@@ -23,4 +23,5 @@
 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
 $(outdir)/lexer.o: $(outdir)/parser.hh
 $(outdir)/lily-version.o: $(outdir)/version.hh
+$(outdir)/lily-guile.o: $(outdir)/version.hh
 
diff -u lily/lily-guile.cc~ lily/lily-guile.cc
--- lily/lily-guile.cc~ Sun Oct 22 14:00:19 2000
+++ lily/lily-guile.cc  Sun Oct 22 22:50:55 2000
@@ -403,7 +403,7 @@
   char const* vs =  "\'(" MAJOR_VERSION " " MINOR_VERSION " "
PATCH_LEVEL " " MY_PATCH_LEVEL ")" ;
 
   
-  return gh_eval_str (vs);
+  return gh_eval_str ((char*)vs);
 }
 
 static void



reply via email to

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