#16154: vim +tcl build fails, tclArch.h missing -------------------------------------------+-------------------------------- Reporter: darren.weber.lists@gmail.com | Owner: raimue@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: vim | -------------------------------------------+-------------------------------- Comment(by dweber@macports.org): If it's any help, I've found the following variants useful for configure of postgresql83. {{{ variant tclPort conflicts tclSys description {add Tcl modules (PL/Tcl; MacPorts Tcl)} { configure.args-append --with-tcl \ --with-tclconfig=${prefix}/lib/ } variant tclSys conflicts tclPort description {add Tcl modules (PL/Tcl; System Tcl framework)} { configure.args-append --with-tcl \ --with- tclconfig=/System/Library/Frameworks/Tcl.framework/ } }}} -- Ticket URL: <http://trac.macports.org/ticket/16154#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS