[Insight-users] build fails to download gccxml (4.2.1)

Matt McCormick matt.mccormick at kitware.com
Mon Nov 12 14:56:09 EST 2012


On Mon, Nov 12, 2012 at 6:17 PM, David Froger <david.froger at gmail.com> wrote:
>> > Should I install http://itk.org/files/gccxml/gccxml-2012-08-08.tar.bz2 on my system, and
>> > then use ITK 4.2.1, with -DITK_USE_SYSTEM_GCCXML=ON and -DGCCXML=/path/to/the/installed/xml ?
>> >
>>
>> That would work, too.
>
> I confirm that it works. (while the release branch still fetches the GCCXML cvs).
>
> There is just a problem  with the 'make install'.  While CMAKE_INSTALL_PREFIX is
> set and almost all the files  are installed into it,  FindWrapITK.cmake is tried
> to be installed in privileged directory:
>
>     -- Installing: /usr/share/cmake-2.8/Modules/FindWrapITK.cmake
>     CMake Error at Wrapping/install_wrapitk_compatibility.cmake:2 (file):
>       file INSTALL cannot copy file
>       "/local/froger/itk_distrib_workdir/build/4.2.1.b.3/Wrapping/InstallOnly/FindWrapITK.cmake"
>       to "/usr/share/cmake-2.8/Modules/FindWrapITK.cmake".
>     Call Stack (most recent call first):
>       Wrapping/cmake_install.cmake:50 (INCLUDE)
>       cmake_install.cmake:202 (INCLUDE)
>

Does it work with the CMake option INSTALL_WRAP_ITK_COMPATIBILITY OFF?

Thanks,
Matt


More information about the Insight-users mailing list