[Insight-developers] Re: cable swig fail when built with icc

Brad King brad.king at kitware.com
Mon Jan 22 14:00:22 EST 2007


Gaetan Lehmann wrote:
> Cable siwg is failing in my icc build, in release mode, with the
> following message:
> 
> [ 34%] Generating swigrun.xml
> [ 34%] Generating swigrunPython.cxx
> *** Can't open
> '/home/glehmann/src/Insight/build-icc/Wrapping/WrapITK/SwigRuntime/swigrunPython.cxx'
> 
> make[2]: *** [Wrapping/WrapITK/SwigRuntime/swigrunPython.cxx] Erreur 1
> make[1]: ***
> [Wrapping/WrapITK/SwigRuntime/CMakeFiles/SwigRuntimePython.dir/all]
> Erreur 2
> make: *** [all] Erreur 2
> 
> The file is created as it should, and if I re-run make, the build
> continue untill the next cxx file to generate.

1.) Is this an in-tree cable swig with icc or out of tree with icc?
2.) Which rule is complaining that it cannot open the.cxx file?
3.) What CMake code/macro is creating the rule?
4.) Is this a parallel build (make -j 2)?

Thanks,
-Brad


More information about the Insight-developers mailing list