Not exactly. <br>I saved my work directory, with all my sources and libraries, formatted my HDD, installed lucid lynx, and copied my work directory back. <br><br>At first my home directory was /home/lucian/, but my old one has been /home/goron/.<br>
So, I created another user with root privileges. <br><br>But, there are still errors ?!<br><br><font style="font-family: courier new,monospace;" size="1">goron@schwarz:~/work/ransac/build$ make<br>Linking CXX executable coloredElevationMap<br>
/home/goron/TUM/source/VTK-CVS/build/bin/libvtkCommon.so: file not recognized: File truncated<br>collect2: ld returned 1 exit status<br>make[2]: *** [coloredElevationMap] Error 1<br>make[1]: *** [CMakeFiles/coloredElevationMap.dir/all] Error 2<br>
make: *** [all] Error 2<br>goron@schwarz:~/work/ransac/build$</font><br><br>I did search libvtkCommon.so and it revealed<br><br><font style="font-family: courier new,monospace;" size="1">root@schwarz:/# find /home/goron/ -name &#39;libvtkCommon.so&#39; <br>
/home/goron/TUM/source/VTK-CVS/build/bin/libvtkCommon.so<br>/home/goron/TUM/source/VTK-CVS/build/Common/CMakeFiles/CMakeRelink.dir/libvtkCommon.so</font><br><br>So, do I really need to re-build what is in<br><br><font style="font-family: courier new,monospace;" size="1">/home/goron/TUM/source/VTK-CVS</font><br>
<br>or is there another way ? <br><br>Cheers, <br><br><br><br>