Scotty 2.1.6 Problem

Heiko Boch (boch@lrc.di.epfl.ch)
Fri, 25 Jul 1997 18:52:11 +0200

Hi!

Ok, I got around the problem with the broken rpcgen (for those
of you being interested, I put a fix script at the end of this
mail). But when I run run tkined and use the MIB Tree tool I
get the following error message:

can't set "tk_strictMotif": bad option "add": should be bind, or raise
while executing
"set tk_strictMotif $default(strictMotif)"
(procedure "NewView" line 153)
invoked from within
"NewView"
invoked from within
"set c [NewView]..."
(file "/home/boch/sw/Linux/scotty/lib/tkined1.4.6/apps/mibtree" line
1181)

Has anybody an idea for fixing this?

Heiko

----8<----------------------------------------------------------
In order to fix the C-Files generated by a broken rpcgen
run this on the broken files in the unix subdirectory.

for f in *.c
do
echo $f
mv $f $f.bak
sed -e "s%^(void)buf;$%/*what's this?*/%g" $f.bak > $f
done

-- 

Heiko Boch *** boch@lrc.di.epfl.ch boch@informatik.th-darmstadt.de

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.