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

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

Re: Lilypond 1.5.2 compilation / obtaining rpm packages


From: Jan Nieuwenhuizen
Subject: Re: Lilypond 1.5.2 compilation / obtaining rpm packages
Date: 23 Jul 2001 12:45:55 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7

Heikki Johannes Junes <address@hidden> writes:

[cc'd to bug-gnu-music -- please send mail to lists]
> > Heikki Johannes Junes <address@hidden> writes:
> > 
> > > I wuold like to see version 1.5.2 in precompiled rpm format.
> > > That is because I cannot compile the newest version. I got an
> > > error message:
> > 
> > What version of guile do you have?
> 
> 1.3.4

Ok, try the patch below.

> The missing parts are everything included to the \header -section in the
> .ly -file. I'm using lilypond 1.4.0.

These things only work if you use ly2dvi.

Jan.


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

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.2.jcn2.diff

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

diff -urN ../lilypond-1.5.2.jcn1/CHANGES ./CHANGES
--- ../lilypond-1.5.2.jcn1/CHANGES      Thu Jul 19 22:05:11 2001
+++ ./CHANGES   Mon Jul 23 10:39:11 2001
@@ -1,6 +1,8 @@
 1.5.2.jcn1
 ==========
 
+* Guile 1.3.4 compile fix.
+
 * Add trill line type, see input/test/trill.ly.
 
 * Dvips bugs workarounds:
diff -urN ../lilypond-1.5.2.jcn1/VERSION ./VERSION
--- ../lilypond-1.5.2.jcn1/VERSION      Tue Jul 17 00:20:58 2001
+++ ./VERSION   Mon Jul 23 10:37:23 2001
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=2
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=jcn2
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.5.2.jcn1/lily/include/lily-guile.hh 
./lily/include/lily-guile.hh
--- ../lilypond-1.5.2.jcn1/lily/include/lily-guile.hh   Wed Jul 11 14:54:52 2001
+++ ./lily/include/lily-guile.hh        Mon Jul 23 10:38:18 2001
@@ -15,6 +15,9 @@
 
 /* Guile 1.3.4 compatibility */
 #if GUILE_MINOR_VERSION < 4
+
+#define scm_bits_t SCM
+
 #define fix_guile_1_3_4_scm_puts(scm_data, port) scm_puts ((char*)scm_data, 
port)
 #define scm_puts(scm_data, port) fix_guile_1_3_4_scm_puts (scm_data, port)
 #endif


-- 
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]