<div dir="ltr">Thanks, Pierre. I tried this on my own system, and there is indeed a bug that causes the command to fail if the input or output filename begins with "//". I have a few guesses as to where this bug occurs, I'll see if I can track it down.<div><br></div><div> - David</div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 13, 2017 at 7:08 AM, Pierre Turlais <span dir="ltr"><<a href="mailto:pturlais@seismith.com" target="_blank">pturlais@seismith.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div class="m_-1679270061041403593moz-cite-prefix">Hi,<br>
<br>
I have been able to reproduce the problem ( vtkWrapPython error )
on a CentOS 7 machine with the following :<br>
<br>
cmake3 //d4-2/VTK/VTK-7.1.1 # Note the double // which kind of
match you //home/alam38 .....<br>
<br>
May you should try reconfigure with /home/alam38 ( or understand
how/why you get //home/alam38 ).<br>
<br>
Running the vtkWrapPython command alone with or without the //
shows the problem.<br>
<br>
[turlais@wk6 Python]$ pwd<br>
/d4-2/VTK/BLD/Wrapping/Python<br>
<br>
[turlais@wk6 Python]$ ../../bin/vtkWrapPython-7.1
@/d4-2/VTK/BLD/Wrapping/<wbr>Python/vtkCommonCorePython.<wbr>Debug.args -o
/d4-2/VTK/BLD/Wrapping/Python/<wbr>vtkAbstractArrayPython.cxx
/d4-2/VTK/VTK-7.1.1/Common/<wbr>Core/vtkAbstractArray.h<br>
<br>
[turlais@wk6 Python]$ ../../bin/vtkWrapPython-7.1
@/d4-2/VTK/BLD/Wrapping/<wbr>Python/vtkCommonCorePython.<wbr>Debug.args -o
//d4-2/VTK/BLD/Wrapping/<wbr>Python/vtkAbstractArrayPython.<wbr>cxx
/d4-2/VTK/VTK-7.1.1/Common/<wbr>Core/vtkAbstractArray.h<br>
Usage: vtkWrapPython-7.1 [options] infile... <br>
--help print this help message<br>
--version print the VTK version<br>
-o <file> the output file<br>
-I <dir> add an include directory<br>
-D <macro[=def]> define a preprocessor macro<br>
-U <macro> undefine a preprocessor macro<br>
@<file> read arguments from a file<br>
--hints <file> the hints file to use<br>
--types <file> the type hierarchy file to use<br>
--concrete force concrete class (ignored, deprecated)<br>
--abstract force abstract class (ignored, deprecated)<br>
--vtkobject vtkObjectBase-derived class (ignored,
deprecated)<br>
--special non-vtkObjectBase class (ignored, deprecated)<br>
<br>
Regards,<br>
Pierre TURLAIS<br></div></div></blockquote></div></div></div></div>