Re: Problem compiling tkined

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Wed, 12 Jun 1996 15:34:56 +0200

Jon Ingason <jonsi@damek.kth.se> wrote:

> Has installed Tcl 7.5 and Tk 4.1.
> Compiling whith Sun cc 3.0.1.
> The configuring went OK but when I did make
> I got problem with "./../tnm/generic/tnmHttp.c".

The problem is the definition of Tcl_OpenTcpClient(). This function
has six arguments in the final Tcl7.5/Tk4.1 release. The include file
used by your compiler obviously only defines five parameters. I guess
you are using one of the alpha releases of Tcl7.5/Tk4.1.

Install the final version of Tcl7.5/Tk4.1 and this problem will go
away.

Juergen