<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" 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><wbr 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: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><wbr 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;">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>
</body>
</html>