<!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 ,&nbsp;I work with python too 
and&nbsp;I had the same error here.&nbsp; I solved it &nbsp;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 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
After</P></DIR></DIR>
<P>Destination =&gt;C:\Compilaton-1.8.1\InsightToolkit-1.8.1_bin 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; C:\C\in</P>
<P>Source 
=&gt;C:\Compilation-1.8.1\InsightToolkit-1.8.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
C:\C\in_bin</P>
<P>&nbsp;</P>
<P>&nbsp;</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>&nbsp;</P>
<P>Bruno Cassaro</P>
<P>&nbsp;</P>
<P>&gt;Hi everyone,<BR>&gt;<BR>&gt;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>&gt;<BR>&gt;Warning 
itk::VoronoiSegmentationImageFilter&lt;itk::Image&lt;unsigned char, 
2&gt;,itk::Image&lt;unsigned char, 2&gt;,itk::Image&lt;unsigned char, 2&gt; 
&gt;<BR>&gt;has a class hierarchy that has wrapping gaps.<BR>&gt;The class 
hierarchy wrapping is as follows:<BR>&gt;Not wrapped: 
itk::VoronoiSegmentationImageFilterBase&lt;(itk::Image&lt;(unsigned 
char,2)&gt;,itk::Image&lt;(unsigned char,2)&gt;,itk::Image&lt;(unsigned 
char,2)&gt;)&gt;<BR>&gt;&nbsp;&nbsp; Wrapped: 
itk::ImageToImageFilter&lt;(itk::Image&lt;(unsigned 
char,2)&gt;,itk::Image&lt;(unsigned char,2)&gt;)&gt;<BR>&gt;&nbsp;&nbsp; 
Wrapped: itk::ImageSource&lt;(itk::Image&lt;(unsigned 
char,2)&gt;)&gt;<BR>&gt;&nbsp;&nbsp; Wrapped: 
itk::ProcessObject<BR>&gt;&nbsp;&nbsp; Wrapped: itk::Object<BR>&gt;&nbsp;&nbsp; 
Wrapped: itk::LightObject<BR>&gt;Error executing 
c:\windows\system32\cmd.exe.<BR>&gt;<BR>&gt;<BR>&gt;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".&nbsp; Has anyone run into this problem OR successfully 
build python wrapping using VC6.0 on WinXP?<BR>&gt;<BR>&gt;Any help is 
appreciated.<BR>&gt;<BR>&gt;Derek<BR>&gt;_______________________________________________<BR>&gt;Insight-users 
mailing 
list<BR>&gt;Insight-users@itk.org<BR>&gt;http://www.itk.org/mailman/listinfo/insight-users<BR><BR><BR></P></FONT></FONT></DIV></BODY></HTML>