[Fwd: Re: [Insight-users] Beginner: error on build with the vcl.h]

Romain Lebel romain.lebel at phaseview.fr
Tue Sep 6 11:04:57 EDT 2005


The CMakeLists.txt i'm using is simply the one provided in the toolkit's 
example
'im simply trying to build the example to get familiar with Itk

-- 
Romain Lebel
PhaseView - Telecom Paris
37-39 rue Dareau, 75014 Paris
Tel : +33 (0)1 45 81 81 68     Fax: +33 (0)1 45 81 81 44
Internet :  www.phaseview.fr

-------------- next part --------------
PROJECT(IOExamples)

ADD_EXECUTABLE(ImageReadWrite ImageReadWrite.cxx )
TARGET_LINK_LIBRARIES(ImageReadWrite ITKCommon ITKIO)

ADD_EXECUTABLE(ImageReadCastWrite ImageReadCastWrite.cxx )
TARGET_LINK_LIBRARIES(ImageReadCastWrite ITKCommon ITKIO)

ADD_EXECUTABLE(ImageReadExtractWrite ImageReadExtractWrite.cxx )
TARGET_LINK_LIBRARIES(ImageReadExtractWrite ITKCommon ITKIO)

ADD_EXECUTABLE(ImageReadRegionOfInterestWrite ImageReadRegionOfInterestWrite.cxx )
TARGET_LINK_LIBRARIES(ImageReadRegionOfInterestWrite ITKCommon ITKIO)

ADD_EXECUTABLE(RGBImageReadWrite RGBImageReadWrite.cxx )
TARGET_LINK_LIBRARIES(RGBImageReadWrite ITKCommon ITKIO)

ADD_EXECUTABLE(CovariantVectorImageWrite CovariantVectorImageWrite.cxx )
TARGET_LINK_LIBRARIES(CovariantVectorImageWrite ITKCommon ITKIO)

ADD_EXECUTABLE(CovariantVectorImageRead CovariantVectorImageRead.cxx )
TARGET_LINK_LIBRARIES(CovariantVectorImageRead ITKCommon ITKIO)

ADD_EXECUTABLE(CovariantVectorImageExtractComponent CovariantVectorImageExtractComponent.cxx )
TARGET_LINK_LIBRARIES(CovariantVectorImageExtractComponent ITKCommon ITKIO)

ADD_EXECUTABLE(VectorImageReadWrite VectorImageReadWrite.cxx )
TARGET_LINK_LIBRARIES(VectorImageReadWrite ITKCommon ITKIO)

ADD_EXECUTABLE(ComplexImageReadWrite ComplexImageReadWrite.cxx )
TARGET_LINK_LIBRARIES(ComplexImageReadWrite ITKCommon ITKIO)

ADD_EXECUTABLE(ImageReadExportVTK ImageReadExportVTK.cxx )
TARGET_LINK_LIBRARIES(ImageReadExportVTK ITKCommon ITKIO)

ADD_EXECUTABLE(RGBImageSeriesReadWrite RGBImageSeriesReadWrite.cxx )
TARGET_LINK_LIBRARIES(RGBImageSeriesReadWrite ITKCommon ITKIO)

ADD_EXECUTABLE(ImageSeriesReadWrite ImageSeriesReadWrite.cxx )
TARGET_LINK_LIBRARIES(ImageSeriesReadWrite ITKCommon ITKIO)

ADD_EXECUTABLE(ImageReadImageSeriesWrite ImageReadImageSeriesWrite.cxx )
TARGET_LINK_LIBRARIES(ImageReadImageSeriesWrite ITKCommon ITKIO)

ADD_EXECUTABLE(DicomSeriesReadImageWrite DicomSeriesReadImageWrite.cxx )
TARGET_LINK_LIBRARIES(DicomSeriesReadImageWrite ITKCommon ITKIO)

ADD_EXECUTABLE(DicomSeriesReadImageWrite2 DicomSeriesReadImageWrite2.cxx )
TARGET_LINK_LIBRARIES(DicomSeriesReadImageWrite2 ITKCommon ITKIO)

ADD_EXECUTABLE(DicomSeriesReadPrintTags DicomSeriesReadPrintTags.cxx )
TARGET_LINK_LIBRARIES(DicomSeriesReadPrintTags ITKCommon ITKIO)

ADD_EXECUTABLE(DicomImageReadPrintTags DicomImageReadPrintTags.cxx )
TARGET_LINK_LIBRARIES(DicomImageReadPrintTags ITKCommon ITKIO)

ADD_EXECUTABLE(DicomImageReadWrite DicomImageReadWrite.cxx )
TARGET_LINK_LIBRARIES(DicomImageReadWrite ITKCommon ITKIO)

ADD_EXECUTABLE(DicomImageReadChangeHeaderWrite DicomImageReadChangeHeaderWrite.cxx )
TARGET_LINK_LIBRARIES(DicomImageReadChangeHeaderWrite ITKCommon ITKIO)

ADD_EXECUTABLE(DicomSeriesReadSeriesWrite DicomSeriesReadSeriesWrite.cxx )
TARGET_LINK_LIBRARIES(DicomSeriesReadSeriesWrite ITKCommon ITKIO)

ADD_EXECUTABLE(DicomPrintPatientInformation DicomPrintPatientInformation.cxx )
TARGET_LINK_LIBRARIES(DicomPrintPatientInformation ITKCommon ITKIO)

ADD_EXECUTABLE(TransformReadWrite TransformReadWrite.cxx )
TARGET_LINK_LIBRARIES(TransformReadWrite ITKCommon ITKIO)
-------------- next part --------------
An embedded message was scrubbed...
From: Andinet Enquobahrie <andinet.enqu at kitware.com>
Subject: Re: [Insight-users] Beginner: error on build with the vcl.h
Date: Tue, 06 Sep 2005 11:00:10 -0500
Size: 2301
Url: http://public.kitware.com/pipermail/insight-users/attachments/20050906/1309e5de/erroronbuildwiththevcl-0001.mht


More information about the Insight-users mailing list