[Insight-users] wrapping problem at compilation time

Brad King brad.king at kitware.com
Mon Jun 27 11:23:56 EDT 2005


laurent.paul at club-internet.fr wrote:
> Yes!
> 
> I've just built this morning an ITK version without any wrapping. I can work on this version to wrap Tcl or java when I want.
> I tried to compile with another version of Tcl... for the same result. It crashes exactly the same way.
> I don't understand the problem... Any idea?

This may be because VC 6 does not like big object files.  Since it is 
failing on wrap_itkInPlaceImageFilterTcl.obj I'm guessing you are not 
building the CVS version of ITK.  We've split this into 
wrap_itkInPlaceImageFilter_A and wrap_itkInPlaceImageFilter_B to avoid 
the problem.  You can either upgrade ITK or use a more recent version of 
Visual Studio.

-Brad

> ----Message d'origine----
> 
>>Date: Mon, 27 Jun 2005 10:29:24 -0400
>>De: Brad King <brad.king at kitware.com>
>>A: laurent.paul at club-internet.fr
>>Copie à: insight-users at itk.org
>>Sujet: Re: [Insight-users] wrapping problem at compilation time
>>
>>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
>>
>>
> 
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list