Hi all,<br><br>I solved the problem with running cmake-2.4 patch 7. It worked ...<br>Regards<br><br><div class="gmail_quote">2008/5/26 Steve M. Robbins &lt;<a href="mailto:steve@sumost.ca">steve@sumost.ca</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, May 25, 2008 at 07:25:09PM -0400, Luis Ibanez wrote:<br>
&gt;<br>
&gt; Hi Olivier,<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;It works for me... &nbsp; :-/<br>
<br>
</div>Dumb question: did you configure for python wrapping using cableswig?<br>
<div class="Ih2E3d"><br>
<br>
<br>
&gt; From your error message it actually looks like you<br>
&gt; are not doing this from a build that you configured<br>
&gt; with CMake 2.6 from the begining.<br>
<br>
</div>That&#39;s what the message implies, but it isn&#39;t true.<br>
I have the same problem, built from scratch using<br>
cmake 2.6 [1].<br>
<br>
The error message is quite misleading, since it doesn&#39;t come from a<br>
generated file (necessarily). &nbsp;In the case in point, it actually is<br>
generated, but only to subsitute in the destination directory. &nbsp;The<br>
relevant bit (&quot;COMPONENTS&quot;) is hardcoded, not generated:<br>
<br>
<br>
---- Excerpt from Wrapping/CSwig/<a href="http://pythonfiles_install.cmake.in" target="_blank">pythonfiles_install.cmake.in</a> ----<br>
<div class="Ih2E3d"><br>
FILE(INSTALL<br>
 &nbsp;DESTINATION &quot;@CMAKE_INSTALL_PREFIX@@ITK_INSTALL_LIB_DIR@&quot;<br>
 &nbsp;TYPE FILE<br>
 &nbsp;COMPONENTS &quot;RuntimeLibraries&quot;<br>
 &nbsp;FILES ${ITK_PYTHON_FILES})<br>
<br>
</div>---- Wrapping/CSwig/<a href="http://pythonfiles_install.cmake.in" target="_blank">pythonfiles_install.cmake.in</a> ----<br>
<br>
<br>
I wonder if the message really should read &quot;... generated for an older<br>
version of CMake.&quot; instead of &quot;generated with&quot;.<br>
<br>
-Steve<br>
<br>
[1] <a href="http://buildd.debian.org/fetch.cgi?&amp;pkg=insighttoolkit&amp;ver=3.6.0-1&amp;arch=amd64&amp;stamp=1211586393&amp;file=log" target="_blank">http://buildd.debian.org/fetch.cgi?&amp;pkg=insighttoolkit&amp;ver=3.6.0-1&amp;arch=amd64&amp;stamp=1211586393&amp;file=log</a><br>

<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
&gt; -----------------------<br>
&gt; Olivier Tournaire wrote:<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; I am currently trying to build ITK, but it fails during install.<br>
&gt;&gt; CMake version: cmake version 2.6-patch 0<br>
&gt;&gt; g++ version : g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)<br>
&gt;&gt; Ubuntu Gutsy<br>
&gt;&gt;<br>
&gt;&gt; It builds correctly, but when I do &#39;sudo make install&#39;, I get the<br>
&gt;&gt; following message:<br>
&gt;&gt;<br>
&gt;&gt; &quot;[...]<br>
&gt;&gt; Linking CXX executable CMakeFiles/CMakeRelink.dir/itkTestDriver<br>
&gt;&gt; Install the project...<br>
&gt;&gt; -- Install configuration: &quot;&quot;<br>
&gt;&gt; CMake Error at cmake_install.cmake:35 (FILE):<br>
&gt;&gt; &nbsp; file INSTALL called with old-style COMPONENTS argument. &nbsp;This script was<br>
&gt;&gt; &nbsp; generated with an older version of CMake. &nbsp;Re-run this cmake version on<br>
&gt;&gt; &nbsp; your build tree.<br>
&gt;&gt; &quot;<br>
<br>
</div></div><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.6 (GNU/Linux)<br>
<br>
iD8DBQFIOiTu0i2bPSHbMcURAo5vAJ96Ha5YuXD2Z+8dWNzTJWu6oQylMwCfUXW3<br>
xDkqgP8MjkdzlWxyIbpKijM=<br>
=Ssxe<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
Insight-users mailing list<br>
<a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>