[Insight-users] wrapping problem at compilation time

laurent.paul at club-internet.fr laurent.paul at club-internet.fr
Mon Jun 27 09:46:28 EDT 2005


Hi users,

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
  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 00462842
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 004DD000
CONTEXT:
  Eax    = 40BE6B70  Esp    = 0012F098
  Ebx    = FFFF8000  Ebp    = 02B3B529
  Ecx    = 40BE6B70  Esi    = 40DE6BCC
  Edx    = 0051D008  Edi    = 40DE6BCC
  Eip    = 00462842  EFlags = 00010246
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 0000003B  SegGs  = 00000000
  Dr0    = 0012F098  Dr3    = FFFF8000
  Dr1    = 02B3B529  Dr6    = 40BE6B70
  Dr2    = 00000000  Dr7    = 00000000
Error executing link.exe.
Tool execution canceled by user.


What is this error??
I installed the newer Tcl version (8.4.10.0). Is it THE problem?

Thanks,

Laurent.



More information about the Insight-users mailing list