[Insight-users] Error while compiling ITK with Python wrappers
on Windows
Luis Ibanez
luis . ibanez at kitware . com
Mon, 22 Dec 2003 14:12:05 -0500
Hi Hari,
When you built CableSwig,
Did you selected the "Release" compilation mode ?
It may be that you build it for Debug, therefore the executable
gccxml_cc1plus.exe
will be located in a directory:
D:/Local/ITK 1.40/cableBin/bin/Debug/gccxml_cc1plus.exe
instead of the expected
D:/Local/ITK 1.40/cableBin/bin/Release/gccxml_cc1plus.exe
Please got to the directory
D:/Local/ITK 1.40/cableBin/bin/Release
and check if the executable "gccxml_cc1plus.exe" is there or not.
Please let us know what you find,
Thanks
Luis
---------------------------
Hari Sundar wrote:
>Hi,
>
>I am trying to compile ITK 1.40 along with CableSwig on Windows using VC++ 6.0.
>
>I get the follwing error, and am struck ...
>
>-------------------------------------------------
>
>--------------------Configuration: SwigRuntimePython - Win32
>Release--------------------
>Building Custom Rule "D:\Local\ITK
>1.40\InsightToolkit-1.4.0\Wrapping\CSwig\SwigRuntime\swigrun.h"
>Error executing D:/Local/ITK 1.40/cableBin/bin/Release/gccxml_cc1plus.exe
>Error executing c:\windows\system32\cmd.exe.
>
>ALL_BUILD - 1 error(s), 0 warning(s)
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk . org
>http://www . itk . org/mailman/listinfo/insight-users
>
>
>