[Insight-users] ITK/Python Compile error
William A. Hoffman
billlist at nycap.rr.com
Tue Dec 7 16:57:25 EST 2004
You may have to go to using nmake instead of the IDE.
I think VS6 has some command line limits that kill things for the wrapping.
-Bill
At 02:11 PM 12/7/2004, Derek W. Cool wrote:
>Hi everyone,
>
>I've been trying to compile today's CVS version of ITK with python wrapping on WinXP using VC6.0 and am getting the following error near the end of the build:
>
>Warning itk::VoronoiSegmentationImageFilter<itk::Image<unsigned char, 2>,itk::Image<unsigned char, 2>,itk::Image<unsigned char, 2> >
>has a class hierarchy that has wrapping gaps.
>The class hierarchy wrapping is as follows:
>Not wrapped: itk::VoronoiSegmentationImageFilterBase<(itk::Image<(unsigned char,2)>,itk::Image<(unsigned char,2)>,itk::Image<(unsigned char,2)>)>
> Wrapped: itk::ImageToImageFilter<(itk::Image<(unsigned char,2)>,itk::Image<(unsigned char,2)>)>
> Wrapped: itk::ImageSource<(itk::Image<(unsigned char,2)>)>
> Wrapped: itk::ProcessObject
> Wrapped: itk::Object
> Wrapped: itk::LightObject
>Error executing c:\windows\system32\cmd.exe.
>
>
>On the dashboard the "zion.kitware, Linux-g++-3.3-Python", I see the warning and everything up to the error value, but I don't see the warnings shown on the "terminus.kitware Windows-devenv-Python". Has anyone run into this problem OR successfully build python wrapping using VC6.0 on WinXP?
>
>Any help is appreciated.
>
>Derek
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list