Basically I've been playing around with guile and trying to do a SICP
exercise:
diablo@tyrael:~/ > guile
GNU Guile 2.0.11
Copyright (C) 1995-2014 Free Software Foundation, Inc.
Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome
On Sat, Jul 16, 2016 at 12:22:22PM +0200, Andy Wingo wrote:
> > "/scratch/lang/guile20/work/guile-2.0.12/test-suite/standalone/test-loose-ends":
> > not in executable format: File format not recognized
>
> I think that because test-loose-ends is built with libtool, the right
> incantation here is
Hi :)
On Sat 16 Jul 2016 11:15, Thomas Klausner writes:
> "/scratch/lang/guile20/work/guile-2.0.12/test-suite/standalone/test-loose-ends":
> not in executable format: File format not recognized
I think that because test-loose-ends is built with libtool, the right
incantation here is:
"libtool
Hi!
When running the self-tests on NetBSD-7.99.34/amd64, I see:
PASS: test-language
error: interrupted by the user
PASS: test-guild-compile
PASS: test-num2integral
PASS: test-round
PASS: test-list
PASS: test-unwind
PASS: test-conversion
[1] Segmentation fault (core dumped) top_srcdir="../
F
Hi!
On NetBSD, the build of guile-2.0.12 breaks early because
FLEXIBLE_ARRAY_MEMBER is not defined:
In file included from strftime.c:33:0:
time-internal.h:48:14: error: 'FLEXIBLE_ARRAY_MEMBER' undeclared here (not in a
function)
char abbrs[FLEXIBLE_ARRAY_MEMBER];
^
config.h has