Re: hello all

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Thu, 25 May 1995 10:06:40 +0200

Hi!

"Adam W. Dace" <thekind@glide.onShore.com> said:

Adam> i'm extremely new to tkined and was wondering if encountering
Adam> redefinitions within tkined was a normality. I forget offhand which
Adam> versions of tcl/tk I'm using, but this might be a hint:

Adam> -rwxr-xr-x 1 root root 144388 May 17 03:17 libtcl.so.3.1.0
Adam> -rwxr-xr-x 1 root root 361476 May 17 03:17 libtk.so.3.1.2

I guess that you are using the wrong version of Tcl & Tk. The version
numbers of the shared libraries do not indicate what version is in the
libraries.

Adam> Well, I've successfully install scotty-1.2.5 and tkined-1.2.2
Adam> still gives me the same problems I've always had. For some
Adam> reason it's using the compat/ includes and they're conflicting
Adam> with tk.h:

Adam> ./compat/tkCanvas.h:326: redefinition of `struct Tk_ItemType'
Adam> ./compat/tkCanvas.h:373: redefinition of `Tk_ItemType'
Adam> /usr/include/tk.h:601: `Tk_ItemType' previously declared here make: ***
Adam> [tkined.o] Error 1

Tk_ItemType is not defined in tk.h of Tk3.6. Please get Tcl 7.4 and
Tk 3.6 from your favourite ftp site and start again.

Juergen