[EMAIL PROTECTED] (Ludovic Courtès) writes:

> Hi,
>
> "Poor Yorick" <[EMAIL PROTECTED]> writes:
>
>> building guile on the following machine:
>>
>> Linux *** 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64 
>> x86_64 x86_64 GNU/Linux
>>
>> make check fails.  Apart from the following output, I'm not sure what else 
>> to look at to find the problem.  Any hints?
>>
>> test-conversion.c: In function `test_5':                                     
>>    
>> test-conversion.c:450: warning: long long int format, scm_t_intmax arg (arg 
>> 3)  
>
> It's just that these compilation warnings are treated as errors, which
> halts "make check".
>
> A quick workaround is to configure Guile with `--disable-error-on-warning'.

But it seems the code is still wrong.  It seems like we'd need to go to
things like PRIU64 which are defined to match the type, and #define
PRISCMTINTMAX to the corresponding one along with the typedef.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to