bug#10519: guile and (mini-)gmp

2012-08-11 Thread Niels Möller
l...@gnu.org (Ludovic Courtès) writes: > Yes, thanks. I just tried it, and here’s the status: > > - numbers.c uses ‘GMP_NUMB_BITS’, which is lacking; If that's really needed, it can be substituted with something like #ifndef GMP_NUMB_BITS #include #define GMP_NUMB_BITS (CHAR_BIT*size

bug#10519: guile and (mini-)gmp

2012-08-11 Thread Ludovic Courtès
Hi, ni...@lysator.liu.se (Niels Möller) skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Yes, thanks. I just tried it, and here’s the status: >> >> - numbers.c uses ‘GMP_NUMB_BITS’, which is lacking; > > If that's really needed, it can be substituted with something like > > #ifndef

bug#10519: guile and (mini-)gmp

2012-08-11 Thread Niels Möller
l...@gnu.org (Ludovic Courtès) writes: > For me/us, the best workflow would be to have a Gnulib module. That > way, whenever GMP developers fix a bug in mini-gmp, we automatically get > the fix when running “gnulib-tool --update”. I guess you can do whatever you want in gnulib. But it should be

bug#10519: guile and (mini-)gmp

2012-08-11 Thread Ludovic Courtès
ni...@lysator.liu.se (Niels Möller) skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> For me/us, the best workflow would be to have a Gnulib module. That >> way, whenever GMP developers fix a bug in mini-gmp, we automatically get >> the fix when running “gnulib-tool --update”. > > I guess yo

bug#12182: guile 2.0.6: "Value out of range: 0" when compiling a procedure

2012-08-11 Thread Feufochmar
Hello, guile 2.0.6 fails to compile the following procedure with the error "Value out of range: 0". ~~~ ;; get all points inside a distance of the half-line starting from (x0 . y0) and containing (x1 . y1) ;; the argument dist is the square of the distance we want to reach (define (get-hal