[Insight-users] Problem with installation of VTK
Luis Ibanez
luis.ibanez at kitware.com
Sun Feb 28 17:33:54 EST 2010
Hi Eduardo,
1) This is the ITK users list (for the Insight Toolkit).
Your email will be more appropriate
for the VTK users list:
http://www.vtk.org/mailman/listinfo/vtkusers
2) Creating the binary directory for VTKinside the
source tree of VTK doesn't seem to be a good idea.
You may want to try doing:
Source Tree in: /usr/local/vtk/VTK
Binary Tree in: /usr/local/vtk/Binary
Then
cd /usr/local/vtk/Binary
ccmake ../VTK
and, of course, make sure that you have
writing permission for the binary directory.
Regards,
Luis
-------------------------------------------------------
On Sun, Feb 28, 2010 at 5:14 PM, <edoardo.belletti at alice.it> wrote:
> Hi
> I have a problem in the installation of VTK, in particular in building
> cmake.
> I have created a directory called /usr/local/vtk in which I have unrar
> tarball vtk-5.4.2.tar.gz
> than I have Created a binary directory to compile the code:
> /usr/local/vtk/VTK/bin
> than changing directory to the binary directory, and running the CMake
> configuration tool in this way:
>
> cd /usr/local/vtk/VTK/bin
> ccmake ..
>
> Now when I press 'c' to configure the output is that:
>
>
> CMake Error at CMakeLists.txt:18 (FILE):
> file Internal CMake error when trying to open file:
> /usr/local/vtk/VTK/bin/VTKCompileToolsConfig.cmake for writing.
>
>
>
> CMake Error: Failed to create CMakeList file for
> /usr/local/vtk/VTK/bin/CMakeTmp/CMakeFiles/CMakeTmp/CMakeLists.txt
>
> CMake Error: : System Error: Permission denied
>
> CMake Error: Could not open file for write in copy operation
> /usr/local/vtk/VTK/bin/VTKBuildSettings.cmake.tmp
>
> CMake Error: : System Error: Permission denied
>
> CMake Error at
> /usr/share/cmake-2.8/Modules/CMakeExportBuildSettings.cmake:31
> (CONFIGURE_FILE):
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list