Re: GUILE-with-rational-bugfix

2018-11-15 Thread David Kastrup
Andrew Bernard writes: > Hi David, > > Well spotted Sir. The guile 1.8.8 install done by me was in fact half-baked > as you say, since the documentation did not build, I think that origin/branch_release-1-8 has been updated to build by Thien-Thi Ngyen. That's a few commits on top of 1.8.8. Pro

Re: GUILE-with-rational-bugfix

2018-11-15 Thread Andrew Bernard
Hi David, Well spotted Sir. The guile 1.8.8 install done by me was in fact half-baked as you say, since the documentation did not build, and I was not interested in that. But allowing make -k install to carry on libguile.h gets copied and all now works. Many thanks to your for your great assistan

Re: GUILE-with-rational-bugfix

2018-11-15 Thread David Kastrup
Andrew Bernard writes: > From configure: > > hecking for guile-config... /usr/local/bin/guile-config > checking /usr/local/bin/guile-config version... 1.8.8 > checking guile compile flags... -I/usr/local/include -pthread > checking guile link flags... -pthread -L/usr/local/lib -lguile -lltdl >

Re: GUILE-with-rational-bugfix

2018-11-15 Thread Andrew Bernard
Thanks. Only guile 1.8.8 in /usr/local. No guile 2 on the system. Debian 9.6. ldconfig -p output: ldconfig -p | grep guile libguilereadline-v-17.so.17 (libc6,x86-64) => /usr/local/lib/libguilereadline-v-17.so.17 libguilereadline-v-17.so (libc6,x86-64) => /usr/local/lib/libguilereadline-

Re: GUILE-with-rational-bugfix

2018-11-15 Thread David Kastrup
Andrew Bernard writes: > I am trying to build lilypond 2.19.82 from the source tarfile on Debian > 9.6. I built guile 1.8.8 just fine. > > Running configure, I am down to one issue: > > ERROR: Please install required programs: GUILE-with-rational-bugfix > > What is this and how to get it? 1.8.8

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Karl Hammar
> Karl Hammar wrote: > > >[EMAIL PROTECTED]: > > > > > >>Rune Zedeler escreveu: > >> > >> > >>>Where can the famous patch be found? > >>>(Unable to compile latest guile-cvs). > >>> > >>> > >>see install.txt > >> > >> > > > >There is no install.txt, and the INSTALL.txt I found does

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Karl Hammar
> 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/l

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Mats Bengtsson
Karl Hammar wrote: [EMAIL PROTECTED]: Rune Zedeler escreveu: Where can the famous patch be found? (Unable to compile latest guile-cvs). see install.txt There is no install.txt, and the INSTALL.txt I found does not mention it: At www.lilypond.org, click on the docume

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Karl Hammar
[EMAIL PROTECTED]: > Rune Zedeler escreveu: > > Where can the famous patch be found? > > (Unable to compile latest guile-cvs). > > see install.txt There is no install.txt, and the INSTALL.txt I found does not mention it: $ git-pull remote: Generating pack... ... rename input/{no-notation

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Han-Wen Nienhuys
Rune Zedeler escreveu: > Where can the famous patch be found? > (Unable to compile latest guile-cvs). see install.txt -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com __

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Jan Nieuwenhuizen
Rune Zedeler <[EMAIL PROTECTED]> writes: > Where can the famous patch be found? In GUB, pull from http://lilypond/vc/gub.darcs, or http://lilypond.org/vc/gub.darcs/patches/guile-1.8-rational.patch > (Unable to compile latest guile-cvs). (You may want to report that too) Jan. -- Jan Nieuw

Re: GUILE-with-rational-bugfix

2006-12-26 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Nicolas Sceaux escreveu: >> Hi Han-Wen, >> >> I've just downloaded guile-1.8.1 from gnu.org, it seems that >> libguile/numbers.c has your rational patch applied, even though >> numbers.h still has SCM_FRACTION_REDUCED_BIT and friends #defined. So >>

Re: GUILE-with-rational-bugfix

2006-12-26 Thread Han-Wen Nienhuys
Nicolas Sceaux escreveu: > Hi Han-Wen, > > I've just downloaded guile-1.8.1 from gnu.org, it seems that > libguile/numbers.c has your rational patch applied, even though > numbers.h still has SCM_FRACTION_REDUCED_BIT and friends #defined. So > the GUILE-with-rational-bugfix test in configure.in m