> Rune Zedeler <[EMAIL PROTECTED]> writes: > > Where can the famous patch be found? ... > http://lilypond.org/vc/gub.darcs/patches/guile-1.8-rational.patch ...
Got the patch and build debian guile debs for i386. If anybody would need them, they are available at: http://kalle.csb.ki.se/pub/lilypond/ You need debian unstable to use them. To build them do: # apt-get install -t unstable debhelper ... # apt-get build-dep guile-1.8 ... $ wget http://lilypond.org/vc/gub.darcs/patches/guile-1.8-rational.patch $ apt-get source guile-1.8 Reading package lists... Done Building dependency tree... Done Need to get 0B/2829kB of source archives. dpkg-source: extracting guile-1.8 in guile-1.8-1.8.1+1 $ cd guile-1.8-1.8.1+1/libguile $ patch -p1 < ../../guile-1.8-rational.patch patching file libguile/numbers.c patching file libguile/numbers.h $ cd .. $ fakeroot ./debian/rules # this goes first so we clean using patched code rm -f debian/stamp/build ... dh_builddeb dpkg-deb: building package `guile-1.8' in `../guile-1.8_1.8.1+1-4_i386.deb'. dpkg-deb: building package `guile-1.8-dev' in `../guile-1.8-dev_1.8.1+1-4_i386.deb'. dpkg-deb: building package `guile-1.8-libs' in `../guile-1.8-libs_1.8.1+1-4_i386.deb'. make[1]: Leaving directory `/home/karl/most/music/lilypond/guile-1.8-1.8.1+1' $ ./autogen.sh works for me now. Regards /Karl _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel