<div dir="ltr"><div style>Hi Michael,</div><div><br></div>On Wed, Feb 13, 2013 at 1:46 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">If you look at &quot;/Users/schmitt/paraview/opt/ParaView-3.98.1_RC1_OSX-10.7/paraview/src/paraview-build/lib/libvtkpqComponents-pv3.98.1.dylib&quot; what does the RPATH to HDF5 library look like? It should be something like @executable_path/../lib/libhdf5.dylib or some such thing. If it does not have a path at all and just the name of the library (libhdf5.dylib) then something is not updating those libraries correctly.<br>
<br></blockquote><div style><br></div><div style>Yes -- pqComponents does not have the paths to hdf5 fixed:</div><div><br></div><div>&gt; otool -L /Users/schmitt/paraview/opt/ParaView-3.98.1_RC1_OSX-10.7/paraview/src/paraview-build/lib/libvtkpqComponents-pv3.98.1.dylib | grep hdf5</div>
<div><span class="" style="white-space:pre">&gt;         </span>libhdf5.7.3.0.dylib (compatibility version 7.3.0, current version 1.8.9)</div><div><span class="" style="white-space:pre">&gt;         </span>libhdf5_hl.7.3.0.dylib (compatibility version 7.3.0, current version 1.8.9) </div>
<div><br></div><div style>This confuses me because I thought I did a fairly straightforward SuperBuild:</div><div style><br></div><div style>1.  git clone <span class=""><a href="git://paraview.org/ParaViewSuperbuild.git">git://paraview.org/ParaViewSuperbuild.git</a>;  I see the same behavior with </span><span style="color:rgb(0,0,0)">ParaView GIT_TAG in versions.cmake to both &quot;v3.98.0&quot; and &quot;master&quot;.</span></div>








<div style>2.  In an empty build directory, I use ccmake with settings described in my first post <a href="http://www.paraview.org/pipermail/paraview/2013-February/027433.html">http://www.paraview.org/pipermail/paraview/2013-February/027433.html</a></div>
<div style>3.  gmake</div><div style>4.  ctest</div><div style>5.  cpack -G&quot;DragNDrop&quot;</div><div style><br></div><div style>Here&#39;s additional info on my system:</div><div style>* OSX-10.7.5</div><div style>* xcode-4.4.1<br>
</div><div style>* GNU i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)</div><div style>* Not sure if it matters, but GNU Fortran (MacPorts gcc47 4.7.1_2) 4.7.1</div><div>
<br></div></div></div></div>