Re: [bug] Bad refernce to GMP in README.

2010-12-23 Thread Neil Jerram
Yuriy Taraday writes: > Hello. > > Link to GNU MP in README should be changed to http://gmplib.org/. Thanks, that was fixed in Git in September 2009, between the 1.9.2 and 1.9.3 releases. Are you looking at an old codebase? Neil

Re: (expt 2 -inf.0) fails in 1.9.14

2010-12-23 Thread Daniel Llorens
I meant 1.9.14 and not 1.9.4, sorry. > This is from git, 8aa47f2... > >> (expt 2 -inf.0) > ERROR: In procedure integer-expt: > ERROR: Wrong type argument in position 2: -inf.0 > > These do work: > >> (expt 2. -inf.0) > $1 = 0.0 >> (expt 1 -inf.0) > $2 = 1 > > Regards, > > Daniel

guile-config: inconsistent behaviour when run using lilypond configure under meta/uninstalled-env bash or fully installed Guile V1.9.14

2010-12-23 Thread Ian Hulin
Hi all, If we run lilypond ./configure under meta/uninstalled-env bash it hangs as follows: i...@nanny-ogg:~/lily-build-g2$ /home/ian/lilypond/configure --srcdir=/home/ian/lilypond --disable-optimising --prefix=/usr/local checking build system type... i686-pc-linux-gnu checking host system type..

[bug #31963] guile-config: inconsistent behaviour when run using lilypond configure under meta/uninstalled-env bash or fully install

2010-12-23 Thread Ian Hulin
URL: Summary: guile-config: inconsistent behaviour when run using lilypond configure under meta/uninstalled-env bash or fully install Project: Guile Submitted by: ian_hulin Submitted on: Thu Dec 23 2

Re: [bug] Bad refernce to GMP in README.

2010-12-23 Thread Neil Jerram
Yuriy Taraday writes: > On Thu, Dec 23, 2010 at 3:24 PM, Neil Jerram wrote: > > Yuriy Taraday writes: > > > Hello. > > > > Link to GNU MP in README should be changed to http://gmplib.org/. > > Thanks, that was fixed in Git in September 2009, between the 1.9.2 and > 1.9.3