Re: Problem compiling for Solaris 2.5 (fwd)

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Tue, 14 May 1996 22:06:31 +0200

Dru Nelson <dnelson@four11.com> wrote:

> I am using gnu tools and I am trying to compile the latest
> tkined (got it today 1.3.4)
>
> I ran the configure and then tried the make. The configure looked fine.
>
> Here is the problem I am getting:
>
> stripchart.c:151: `tk_CanvasTagsOption' undeclared here (not in a
> function)
> stripchart.c:151: initializer element for `configSpecs[8].customPtr' is
> not constant
>
> Any quick suggestions before I begin the digging :-)

You are using Tcl7.5/Tk4.1 and tkined is not compatible with this
version. Either wait until a new version is available or use Tcl7.4
Tk4.0 instead.

Juergen