Hi!
When compiling guile-2.2.0 on NetBSD_7.99.65/amd64, I see:
SNARF net_db.doc
net_db.c:468:***Missing or erroneous `#define FUNC_NAME s_AI_ADDRCONFIG);'
net_db.c:488:***Missing or erroneous #undef for AI_ADDRCONFIG);:
Compilation continues even though this looks like an error.
Thomas
Hi!
When compiling guile-2.2.0 on NetBSD-7.99.65/amd64, I see the following
warnings:
i18n.c:131:0: warning: "LC_CTYPE_MASK" redefined
# define LC_CTYPE_MASK 1
^
In file included from ../lib/locale.h:38:0,
from i18n.c:36:
/usr/include/locale.h:99:0: note: this is the location
Hi!
When building guile-2.2.0 on NetBSD, I see:
gmake[2]: Entering directory '/scratch/lang/guile21/work/guile-2.2.0/libguile'
date: Expected digit in canonical time
date: -d
date: ^
Usage: date [-ajnu] [-d date] [-r seconds] [+format]
[[CC]yy]mm]dd]HH]MM[.SS]]
GEN libpath.h
Thomas
Hello,
This may help you, it failed on 2.2. Maybe not serious.
Jean
Running peval.test
Running poe.test
Running popen.test
Running ports.test
warning: call to primitive-fork while multiple threads are running;
further behavior unspecified. See "Processes" in the
manual, for mo
Andy Wingo writes:
> Adopting the behavior is more or less fine. If it can be done while
> relying on the existing behavior, that is better than something ad-hoc
> in a module.
You mean somehow leveraging the existing BOM handling code of Guile
(found in the ports code) would be preferable to r