[Insight-users] ITK_TCL_WRAP on ITK 1.0

Brad King brad.king@kitware.com
Wed, 6 Nov 2002 09:53:12 -0500 (EST)


> I am trying to compile ITK 1.0 with ITK_TCL WRAP enable, but cmake keep
> mentioning that cable is not found..

CABLE is available from CVS at http://public.kitware.com/Cable.  It is a
general-purpose C++ -> Tcl wrapping tool that is used by ITK for Tcl
wrapping.  It also requires GCC-XML from http://www.gccxml.org (a C++
parsing tool).  Unless you are using MSVC 7, the GCC-XML 0.2 release is
good enough.  There is no release of CABLE, so you will have to build it
using CMake, and then refer ITK to its build tree.

I'm working on GCC-XML and Cable releases to go with ITK 1.0, but they are
not yet ready.

-Brad