guile-devel
[Top][All Lists]
Advanced

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

Build guile on NetBSD


From: Momchil Velikov
Subject: Build guile on NetBSD
Date: 28 Oct 2001 17:23:09 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

FYI, the following changes were necessary in order to build CVS guile
on NetBSD-1.5.2.

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.

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

Regards,
-velco

Attachment: guile-netbsd.diff
Description: Text Data


reply via email to

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