<div dir="ltr">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.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 27, 2016 at 4:53 PM, the lily <span dir="ltr"><<a href="mailto:the.1.lily@hotmail.com" target="_blank">the.1.lily@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi </p>
<p><br>
</p>
<p>I'm building VTK 6.3 on my machine, these are the steps I followed </p>
<p><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px"><br>
</span></p>
<p><font color="#222222" face="arial, sans-serif"><span style="font-size:12.8px">cmake.</span></font></p>
<p><font color="#222222" face="arial, sans-serif"><span style="font-size:12.8px"><br>
</span></font></p>
<p></p>
<div>vi CMakeCache.txt</div>
<div>and changed CMAKE_INSTALL_PREFIX:PATH=/home/VTK-6.3.0</div>
<div><br>
</div>
<div>make -j</div>
<div><br>
</div>
<div>make install</div>
<div><br>
</div>
<p></p>
<p>Everything went well until I tried to do make install, to write the header files into the include directory I keep getting this error </p>
<p><br>
</p>
<p><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">CMake Error at Common/Core/cmake_install.</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">cmake:47
 (FILE):</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">  file INSTALL cannot find</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">  "/home/VTK-6.3.0/lib/</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">libvtkCommonCore-6.3.so.1".</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">Call Stack (most recent call first):</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">  cmake_install.cmake:100 (INCLUDE)</span><br>
</p>
<p><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px"><br>
</span></p>
<p><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">I found this suggestion but it did not work: <span>export LD_LIBRARY_PATH=/home/VTK-6.3.0/lib:$LD_LIBRARY_PATH</span></span></p>
<p><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px"><span><br>
</span></span></p>
<p><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px"><br>
</span></p>
</div>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>