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

Re: [ns] problem in installing



>Please verify that tcl/tk have been installed properly.

Actually, tcpInt.h is not part of the standard Tcl/Tk installation...
you must get it manually from the Tcl/Tk source code.

This was sort of documented in the README.html for otcl:

	<p>To build OTcl from its source distribution, you will need access to
	the Tcl source distribution, plus compatible Tcl/Tk libraries and
	external includes. The Tcl source is needed to include structures
	defined in internal headers. The libraries are needed if you want to
	link OTcl into standalone shells.</p>

To improve the documentation I added this paragraph:

	(Specifically, OTcl needs the file tclInt.h and tclIntDecls.h from
	the source code to Tcl.  If you're building OTcl on a platform with a
	binary installation of Tcl/Tk you <em>must</em> get these header files
	from the matching source code for your version ot Tcl/Tk.)

Vijay, does that answer your question?

   -John Heidemann