<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span>Hi Matthias,</span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span><br></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; ">thank you very much.</div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; ">You also changed in SwigInterface/CMakeLists.txt the name of swigwin to swig. This is also helpful since I had the same problem too.</div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; ">The last remaining error looks like this:</div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div><div><font size="2">------ Erstellen gestartet: Projekt: ITKAntiAliasPython, Konfiguration: Release x64
 ------</font></div><div><font size="2">Der Buildvorgang wurde am 13.07.2012 19:57:15 gestartet.</font></div><div><font size="2">InitializeBuildStatus:</font></div><div><font size="2">&nbsp; Aktualisieren des Timestamps von "ITKAntiAliasPython.dir\Release\ITKAntiAliasPython.unsuccessfulbuild".</font></div><div><font size="2">CustomBuild:</font></div><div><font size="2">&nbsp; Building Custom Rule C:/ITK/src/Modules/Filtering/AntiAlias/wrapping/CMakeLists.txt</font></div><div><font size="2">&nbsp; CMake does not need to re-run because C:\ITK\bin\Wrapping\Modules\ITKAntiAlias\CMakeFiles\generate.stamp is up-to-date.</font></div><div><font size="2">&nbsp; Generating itkAntiAliasBinaryImageFilter.xml</font></div><div><font size="2">&nbsp; Generating ../../Typedefs/itkAntiAliasBinaryImageFilter.idx</font></div><div><font size="2">&nbsp; Generating ../../Typedefs/itkAntiAliasBinaryImageFilter.i,
 ../../Typedefs/itkAntiAliasBinaryImageFilterSwigInterface.h</font></div><div><font size="2">&nbsp; Traceback (most recent call last):</font></div><div><font size="2">&nbsp; &nbsp; File "C:/ITK/src/Wrapping/Generators/SwigInterface/igenerator.py", line 560, in &lt;module&gt;</font></div><div><font size="2">&nbsp; &nbsp; &nbsp; load_mdx(f)</font></div><div><font size="2">&nbsp; &nbsp; File "C:/ITK/src/Wrapping/Generators/SwigInterface/igenerator.py", line 319, in load_mdx</font></div><div><font size="2">&nbsp; &nbsp; &nbsp; load_mdx(os.path.dirname(file_name)+os.sep+l.strip())</font></div><div><font size="2">&nbsp; &nbsp; File "C:/ITK/src/Wrapping/Generators/SwigInterface/igenerator.py", line 319, in load_mdx</font></div><div><font size="2">&nbsp; &nbsp; &nbsp; load_mdx(os.path.dirname(file_name)+os.sep+l.strip())</font></div><div><font size="2">&nbsp; &nbsp; File "C:/ITK/src/Wrapping/Generators/SwigInterface/igenerator.py", line 319, in
 load_mdx</font></div><div><font size="2">&nbsp; &nbsp; &nbsp; load_mdx(os.path.dirname(file_name)+os.sep+l.strip())</font></div><div><font size="2">&nbsp; &nbsp; File "C:/ITK/src/Wrapping/Generators/SwigInterface/igenerator.py", line 319, in load_mdx</font></div><div><font size="2">&nbsp; &nbsp; &nbsp; load_mdx(os.path.dirname(file_name)+os.sep+l.strip())</font></div><div><font size="2">&nbsp; &nbsp; File "C:/ITK/src/Wrapping/Generators/SwigInterface/igenerator.py", line 321, in load_mdx</font></div><div><font size="2">&nbsp; &nbsp; &nbsp; load_idx(os.path.dirname(file_name)+os.sep+l.strip())</font></div><div><font size="2">&nbsp; &nbsp; File "C:/ITK/src/Wrapping/Generators/SwigInterface/igenerator.py", line 286, in load_idx</font></div><div><font size="2">&nbsp; &nbsp; &nbsp; f = file(file_name)</font></div><div><font size="2">&nbsp; IOError: [Errno 2] No such file or directory:
 'C:/ITK/bin/Wrapping/Typedefs\\ITKIOImageBaseBase.idx'</font></div><div><font size="2">C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" wurde mit dem Code 1 beendet.</font></div><div><font size="2"><br></font></div><div><font size="2">but I think this is an easy one.</font></div><div><font size="2">I am going to tackle this problem tomorrow and upload the patch.</font></div><div><font size="2"><br></font></div><div><font size="2">Cheers,</font></div><div><font size="2">Willi</font></div></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "> <div dir="ltr"> <font size="2" face="Arial">
 <hr size="1">  <b><span style="font-weight:bold;">Von:</span></b> Matthias Seise &lt;mseise@gmail.com&gt;<br> <b><span style="font-weight: bold;">An:</span></b> surfersparadise85-itk@yahoo.com <br><b><span style="font-weight: bold;">CC:</span></b> Insight-users@itk.org <br> <b><span style="font-weight: bold;">Gesendet:</span></b> 21:04 Donnerstag, 12.Juli 2012<br> <b><span style="font-weight: bold;">Betreff:</span></b> RE: Problems building python bindings for itk<br> </font> </div> <br>Hi Willi,<br><br>I had the same problem with VS 2008 - you need to add the gccxml flag -D"_HAS_TR1=0"<br>I just submitted a patch for compiling wrapITK for python 2.7, 64 bit (see <a href="http://review.source.kitware.com/#/c/6411/" target="_blank">http://review.source.kitware.com/#/c/6411/</a>)<br><br>Good luck!<br><br>Matthias<br><br><br> </div> </div> </blockquote></div>   </div></body></html>