[Insight-users] hai
manjunath dudagi
manju_dudagi at yahoo.co.in
Fri May 8 03:07:52 EDT 2009
i removed those two lines as suggested by u sir from the
AntiAliasBinaryImageFilter application.i successfully configured it but
while building the solution i got this error sir.the code after
removing those 2 lines is as follows:-
PROJECT(AntiAliasBinaryImageFilter)
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)
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
)
fatal error:-cannot open file 'param.lib'.
please suggest us regarding this error sir.
thanking
you
manjunath
From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090508/6fbfb90a/attachment.htm>
More information about the Insight-users
mailing list