From: Arjen M. <arj...@wl...> - 2006-09-20 04:42:43
|
> >> Hello, >> >> I just updated my Tcllib directory and the new sak.tcl chokes >> on the absence of "version.tcl" in a suitable directory. >> I suppose for now I can simply get rid of the statement, but >> it is slightly annoying. > > How did you update ? I use > > cvs update -dP . > > The -d ensures that new directories are created and updated as well. > Without that cvs will get only files in existing directories and ignore > anything in new directories. > That was it! I keep forgetting that. Okay, it is running now ... Oh: under Cygwin with Tcl 8.4.1, I get an ERR (child process exited abnormally) on a multiplexer test. I entered the command "tclsh sak.tcl test run math", but it went ahead with all modules. On Windows it fails: couldn't execute "echo": no such file or directory Regards, Arjen |