MantisBT - ITK
View Issue Details
0009137ITKpublic2009-06-11 10:302010-10-21 12:31
Kevin H. Hobbs 
Gaetan Lehmann 
normalmajoralways
closedfixed 
 
 
0009137: ITK links against itkvnl with USE_WRAP_ITK despite ITK_USE_SYSTEM_VXL
When ITK is built with USE_WRAP_ITK and ITK_USE_SYSTEM_VXL the VXLNumericsPython library is linked with itkvnl, which does not exist.

If the line :

SET(WRAPPER_LIBRARY_LINK_LIBRARIES itkvnl itkvnl_inst)

in the file :

Insight/Wrapping/WrapITK/Modules/VXLNumerics/CMakeLists.txt

is changed to :

SET(WRAPPER_LIBRARY_LINK_LIBRARIES ITKCommon )

ITK is successfully linked.
The build :

http://www.cdash.org/CDash/viewBuildError.php?buildid=351728 [^]

shows this failure.
No tags attached.
parent of 0009232closed Luis Ibanez ITK 3.14 doesn't build with System VXL 
Issue History
2009-06-11 10:30Kevin H. HobbsNew Issue
2009-06-17 17:06Gaetan LehmannStatusnew => assigned
2009-06-17 17:06Gaetan LehmannAssigned To => Gaetan Lehmann
2009-06-17 17:07Gaetan LehmannNote Added: 0016736
2009-06-17 17:07Gaetan LehmannStatusassigned => resolved
2009-06-17 17:07Gaetan LehmannResolutionopen => fixed
2009-07-03 14:08Luis IbanezRelationship addedparent of 0009232
2010-10-21 12:31Gabe HartStatusresolved => closed

Notes
(0016736)
Gaetan Lehmann   
2009-06-17 17:07   
Fixed in cvs and in WrapITK unstable.
Thanks!

http://public.kitware.com/cgi-bin/viewcvs.cgi/Wrapping/WrapITK/Modules/VXLNumerics/CMakeLists.txt?root=Insight&r1=1.4&r2=1.5 [^]
http://code.google.com/p/wrapitk/source/detail?r=387 [^]