Date: Thu, 24 May 2001 05:41:49 +0200 (MEST) From: Eckart Hofmann <bofh@muenster.de> To: Eric Boucher <eric_boucher60@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Tcl/Tk: Run in csh, but not in bash Message-ID: <200105240341.FAA11044@bbaer.muenster.de> In-Reply-To: <20010523185542.79730.qmail@web9401.mail.yahoo.com> from Eric Boucher at "May 23, 2001 11:55:42 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Sie, Eric Boucher, haben geschrieben: > > I have a big problem with Tcl/Tk. It run perfectly > when I'm using the C shell (csh), but it don't want to > start when I'm using the bash shell. For example, if I > try to see the widget in the demo directory, it only > run in csh, while in bash I have the error: > > can't read "tcl_platform(platform)": no such variable > while executing "if {$tcl_platform(platform) == > "macintosh"} ............... (file "widget" line 32) > > Can somebody help me? > I'm not very familiar with Tcl/Tk, but it seems you got a problem because your environment in csh and bash differs. Try "set" and "env" to find out, what's different. Hth, Eckart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105240341.FAA11044>