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