Well, I can do that. <div><br></div><div>But I think it&#39;s better to change the shared library&#39;s install name. (DYLAD_LIBRARY_PATH is not recommended due to security risk)</div><div><br></div><div>Yifei<br><br><div class="gmail_quote">
On Fri, Sep 16, 2011 at 3:07 PM, Roger Bramon Feixas <span dir="ltr">&lt;<a href="mailto:rogerbramon@gmail.com">rogerbramon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<div><br></div><div>I think you have to add the path of your vtk lib directory (default: <span style="font-family:monospace;font-size:13px;white-space:pre-wrap">/usr/local/lib/vtk-5.8) to </span><span style="font-family:monospace;font-size:13px;white-space:pre-wrap">DYLD_LIBRARY_PATH environment variable.</span></div>


<div><span style="font-family:monospace;font-size:13px;white-space:pre-wrap"><br></span></div><div>Roger</div><div><font face="monospace"><span style="white-space:pre-wrap"><br>

</span></font><div class="gmail_quote"><div><div></div><div class="h5">On Fri, Sep 16, 2011 at 9:04 PM, Yifei Li <span dir="ltr">&lt;<a href="mailto:yifli82@gmail.com" target="_blank">yifli82@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">

Well, I found out the reason for the error, but I&#39;m not sure what&#39;s the best way to solve it.<div><br></div><div>The problem resides in the install name of all VTK shared libraries. For example, libVtkCommon.5.8.dylib has an install name of &#39;libVtkCommon.5.8.dylib&#39; instead of &#39;/usr/local/lib/vtk-5.8/libVtkCommon.5.8.dylib&#39;.</div>



<div><br></div><div>Is there any setting in CMake that I can change to fix the problem?</div><div><br></div><div><font color="#888888">Yifei</font><div><div></div><div><br><br><div class="gmail_quote">On Fri, Sep 16, 2011 at 2:43 PM, Yifei Li <span dir="ltr">&lt;<a href="mailto:yifli82@gmail.com" target="_blank">yifli82@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<div><br></div><div>I got the following runtime error (no building errors):</div><p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo">



<b>dyld: Library not loaded: libvtkCommon.5.8.dylib</b></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo"><b>  Referenced from: /Users/yifli/Documents/Projects/InteractiveSegmentation/build/Debug/InteractiveSegmentation</b></p>
<div><span style="font-family:Menlo;font-size:11px"><b>  Reason: image not found</b></span></div><div><br></div><div>However, I checked that libvtkCommon.5.8.dylib does exist:</div><div>-rwxr-xr-x   1 root  wheel  3327352 Sep 14 21:56 libvtkCommon.5.8.0.dylib</div>




<div>lrwxr-xr-x   1 root  wheel       24 Sep 14 21:27 libvtkCommon.5.8.dylib -&gt; libvtkCommon.5.8.0.dylib</div><div>lrwxr-xr-x   1 root  wheel       22 Sep 14 21:27 libvtkCommon.dylib -&gt; libvtkCommon.5.8.dylib</div>



<div>
<br></div><div>The application I&#39;m trying to run is a QMainWindow that has a QVTKWidget in it.  The CMakeLists.txt I use is:</div><div><br></div><div>cmake_minimum_required(VERSION 2.8)</div><div><br></div><div>project(Simple)</div>




<div><br></div><div>find_package(VTK)</div><div>include(${VTK_USE_FILE})</div><div><br></div><div>find_package(Qt4)</div><div>include(${QT_USE_FILE})</div><div><br></div><div>include_directories(${CMAKE_CURRENT_BINARY_DIR})</div>




<div><br></div><div>set(headers MainWindow.h)</div><div>set(srcs main.cpp MainWindow.cpp)</div><div>set(uis mainwindow.ui)</div><div><br></div><div>qt4_wrap_ui(ui_srcs ${uis})</div><div>qt4_wrap_cpp(moc_headers ${headers})</div>




<div><br></div><div>add_executable(Simple ${srcs} ${ui_srcs} ${moc_headers} ${headers})</div><div>target_link_libraries(Simple</div><div>                ${QT_LIBRARIES}</div><div>                ${VTK_LIBRARIES}</div><div>




                QVTK</div><div>)</div><div> </div><font color="#888888"><div>Yifei</div>
</font></blockquote></div><br></div></div></div>
<br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>