[Insight-users] Fw: hai
manjunath dudagi
manju_dudagi at yahoo.co.in
Mon May 4 10:22:35 EDT 2009
---
Dear sir i tried to execute the application level set segmentation. 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 level set segmentation is as follows.
PROJECT(LevelSetSegmentation)
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 )
ADD_EXECUTABLE(itk2DThresholdSegmentationLevelSetImageFilter itk2DThresholdSegmentationLevelSetImageFilter.cxx)
INSTALL_TARGETS(/bin itk2DThresholdSegmentationLevelSetImageFilter)
TARGET_LINK_LIBRARIES (itk2DThresholdSegmentationLevelSetImageFilter
ITKAlgorithms
ITKBasicFilters
ITKCommon
ITKIO
)
ADD_EXECUTABLE(itk2DCannySegmentationLevelSetImageFilter itk2DCannySegmentationLevelSetImageFilter.cxx)
INSTALL_TARGETS(/bin itk2DCannySegmentationLevelSetImageFilter)
TARGET_LINK_LIBRARIES (itk2DCannySegmentationLevelSetImageFilter
ITKAlgorithms
ITKBasicFilters
ITKCommon
ITKIO
)
Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo! Edition * Click here!
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/cef5260c/attachment.htm>
More information about the Insight-users
mailing list