#14888: Problems with otcl installation with MacPorts -------------------------------------+-------------------------------------- Reporter: raiyan.kabir@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: | -------------------------------------+-------------------------------------- Comment(by pyrios@gmail.com): Trying to get the current version of otcl (1.13) configured and eventually compiled. It is currently failing because it is looking for tclInt.h. I am only using tcl-8.5 because that is what port installed. The otcl web page for ns-2 recommends tcl8.4-14. It doesn't look like the tcl port installs the header which is used by otcl. The existing otcl port downloads the source for tcl-8.4. {{{ sudo ./configure --with-tcl=/opt/local --with-tcl-ver=8.5 ... checking for tclInt.h... no checking for libtcl8.5... -L/opt/local/lib -ltcl8.5 checking for init.tcl... /opt/local/lib/tcl8.5 checking for http.tcl... /opt/local/lib/tcl8.5/http1.0 checking Tcl http.tcl library... yes checking for tclsh8.5... /opt/local/bin/tclsh8.5 configure: error: Installation of tcl seems incomplete or can't be found automatically. Please correct the problem by telling configure where tcl is using the argument --with-tcl=/path/to/package (perhaps after installing it), or the package is not required, disable it with --with-tcl=no. }}} -- Ticket URL: <http://trac.macports.org/ticket/14888#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS