<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT size=2>
<P>Hi Derek,</P>
<P>There is a simple way to solve your problem , I work with python too
and I had the same error here. I solved it in the following
way. This problem is happing because Microsoft Visual Studio 6.0 sp6 has a
limitation in the comand line extent. So, to solve this, you will need to change
your source and destination directory to something like this:</P>
<DIR>
<DIR>
<P>Before
After</P></DIR></DIR>
<P>Destination =>C:\Compilaton-1.8.1\InsightToolkit-1.8.1_bin
C:\C\in</P>
<P>Source
=>C:\Compilation-1.8.1\InsightToolkit-1.8.1
C:\C\in_bin</P>
<P> </P>
<P> </P>
<P>With a shorter path the comand line in VS will be shorter so error will not
appear , but is a little approach. The right thing to do will be set a parameter
to increse the extention of the line comand. But I donīt know where I set this.
Can <U>anyone</U> help us with this !???!</P>
<P> </P>
<P>Bruno Cassaro</P>
<P> </P>
<P>>Hi everyone,<BR>><BR>>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:<BR>><BR>>Warning
itk::VoronoiSegmentationImageFilter<itk::Image<unsigned char,
2>,itk::Image<unsigned char, 2>,itk::Image<unsigned char, 2>
><BR>>has a class hierarchy that has wrapping gaps.<BR>>The class
hierarchy wrapping is as follows:<BR>>Not wrapped:
itk::VoronoiSegmentationImageFilterBase<(itk::Image<(unsigned
char,2)>,itk::Image<(unsigned char,2)>,itk::Image<(unsigned
char,2)>)><BR>> Wrapped:
itk::ImageToImageFilter<(itk::Image<(unsigned
char,2)>,itk::Image<(unsigned char,2)>)><BR>>
Wrapped: itk::ImageSource<(itk::Image<(unsigned
char,2)>)><BR>> Wrapped:
itk::ProcessObject<BR>> Wrapped: itk::Object<BR>>
Wrapped: itk::LightObject<BR>>Error executing
c:\windows\system32\cmd.exe.<BR>><BR>><BR>>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?<BR>><BR>>Any help is
appreciated.<BR>><BR>>Derek<BR>>_______________________________________________<BR>>Insight-users
mailing
list<BR>>Insight-users@itk.org<BR>>http://www.itk.org/mailman/listinfo/insight-users<BR><BR><BR></P></FONT></FONT></DIV></BODY></HTML>