lilypond-devel
[Top][All Lists]
Advanced

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

.12 compile fix


From: Jan Nieuwenhuizen
Subject: .12 compile fix
Date: 23 Sep 2001 14:09:25 +0200

For all you guile-1.4 users, here's a fix.

Generated by address@hidden,
>From = lilypond-1.5.12, To = lilypond-1.5.12.jcn1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.12.jcn1.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure

diff -purN ../lilypond-1.5.12/CHANGES ./CHANGES
--- ../lilypond-1.5.12/CHANGES  Sat Sep 22 14:13:06 2001
+++ ./CHANGES   Sun Sep 23 13:27:19 2001
@@ -1,3 +1,11 @@
+1.5.12.jcn1
+===========
+
+* guile-1.4 compile fix.
+
+1.5.12
+======
+
 1.5.11.jcn1
 ===========
 
diff -purN ../lilypond-1.5.12/VERSION ./VERSION
--- ../lilypond-1.5.12/VERSION  Sun Sep 23 00:20:29 2001
+++ ./VERSION   Sun Sep 23 13:24:18 2001
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=12
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -purN ../lilypond-1.5.12/lily/include/lily-guile.hh 
./lily/include/lily-guile.hh
--- ../lilypond-1.5.12/lily/include/lily-guile.hh       Sat Sep 22 14:13:06 2001
+++ ./lily/include/lily-guile.hh        Sun Sep 23 13:55:10 2001
@@ -41,6 +41,7 @@
 #define scm_primitive_eval(form) fix_guile_1_4_scm_primitive_eval (form)
 
 #define scm_c_define_gsubr scm_make_gsubr
+#define scm_c_eval_string(str) gh_eval_str ((char*)str)
 #define scm_c_memq scm_sloppy_memq
 #define scm_gc_protect_object scm_protect_object
 #define scm_gc_unprotect_object scm_unprotect_object

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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