On Tue, Oct 19, 1999 at 02:35:57PM +0000, Marco Menchise wrote:
> Joop Stakenborg wrote:
> > 
> > 
> > There are debian packages of jiffy. But that is only useful to you,
> > if you have a glibc2.1 system (RH 5.2 is not, I believe).
> > You could then convert the jiffy debian packages to rpm with a program called
> > alien. The debian version of jiffy works with tcl/tk 8.0 and blt 2.4.
> > 
> 
> When trying to run wires.tcl I get the following error message:
> 
> Error in startup script: invalid command name "graph"
>     while executing
> "graph .xy.xyview -title "Top view, North is right""
>     (file "./wires.tcl" line 34)
> 
> It seems blt does not recognize 'graph' command (!).
> I suspect it is a blt installation problem, but I wasn't able to fix it
> because docs are very poor.
> 

I have attached a patch, that should solve your problem.

- Unpack W5GFE.tar.gz in some directory, say /tmp.
- put W5GFE.patch.gz in /tmp.
- Type 'gzip -cd W5GFE.patch.gz|patch -p0' in /tmp

Now check how blt has to be called. You might have to change the lines:

1. #!/usr/bin/wish -f
2.
3. package require BLT

with:

1. #!/usr/bin/bltwish -f

or wherever you keep bltwish. This only is for azpatterns.tcl, elevpatterns.tcl
and wires.tcl.

Also, check the paths to wish and tclsh.
Please let me know if it works.

> Marco
> 
> -- 
> Marco Menchise - IZ8AEB\5
> 

Regards,

Joop
-- 

 Joop Stakenborg PA4TU, ex-PA3ABA 
      <[EMAIL PROTECTED]>
 Linux Amateur Radio Software Database
    http://radio.linux.org.au

W5GFE.patch.gz

Reply via email to