[Insight-users] qmake vs. cmake
Miller, James V (Research)
millerjv@crd.ge.com
Wed, 18 Sep 2002 10:13:30 -0400
Make sure that RTTI and exceptions compiler options are turned on
for the msdev builds.
> -----Original Message-----
> From: Th. Boettger [mailto:t.boettger@dkfz-heidelberg.de]
> Sent: Tuesday, September 17, 2002 5:55 AM
> To: ITK Mailing List
> Subject: [Insight-users] qmake vs. cmake
>
>
> Hi everybody,
>
> We have the following problem:
>
> We're trying to compile an example program on windows and VC
> 7.0 as well as
> on Linux. We created a qmake-pro file and generated the
> makefile and the
> vc-project file, respectively. When executing the program on linux
> everything works well, but when executing the prog on windows the
> application exits abnormally when calling a filter->Update()
> method with the
> following msg:
>
> This application has requested the Runtime to terminate
> it in an unusual
> way.
> Please contact the application's support team for more
> information.
>
>
> VC debug:
>
> kernel32.dll!77e6d756()
> msvcr70.dll!_CxxThrowException(void *
> pExceptionObject=0x0012fcd8, const
> _s__ThrowInfo * pThrowInfo=0x7c047f0c) + 0x34 C++
> msvcr70.dll!HeapManager::Destructor() C++
> >
> itkTests.exe!vnl_matrix_fixed_ref<double,2,2>::vnl_matrix_fixe
> d_ref<double,2
> ,2>(double * space=0x008b5ab8) Line 48 + 0x34 C++
> itkTests.exe!itk::Image<float,2>::RebuildTransforms()
> Line 259 + 0x22 C++
> itkTests.exe!itk::Image<float,2>::SetSpacing(const float *
> spacing=0x008b34c0) Line 169 + 0x10 C++
> itkTests.exe!itk::RandomImageSource<itk::Image<float,2>
> >::GenerateOutputInformation() Line 121 + 0x17 C++
>
> itkTests.exe!itk::ImageBase<2>::UpdateOutputInformation()
> Line 128 + 0x34
> C++
>
> itkTests.exe!itk::ProcessObject::UpdateOutputInformation()
> Line 581 C++
>
> itkTests.exe!itk::ProcessObject::UpdateLargestPossibleRegion()
> Line 1064
> C++
> itkTests.exe!main(int argc=1244688, char * *
> argv=0x00000002) Line 55 +
> 0x21 C++
>
> When using a cmake project file on windows the application
> behaves normal.
>
> Does anybody know of what one have to take care when creating
> the vc project
> from a qmake file instead of a cmake file?
>
> Thanks
> Thomas
>
> ---
> Dipl.-Inform. Thomas Boettger
> Deutsches Krebsforschungszentrum (German Cancer
> Research Center)
> Div. Medical and Biological Informatics H0100 Tel: (+49)
> 6221-42 2328
> Im Neuenheimer Feld 280 Fax: (+49)
> 6221-42 2345
> D-69120 Heidelberg e-mail:
> t.boettger@DKFZ.de
> Germany
> http://www.dkfz.de/mbi
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>