[Insight-users] Re: Insight Toolkit v1.4 and Internal Compiler Error in VC 6.0 ,
Win XP
Luis Ibanez
luis . ibanez at kitware . com
Sun, 26 Oct 2003 10:59:39 -0500
Hi Ralph,
ITK is build nightly on Windows XP using
the following compilers:
- VC 6.0
- VC NET
- VC NET 2003
You will find the results of the builds
on the Dashboard under: "terminus.kitware".
http://www . itk . org/Testing/Dashboard/MostRecentResults-Nightly/Dashboard . html
The release 1.4 was clean on all these compilers.
The error that you are encountering are probably
the result of a local misconfiguration. The fact
that it is an internal compiler error (ICE) raises
doubts about the correctness of your Service Pack 5
installation.
You should consider to reinstall the service
pack 5, or even reinstall the compiler.
Regards,
Luis
------------------------
Ralph Frankenbach wrote:
> Hello Mr. Ibanez,
>
> with the current Insight Toolkit I get on platform Windows XP with
> Visual Studio v6 (Service Pack 5 [is current]) an error in Module FEM
> with source itkFEMLoadElementBase.cxx as of version 1.11:
>
> --------------------Configuration: ITKFEM - Win32
> Release--------------------
> Compiling ...
> itkFEMLoadElementBase.cxx
> ...\InsightToolkit-1.4.0\Code\Numerics\FEM\itkFEMLoadElementBase.cxx
> (70) : fatal error C1001: INTERNAL COMPILER ERROR
> (compiler file 'E:\9044\vc98\p2\src\P2\main.c', line 181)
> Please choose the Technical Support command on the Visual C++
> Help menu, or open the Technical Support help file for more information
> Error during execution of cl.exe.
>
> ALL_BUILD - 1 Error, 0 Warning(s)
>
> the offending line is:
>
> ...
> try
> {
> e=elements->Find(m); // <<------- THIS IS THE LINE
> }
> catch ( FEMExceptionObjectNotFound e )
> {
> throw
> FEMExceptionObjectNotFound(__FILE__,__LINE__,"LoadElementBase::Read()",e
> .m_baseClassName,e.m_GN);
> }
> ...
>
> Do You have any idea to resolve this?
>
> Many thanks in advance
>
> Best regards
>
> Ralph Frankenbach
>
> +-------------------------------------------------------+
> | Ralph Frankenbach Telephon: +49 6071 71442 |
> | Dipl.-Inform. cand. med. Fax: +49 6071 74283 |
> | Korellweg 20 Mobil: +49 160 97307566 |
> | D-64846 Gross-Zimmern |
> | |
> | eMail: Ralph_Frankenbach at T-Online . de |
> | WWW: http://home . T-Online . de/home/Ralph_Frankenbach |
> +-------------------------------------------------------+
> -