Le 2 févr. 04, à 20:22, David Frese a écrit :
I found an error with scsh/configure.scm. You included it in the
tarball and therefor it is not recreated, and so it contains
"i386-unknown-freebsd4.6.2" as the host for example :-(
Indeed, and there seems to be another small typo in configure.scm as
lib-dir-list is missing double quotes: it gets defined as
(define (lib-dir-list) (quote
(/afs/informatik.uni-tuebingen.de/i386_fbsd46/scsh-0.6.6/lib/scsh/
modules)))
and I guess you want that to be a string and not a symbol.
Apart from that, the test suite passes on Mac OS 10.3.2, with the
exception of process-state:chdir and process-state:with-cwd, as you
said.
Testing process-state:chdir ... Error! Input was (/etc)
Testing process-state:with-cwd ... Error! Input was (/etc)
Just for reference, "uname -a" on the tested machine reports this:
Darwin torre.local 7.2.0 Darwin Kernel Version 7.2.0: Thu Dec 11
16:20:23 PST 2003;root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC Power
Macintosh powerpc
Michel.
|