[Insight-users] Errors: vnl_unary_function
Willie Johnson
wej1 at yahoo.com
Mon May 9 11:27:52 EDT 2005
I am getting the following errors while trying to
compile an ITK/VTK program. Does anyone know what the
problem is? Is there a certain library that I need to
link to? My CMakeList file is also listed. Thanks.
Building executable
/.autofs/gri.vail/users/wjohnson/EPSCoR/dude/itk-vtk/dude...
/.autofs/gri.vail/users/wjohnson/itk-linux/bin/libitkvnl.so:
undefined reference to `vnl_unary_function<double,
vnl_vector<double> >::get_range_max() const'
/.autofs/gri.vail/users/wjohnson/itk-linux/bin/libitkvnl.so:
undefined reference to `vnl_unary_function<double,
vnl_vector<double> >::get_range_min() const'
collect2: ld returned 1 exit status
-------------------------------------------------------
CMakeList.txt
-------------
PROJECT (dude C++)
FIND_PACKAGE (ITK)
IF (ITK_FOUND)
INCLUDE (${USE_ITK_FILE})
ENDIF (ITK_FOUND)
FIND_PACKAGE (VTK)
IF (VTK_FOUND)
INCLUDE (${USE_VTK_FILE})
ENDIF (VTK_FOUND)
ADD_EXECUTABLE(dude dude.cpp)
LINK_LIBRARIES(
dude
ITKAlgorithms
ITKBasicFilters
ITKCommon
ITKIO
itkvnl
vtkHybrid
vtkRendering
)
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
More information about the Insight-users
mailing list