[Insight-developers] Wrapping ITK for Tcl errors

Brad King brad.king@kitware.com
Tue, 15 Oct 2002 10:08:26 -0400 (EDT)


Josh,

> When I configure ITK to wrap for Tcl I get the following error for each
> library (numerics, common, basic filters, algorithms, etc) from CMake:
> CMake Error: can not find file
> /home/cates/Insight/Wrapping/Tcl/Numerics/ITKNumericsTcl
> Where do these files come from?  They do not appear to be in the CVS
> repository.

What version of CMake are you using?  That file shouldn't exist anywhere.
ITKNumericsTcl is the name of the library that is generated with the
Numerics tcl wrappers.  Something strange is going on here...

Please send me a complete log of the cmake run that gets the error.

Also, what platform (exactly) are you using?

Thanks,
-Brad