[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: crash in nam 1.0a7
it would be useful if you can send the last 15 lines or so. That'll tell
where the error occurred.
- Haobo
On Thu, 18 Nov 1999, Robert Graham Merkel wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> Apologies to anyone that has already seen this mail, but
> it hasn't appeared back in my mailbox and it's not in the
> archive so it's probably bounced for some reason.
>
> In any case, nam 1.0a7 refuses to start up. On startup,
> it prints what looks like a complete and rather long tcl
> script, then exits. I have reproduced here only the first
> 15 lines or so:
>
> nam:
> if {[info commands package] == ""} {
> error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
> }
> package require -exact Tcl 8.0
>
>
> if {![info exists auto_path]} {
> if {[info exist env(TCLLIBPATH)]} {
> set auto_path $env(TCLLIBPATH)
> } else {
> set auto_path ""
> }
> }
> if {[string compare [info library] {}]} {
> foreach __dir [list [info library] [file dirname [info library]]] {
> if {[lsearch -exact $auto_path $__dir] < 0} {
> lappend auto_path $__dir
> }
> }
> }
>
> I'm using Debian 2.2 beta, with Tcl/Tk version 8.0.5.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.0 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE4MysmswIdT6exn5QRAqQYAJ4pNHxt2sJuGMxYz+0AHhgisdRk6ACgyhSc
> CF9lJUtKsfwbxBLQKQ5cOk4=
> =UTxg
> -----END PGP SIGNATURE-----
>