guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build guile on NetBSD


From: Marius Vollmer
Subject: Re: Build guile on NetBSD
Date: 12 Nov 2001 01:23:01 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Momchil Velikov <address@hidden> writes:

> A. In guile-core/libguile/numbers.c:
> 
>    - NO_PREPRO_MAGIC is undefined at the end of num2integral.i.c, so
>      it should by defined (if at all) before each inclusion of the
>      above file.

Or rather, it should only be undefined when it has been defined.

>    - SIZE_MAX is defined to ((size_t) -1), thus it also needs
>      NO_PREPRO_MAGIC.
> 
> B. In guile-core/libguile/tags.h:
> 
>    - NetBSD has uintptr_t, but neither UINTPTR_MAX nor INTRPTR_MAX.

Ok, this is getting too hairy for too small a benefit.

I'm just about to commit a change that will check for all relevant
sizes in configure and then just do the right thing without trying to
trick out the preprocessor.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]