[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Compiling MMI (electromagnetic simulator)
On Sun, Aug 22, 2004 at 06:13:34PM +0000, Karel Kulhav? wrote:
> Hello
>
> MMI promises to compute distributed paramteres of copper strips on
> PCB.
>
> I chewed throught the latex2html stumbling block and hit another one
> -- mmi (aka tnt - I don't know why there is a naming schizophreny)
> installed without any complaints, but refuses to run:
>
> clock@beton:~$ tnt
> Error in startup script: can't find package Itcl
> while executing
> "package require Itcl"
> (file "/usr/local/bin/tnt.tcl" line 114)
> invoked from within
> "source [file join [file dirname [info script]] tnt.tcl]"
> (file "/usr/local/bin/tnt" line 19)
>
I got a little further. I have itcl installed. I, however, get:
alpha-% tnt
Error in startup script: syntax error in expression " $::tcl_platform(platform) eq "windows" "
while executing
"if { $::tcl_platform(platform) eq "windows" } {
set sep ";"
} else {
set sep ":"
}"
(file "/usr/pkg/bin/tnt.tcl" line 46)
invoked from within
"source [file join [file dirname [info script]] tnt.tcl]"
(file "/usr/pkg/bin/tnt" line 19)
-Dan
--