[vtkusers] VTK make install cannot find libvtkCommonCore-6.3.so.1
the lily
the.1.lily at hotmail.com
Thu Jul 28 09:58:52 EDT 2016
Yes, I have write access.
________________________________
From: vtkusers <vtkusers-bounces at vtk.org> on behalf of Mike Chinander <chinander at gmail.com>
Sent: Thursday, July 28, 2016 4:13 PM
To: vtkusers at vtk.org
Subject: Re: [vtkusers] VTK make install cannot find libvtkCommonCore-6.3.so.1
Do you have write access to /home? Typically, for an individual user install, the CMAKE_INSTALL_PREFIX would be /home/username/VTK-6.3.0, where 'username' is your username.
On Wed, Jul 27, 2016 at 4:53 PM, the lily <the.1.lily at hotmail.com<mailto:the.1.lily at hotmail.com>> wrote:
Hi
I'm building VTK 6.3 on my machine, these are the steps I followed
cmake.
vi CMakeCache.txt
and changed CMAKE_INSTALL_PREFIX:PATH=/home/VTK-6.3.0
make -j
make install
Everything went well until I tried to do make install, to write the header files into the include directory I keep getting this error
CMake Error at Common/Core/cmake_install.cmake:47 (FILE):
file INSTALL cannot find
"/home/VTK-6.3.0/lib/libvtkCommonCore-6.3.so.1".
Call Stack (most recent call first):
cmake_install.cmake:100 (INCLUDE)
I found this suggestion but it did not work: export LD_LIBRARY_PATH=/home/VTK-6.3.0/lib:$LD_LIBRARY_PATH
_______________________________________________
Powered by www.kitware.com<http://www.kitware.com>
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Search the list archives at: http://markmail.org/search/?q=vtkusers
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160728/86e437d5/attachment.html>
More information about the vtkusers
mailing list