swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem installing libtclobjc-1.1b3


From: glen e. p. ropella
Subject: Re: Problem installing libtclobjc-1.1b3
Date: Thu, 24 Oct 1996 03:47:27 -0600

> I tried installing libtclobjc-1.1b3. This is what I got:
> 
> 
[...]
> headers /network/software/packages/X/include
> checking for X11 header files
> checking for tclsh... (cached) 1
> configure[1190]: tclsh:  not found.
> Looking for tcl.h... 
> found /usr/local/include/tcl.h
> Looking for libtcl.a... 
> found /usr/local/lib/libtcl7.4.a
> Looking for tk.h... 
> found /usr/local/include/tk.h
> Looking for libtk.a... 
> found /usr/local/lib/libtk4.0.a
> creating ./config.status
> creating Makefile
> 
> > make
>         gcc -c -I.   -I/usr/local/include -I/usr/local/include
> -DHAVE_LIBOBJC=1  -Wall -Wno-implicit -g -O -Wno-protocol Tk.m
> Tk.m: In function `_i_Tk__preInitWithArgc_argv_':
> Tk.m:92: warning: assignment makes pointer from integer without a cast
> Tk.m: In function `_i_Tk__promptAndEval':
> Tk.m:187: `tk_NumMainWindows' undeclared (first use this function)
> Tk.m:187: (Each undeclared identifier is reported only once
> Tk.m:187: for each function it appears in.)
> *** Error exit code 1
> 
> Could you please tell me how I can correct this error.

Sandeep,
I'm not sure this is exactly why tk_NumMainWindows was undeclared;
but, it might be a start.

The lines:
> checking for tclsh... (cached) 1
> configure[1190]: tclsh:  not found.

should be the indicator.  It seems as if you don't have
tclsh in your path (despite what the "checking for" said).

Do a which tclsh and see if anything pops up.

glen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]