[Insight-users] (no subject)

manjunath dudagi manju_dudagi at yahoo.co.in
Thu May 7 05:39:12 EDT 2009


 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




      Own a website.Get an unlimited package.Pay next to nothing.*Go to http://in.business.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090507/cab9e3c9/attachment-0001.htm>


More information about the Insight-users mailing list