scsh-hackers
[Top] [All Lists]

Re: [Scsh-hackers] 0.6.6 beta available

To: David Frese <dfrese@dfrese.de>
Subject: Re: [Scsh-hackers] 0.6.6 beta available
From: Michel Schinz <Michel.Schinz@epfl.ch>
Date: Mon Feb 2 11:45:23 2004
Cc: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>, scsh-hackers <scsh-hackers@lists.sourceforge.net>
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
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.



<Prev in Thread] Current Thread [Next in Thread>