[Insight-users] many errors
Syrine Sahmim
syrine.sahmim at yahoo.fr
Wed Jun 17 06:52:36 EDT 2009
ok
the error message i have is "DicomImageReadWrite.cxx
.\DicomImageReadWrite.cxx(8) : fatal error
C1083: Impossible d'ouvrir le fichier include :
'itkImageFileReader.h' : No such file or directory" and i
Now,i try to change cmake file now as follows:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
# Find ITK.
FIND_PACKAGE(ITK REQUIRED)
INCLUDE(${ITK_USE_FILE})
PROJECT(IOExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(DicomImageReadWrite DicomImageReadWrite.cxx )
TARGET_LINK_LIBRARIES(DicomImageReadWrite ITKIO)
but when i execute cmake i have other error when i buil cmake with cmake to have the fila .sln
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090617/aa72f09c/attachment.htm>
More information about the Insight-users
mailing list