[Insight-users] wrapping problem at compilation time

Brad King brad.king at kitware.com
Mon Jun 27 10:29:24 EDT 2005


laurent.paul at club-internet.fr wrote:
> I try to compile ITK with Tcl wrapped on Windows XP with Visual C 6.0. I did as Luis said to another user,
> 
> First compile ITK alone.
> Then re-run Cmake and wrap Tcl.
> Compile the project with Tcl wrapped.
> 
> I don't have Cswig problem anymore, but at compilation time, I got an internal error:
> 
> Linking...
> .\Release\wrap_itkInPlaceImageFilterTcl.obj : error : Internal error during ReadSymbolTable
>
> I installed the newer Tcl version (8.4.10.0). Is it THE problem?

Have you done a fresh build of ITK since upgrading Tcl?  There may be a 
dependency problem that has left some object files built with the older 
header files.

-Brad


More information about the Insight-users mailing list