Build of 1.2.0 scotty/tkined under solaris 2.3

John P. Rouillard (rouilj@dstar.iddis.com)
Fri, 23 Dec 1994 18:07:14 -0500

You have to change snmp/Makefile.in so that the LIBS are used in building
the straps binary. Also, you are not overriding the definition of STRAPS
using the BIN_DIR defined in the makefile.

===================================================================
RCS file: /sources/cvsrepos/scotty_tkined/scotty/snmp/Makefile.in,v
retrieving revision 1.1.1.6
diff -r1.1.1.6 Makefile.in
46c46
< LIBS = @TCL_LIB@ -lm # -lresolv

---
> LIBS = @TCL_LIB@ -lm @LIBS@ # -lresolv
78c78
< @DEFS@ ${PROTO_FLAGS}
---
> @DEFS@ ${PROTO_FLAGS} -DSTRAPS=\"$(BIN_DIR)/straps\"
94c94
<       $(CC) -o straps straps.o
---
>       $(CC) -o straps straps.o $(LIBS)

Also you are missing examples in the examples/Makefile.in file. The diff is below:

=================================================================== RCS file: /sources/cvsrepos/scotty_tkined/scotty/examples/Makefile.in,v retrieving revision 1.4 diff -r1.4 Makefile.in 45,47c45,49 < SRCS = etherload nslook rpcprobe rstat traceroute yanny emok tcpspeed < MAN1 = etherload.1 nslook.1 rpcprobe.1 rstat.1 traceroute.1 emok.1 tcpspeed.1 < MAN8 = yanny.8

---
> SRCS =        etherload nslook rpcprobe rstat traceroute yanny emok \
>       tcpspeed sshow udpspeed uiping logtrapd
> MAN1 =        etherload.1 nslook.1 rpcprobe.1 rstat.1 traceroute.1 emok.1 \
>       tcpspeed.1 sshow.1 udpspeed.1 uiping.1
> MAN8 =        yanny.8 logtrapd.8

I loaded up some of my maps, and things appear to be working ok except for a few changes:

I can set the background of the canvas widget with the resource

tkined*canvas.background: grey50

for only the first tkined invocation. How can I set it for all invocations? I like the darker colors to make the flashing icons stand out.

The old bug of "send to background" somtimes not working on chart objects is still around. "b" only seems to work on node objects. This occurs when chart and node objects overlap.

In tkined, there are a few references to TKINEDPATH in comment strings that should be changed to TKINED_PATH.

Other than that, things look pretty good.

-- John John Rouillard Senior Systems Administrator IDD Information Services rouilj@dstar.iddis.com Waltham, MA (617) 890-1576 x103 Senior Systems Consultant (SERL Project) University of Massachusetts at Boston rouilj@cs.umb.edu (preferred) Boston, MA, (617) 287-6480 =============================================================================== My employers don't acknowledge my existence much less my opinions.