[Insight-developers] VXL + WrapITK for Farsight
    Kevin H. Hobbs 
    hobbsk at ohiou.edu
       
    Tue Jun  9 14:51:22 EDT 2009
    
    
  
On Tue, 2009-06-09 at 12:46 -0400, Kevin H. Hobbs wrote:
> I'm in the process of adjusting the ITK build on gargon to work with
> Farsight.
> 
> I set up ITK to wrap for python and that went well.
> 
> Farsight seems to demand that ITK be built with system vxl.
> 
> I built vxl and tried to build ITK against it.
> 
> I get these build errors on gargon :
> 
> http://www.cdash.org/CDash/viewBuildError.php?buildid=351609
> 
> Is there anything that I can do to correct this?
Replying to myself..
Insight_build/Wrapping/WrapITK/Modules/VXLNumerics/wrap_vnl_matrix_fixedPython.cxx
includes
Insight_build/Wrapping/WrapITK/Modules/VXLNumerics/wrap_vnl_matrix_fixed.cxx
which includes 
vnl/vnl_matrix_fixed.h
which includes 
vnl/vnl_vector.h and mentions vnl_vector_fixed in several places but
does not include the header...
I may have gone too far down the rabbit hole here but shouldn't the
vnl_vector_fixed header be included somewhere before the
_wrap_vnl_matrix_fixedD_2_3_get_column function.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20090609/ac37c6f2/attachment.pgp>
    
    
More information about the Insight-developers
mailing list