VTK\Parallel\CMakeLists.txt Line 242.<div><br></div><div><div># Generate &quot;vtkSocketCommunicatorHash.h&quot;.</div><div>ADD_CUSTOM_COMMAND(</div><div>  OUTPUT ${VTK_BINARY_DIR}/Parallel/vtkSocketCommunicatorHash.h</div>
<div>  DEPENDS ${VTK_SOURCE_DIR}/Parallel/vtkSocketCommunicator.cxx</div><div>          vtkHashSource</div><div>  COMMAND vtkHashSource</div><div>    ${VTK_SOURCE_DIR}/Parallel/vtkSocketCommunicator.cxx</div><div>    vtkSocketCommunicatorHash vtkSocketCommunicatorHash.h</div>
<div>  )</div><div><br></div><div>But setting the ENV at configure time won&#39;t help. Probably that command should be cmake -P &lt;small_script&gt; that does set the environment and then execute_process vtkHashSource.</div>
<br><div class="gmail_quote">On Fri, Apr 9, 2010 at 1:46 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Would something like:<br>
<br>
if (VTK_RPATH == OFF &amp;&amp; APPLE == TRUE)<br>
set ($ENV{DYLD_LIBRARY_PATH} ${CMAKE_RUNTIME_PATH})<br>
endif()<br>
<br>
I&#39;m going to guess that might have some side effects but not really sure what those might be.<br>
<br>
Where is the CMAKE_CUSTOM_COMMAND located in the ParaView cmake files. I&#39;ll give it a shot and see what happens.<br><font color="#888888">
<br>
--</font><div class="im"><br>
Mike Jackson &lt;<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a>&gt;<br>
<br>
<br></div><div><div></div><div class="h5">
On Apr 9, 2010, at 1:31 PM, Dave Partyka wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I haven&#39;t had time to track down a good fix for this besides setting my DYLD_LIBRARY_PATH but If you have a fix then I will gladly commit it!<br>
<br>
On Fri, Apr 9, 2010 at 1:30 PM, Eric E. Monson &lt;<a href="mailto:emonson@cs.duke.edu" target="_blank">emonson@cs.duke.edu</a>&gt; wrote:<br>
Hey Mike,<br>
<br>
Are you configuring here with VTK_USE_RPATH = OFF? This is what happens to me, too, if I don&#39;t turn it ON.<br>
<br>
Thanks,<br>
-Eric<br>
<br>
------------------------------------------------------<br>
Eric E Monson<br>
Duke Visualization Technology Group<br>
<br>
<br>
On Apr 9, 2010, at 1:06 PM, Michael Jackson wrote:<br>
<br>
&gt; Checkout/updated from CVS this afternoon and a fresh configure and compile I get the following error on OS X 10.5.8:<br>
&gt;<br>
&gt; [ 23%] Generating vtkSocketCommunicatorHash.h<br>
&gt; dyld: Library not loaded: libvtksys.pv3.8.dylib<br>
&gt;  Referenced from: /Users/Shared/Kitware-CVS/ParaView3/Build/VTK/Parallel/../../bin/vtkHashSource<br>
&gt;  Reason: image not found<br>
&gt; /bin/sh: line 1: 19254 Trace/BPT trap          ../../bin/vtkHashSource /Users/Shared/Kitware-CVS/ParaView3/VTK/Parallel/vtkSocketCommunicator.cxx vtkSocketCommunicatorHash vtkSocketCommunicatorHash.h<br>
&gt; make[2]: *** [VTK/Parallel/vtkSocketCommunicatorHash.h] Error 133<br>
&gt; make[1]: *** [VTK/Parallel/CMakeFiles/vtkParallel.dir/all] Error 2<br>
&gt; make: *** [all] Error 2<br>
&gt;<br>
&gt; The issue is that the libraries do not have a full install_name on them which forces me to remember to &quot;export DYLD_LIBRARY_PATH=`pwd`/bin&quot; from the build folder. Can this be added to the CMake custom command for OS X? I seem to hit this error every time I do a fresh configure.<br>

&gt;<br>
&gt; ___________________________________________________________<br>
&gt; Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt; Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt; BlueQuartz Software               Dayton, Ohio<br>
</blockquote>
<br>
<br>
</div></div></blockquote></div><br></div>