[Insight-users] ITK CVS (June 03, 2008) with CMake 2.6 Install Error
Karthik Krishnan
karthik.krishnan at kitware.com
Tue Jun 3 14:21:50 EDT 2008
What its telling you is that you configured your binary tree using an
older version of CMake and then used a newer version of CMake on the
same binary tree.
When you upgrade your build tool (CMake), be sure to completely wipe
out the binary directory and start your configure/build process from
scratch.
--
karthik
On Tue, Jun 3, 2008 at 6:16 PM, Oleksandr Dzyubak <adzyubak at gmail.com> wrote:
> Dear ITKers,
>
> I just tried to completely rebuild my ITK system using CMake 2.6.
> Compiling went fine. However while trying to install ITK, got an error
> below.
>
> Can that error be fixed?
>
> Alex
>
> ************* Begin Error log *********
>
> CMake Error at Wrapping/CSwig/pythonfiles_install.cmake:10 (FILE):
> file INSTALL called with old-style COMPONENTS argument. This script was
> generated with an older version of CMake. Re-run this cmake version on
> your build tree.
> Call Stack (most recent call first):
> Wrapping/CSwig/cmake_install.cmake:80 (INCLUDE)
> Wrapping/cmake_install.cmake:37 (INCLUDE)
> cmake_install.cmake:52 (INCLUDE)
>
>
> make: *** [install] Error 1
>
>
> ************ End Error log ************
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list