[Insight-users] hai
manjunath dudagi
manju_dudagi at yahoo.co.in
Mon May 4 10:17:08 EDT 2009
Dear sir i tried to execute the application AntiAliasBinaryImageFilter. i have successfully compiled it using cmake. but when i tried to build the solution i got some errors which included some missing files and i have fixed those errors but i am getting the following error which i could not fix..
the error i got is:-
fatal error:cannot find iso/vcl_limits.h file.
sir can you please help me in fixing this error.
the cmakelist of AntiAliasBinaryImageFilter is as follows.
PROJECT(AntiAliasBinaryImageFilter)
IF( BUILD_OUTSIDE_INSIGHT_APPLICATIONS )
FIND_PACKAGE(ITK)
IF(ITK_FOUND)
INCLUDE(${ITK_USE_FILE})
ELSE(ITK_FOUND)
MESSAGE(FATAL_ERROR
"Cannot build InsightApplications without ITK. Please set ITK_DIR.")
ENDIF(ITK_FOUND)
ENDIF( BUILD_OUTSIDE_INSIGHT_APPLICATIONS )
INCLUDE_DIRECTORIES(
${AntiAliasBinaryImageFilter_SOURCE_DIR}
${AntiAliasBinaryImageFilter_SOURCE_DIR}/../StreamedWatershedSegmentation/ParameterFileParser
)
ADD_EXECUTABLE(itkAntiAliasBinaryImageFilterExample itkAntiAliasBinaryImageFilterExample.cxx)
INSTALL_TARGETS(/bin itkAntiAliasBinaryImageFilterExample)
TARGET_LINK_LIBRARIES (itkAntiAliasBinaryImageFilterExample
param
ITKAlgorithms
ITKBasicFilters
ITKCommon
ITKIO
)
ADD_EXECUTABLE(itkSampleDataGenerator itkSampleDataGenerator.cxx)
INSTALL_TARGETS(/bin itkSampleDataGenerator)
TARGET_LINK_LIBRARIES (itkSampleDataGenerator
param
ITKAlgorithms
ITKBasicFilters
ITKCommon
ITKIO
)
Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo! Edition http://downloads.yahoo.com/in/firefox/?fr=om_email_firefox
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090504/5f962814/attachment-0001.htm>
More information about the Insight-users
mailing list