5 Dec 2006 10:15
Need change for newer slib (>= 3a4)
NIIBE Yutaka <gniibe <at> fsij.org>
2006-12-05 09:15:37 GMT
2006-12-05 09:15:37 GMT
While updating gauche 0.8.8 in Debian, I've found that following
change is needed for newer slib (I'm using 3a4).
--- Gauche-0.8.8.orig/lib/slib.scm.in 2005-07-12 10:01:07.000000000 +0900
+++ Gauche-0.8.8/lib/slib.scm.in 2006-12-04 14:09:18.000000000 +0900
<at> <at> -115,7 +115,7 <at> <at>
;;; *FEATURES* should be set to a list of symbols describing features
;;; of this implementation. Suggestions for features are:
-(define *features*
+(define slib:features
'(
source ;can load scheme source files
;(slib:load-source "filename")
Besides, I found an installation problem for slibcat.
When 'make install' is invoked, the target 'install-pkg' will be
invoked _before_ invoking 'slibcat' under subdirectory lib. But the
file lib/slibcat should be available when install-pkg invokes
'install' under subdirectory lib.
Here is a fix.
--- Gauche-0.8.8.orig/Makefile.in 2005-10-28 20:03:14.000000000 +0900
+++ Gauche-0.8.8.orig/Makefile.in 2006-12-05 17:58:37.000000000 +0900
<at> <at> -46,7 +46,9 <at> <at>
pre-package:
cd src; $(MAKE) pre-package
(Continue reading)
RSS Feed