Hi!
I tried compiling guile-1.6.1 on NetBSD-1.6L/macppc, and had to add
the attached patch to make it compile.
Since I don't know much about guile, I just tried the 'check'
target to test usability, and got the attached result, which
didn't look so bad; for comparison, the result on NetBSD-1.6L/i386
is also attached.
If you want to track down the remaining test failures,
I can either test patches or give you an account, at least on
the i386.
Cheers,
Thomas
$NetBSD: patch-ae,v 1.4 2003/01/21 15:17:55 wiz Exp $
--- libguile/gc_os_dep.c.orig Sat Dec 7 23:41:31 2002
+++ libguile/gc_os_dep.c
@@ -93,6 +93,11 @@ typedef int GC_bool;
# define OPENBSD
# define mach_type_known
# endif
+# if defined(__NetBSD__) && defined(__powerpc__)
+# define POWERPC
+# define NETBSD
+# define mach_type_known
+# endif
# if defined(__NetBSD__) && defined(m68k)
# define M68K
# define NETBSD
Testing /tmp/lang/guile/work.powerpc/guile-1.6.1/pre-inst-guile ...
with GUILE_LOAD_PATH=/tmp/lang/guile/work.powerpc/guile-1.6.1/test-suite
UNRESOLVED: environments.test: leaf-environments: observe-weak: weak observer gets
collected
UNRESOLVED: environments.test: leaf-environment based eval-environments: observe-weak:
weak observer gets collected
ERROR: srfi-19.test: SRFI date/time library: #<procedure time-utc->date (time .
tz-offset)> respects local DST if no TZ-OFFSET given - arguments: ((system-error
"putenv" "~A" ("No such file or directory") (2)))
Totals for this test run:
passes: 2112
failures: 0
unexpected passes: 0
expected failures: 17
unresolved test cases: 2
untested test cases: 0
unsupported test cases: 9
errors: 1
FAIL: check-guile
===================
1 of 1 tests failed
===================
Testing /usr/obj/lang/guile/work/guile-1.6.1/pre-inst-guile ...
with GUILE_LOAD_PATH=/usr/obj/lang/guile/work/guile-1.6.1/test-suite
ERROR: srfi-19.test: SRFI date/time library: #<procedure time-utc->date (time .
tz-offset)> respects local DST if no TZ-OFFSET given - arguments: ((system-error
"putenv" "~A" ("No such file or directory") (2)))
Totals for this test run:
passes: 2114
failures: 0
unexpected passes: 0
expected failures: 17
unresolved test cases: 0
untested test cases: 0
unsupported test cases: 9
errors: 1
FAIL: check-guile
===================
1 of 1 tests failed
===================
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile