MantisBT - ITK
View Issue Details
0009136ITKpublic2009-06-11 10:102010-10-21 11:18
Kevin H. Hobbs 
Kevin H. Hobbs 
normalmajoralways
closedfixed 
 
 
backlog
0009136: ITK fails to build with USE_WRAP_ITK and ITK_USE_SYSTEM_VXL
When wrapping the vxl function get_column from vnl_matrix_fixed for python the build fails because the result is a vnl_vector_fixed and vnl_vector_fixed.h is not included.

The ITK build can continue if the line :

WRAP_INCLUDE("vnl/vnl_vector_fixed.h")

is added to :

Insight/Wrapping/WrapITK/Modules/VXLNumerics/wrap_vnl_matrix_fixed.cmake

I have also reported this issue to the vxl users list, and asked that vnl/vnl_vector_fixed.h be included directly in vnl/vnl_matrix_fixed.h.
This build on the dashboard shows the error :

http://www.cdash.org/CDash/viewBuildError.php?buildid=352575 [^]
No tags attached.
parent of 0009232closed Luis Ibanez ITK 3.14 doesn't build with System VXL 
Issue History
2009-06-11 10:10Kevin H. HobbsNew Issue
2009-06-18 16:16Kevin H. HobbsNote Added: 0016738
2009-07-03 14:08Luis IbanezRelationship addedparent of 0009232
2009-07-06 11:57Kevin H. HobbsStatusnew => assigned
2009-07-06 11:57Kevin H. HobbsAssigned To => Kevin H. Hobbs
2010-10-21 11:18Hans JohnsonSprint Status => backlog
2010-10-21 11:18Hans JohnsonNote Added: 0022567
2010-10-21 11:18Hans JohnsonStatusassigned => closed
2010-10-21 11:18Hans JohnsonResolutionopen => fixed

Notes
(0016738)
Kevin H. Hobbs   
2009-06-18 16:16   
Fixed in CVS

http://public.kitware.com/cgi-bin/viewcvs.cgi/Wrapping/WrapITK/Modules/VXLNumerics/wrap_vnl_matrix_fixed.cmake?root=Insight&r1=1.1&r2=1.2 [^]
(0022567)
Hans Johnson   
2010-10-21 11:18   
appears to be fixed.