Hi

I am using ITK 3.18.0 with VTK 5.6.0 and i get the following error on MITK 0.14 
compilation on windows 7, VS 2008:


26>..\..\..\..\Source\mitk-0.14\Core\Code\DataManagement\mitkDataTree.cpp(248) 
: error C2668: 'itk::FixedArray<TValueType,VLength>::FixedArray' : ambiguous 
call to overloaded function
26>        with
26>        [
26>            TValueType=mitk::ScalarType,
26>            VLength=2
26>        ]
26>        
D:\develop\Source\InsightToolkit-3.18.0\Code\Common\itkFixedArray.h(143): could 
be 'itk::FixedArray<TValueType,VLength>::FixedArray(const float &)'
26>        with
26>        [
26>            TValueType=mitk::ScalarType,
26>            VLength=2
26>        ]
26>        
D:\develop\Source\InsightToolkit-3.18.0\Code\Common\itkFixedArray.h(142): or    
   'itk::FixedArray<TValueType,VLength>::FixedArray(const float [])'
26>        with
26>        [
26>            TValueType=mitk::ScalarType,
26>            VLength=2
26>        ]
26>        while trying to match the argument list '(int)'

Can anybody help?




------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to