OGURISU Osamu
oguri****@lagen*****
2003年 8月 6日 (水) 17:26:05 JST
こんにちは、小栗栖です。 Gaucheの0.7.1ですが、slibの関数determinantを使おうとすると必要な slibのライブラリが読みこまれずにerrorになります。 gosh> (use slib) (#<module slib> #<module gauche.interactive>) gosh> (require 'determinant) *** ERROR: unbound variable: make-record-type ... 私の環境では、"/usr/share/slib/record"を事前にloadしておくと errorになりません。 gosh> (use slib) (#<module slib> #<module gauche.interactive>) gosh> (load "/usr/share/slib/record") #t gosh> (require 'determinant) (determinant array common-list-functions ... scm上では(require 'determinant)だけで動作しているので、slibのイ ンストールのミスではないと思うのです(debianのpackageを使ってます)。 slibcatの仕組を理解できておらず何を修整すればよいのかもわからな いので、とりあえず報告まで。 -- 小栗栖 修 / OGURISU Osamu