<div dir="ltr">
<p class=""></p><p class=""></p><p class="">Hi,</p><p class="">I am having trouble with running ParaView built via the SuperBuild. I've tried setting ParaView GIT_TAG in versions.cmake to "v3.98.0" and "master" (as of Feb 4 at 5:00pm MST) on my Mac OSX-10.7.5 with Xcode-4.4.1.</p>
<p class="">There are two problems I keep running into:</p><p class="" style>1. When I launch <br></p><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><p class="">open install/Applications/paraview.app</p>
</blockquote><p class="">or</p><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><p class="" style>./install/Applications/paraview.app/Contents/MacOS/paraview</p></blockquote><p class="">I get the run-time error:</p>
<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><p class="" style>Dyld Error Message:<br>Library not loaded: libhdf5.7.3.0.dylib<br>Referenced from: /Users/USER/*/paraview.app/Contents/MacOS/paraview<br>
Reason: image not found</p></blockquote><p class="">2. I tried running <br></p><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><p class="" style>ctest<br>cpack -G"DragNDrop"</p></blockquote>
<p class="">and I get the same behavior with install/Applications/paraview.app. I can run paraview.app in the dmg file generated by cpack. However, when I try to load a custom plugin, I get:</p><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">
<p class="" style>ERROR: In /Users/schmitt/paraview/opt/ParaView-3.98.1_RC1_OSX-10.7/paraview/src/paraview/ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx, line 296<br>vtkPVPluginLoader (0x7fa8fce2c2e0): dlopen(/Users/schmitt/paraview/paraview_svn/trunk/plugins/vtkLFMReader/build-v3.98.1_RC1/libvtkLFMReader.dylib, 1): Library not loaded: libhdf5.7.3.0.dylib<br>
Referenced from: /Users/schmitt/paraview/paraview_svn/trunk/plugins/vtkLFMReader/build-v3.98.1_RC1/libvtkLFMReader.dylib<br>Reason: image not found</p></blockquote><p class="">The command<br></p><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">
<p class="" style>otool -L /Users/schmitt/paraview/paraview_svn/trunk/plugins/vtkLFMReader/build-v3.98.1_RC1/libvtkLFMReader.dylib</p></blockquote><p class="">shows the full path to every library except the following two:<br>
</p><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><p class="" style>libhdf5.7.3.0.dylib (compatibility version 7.3.0, current version 1.8.9)<br>libhdf5_hl.7.3.0.dylib (compatibility version 7.3.0, current version 1.8.9)</p>
<p class="" style>Another confusing data point: it seems there are two versions of hdf5 (5.1.8.9 and 5.7.3.0) installed:<br></p></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><p class="" style>
$ find . -name libhdf5.\*dylib<br>./_CPack_Packages/Darwin/DragNDrop/ParaView-3.98.1-RC2-Darwin-64bit/paraview.app/Contents/Libraries/libhdf5.1.8.9.dylib<br>./hdf5/src/hdf5-build/bin/libhdf5.1.8.9.dylib<br>./hdf5/src/hdf5-build/bin/libhdf5.7.3.0.dylib<br>
./hdf5/src/hdf5-build/bin/libhdf5.dylib<br>./install/lib/libhdf5.1.8.9.dylib<br>./install/lib/libhdf5.7.3.0.dylib<br>./install/lib/libhdf5.dylib</p></blockquote><p class="">If you're wondering, these are the CMake settings I used:<br>
</p><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><p class="" style></p><p class=""> BUILD_TESTING ON <br>
CMAKE_BUILD_TYPE <br> CMAKE_INSTALL_PREFIX /usr/local <br>
CMAKE_OSX_ARCHITECTURES x86_64 <br> CMAKE_OSX_DEPLOYMENT_TARGET 10.7 <br>
CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk <br> ENABLE_acusolve OFF <br>
ENABLE_boost ON <br> ENABLE_cgns ON <br>
ENABLE_cosmologytools OFF <br> ENABLE_diy ON <br>
ENABLE_ffmpeg ON <br> ENABLE_freetype ON <br>
ENABLE_hdf5 ON <br> ENABLE_libxml2 ON <br>
ENABLE_manta OFF <br> ENABLE_matplotlib ON <br>
ENABLE_mpi ON <br> ENABLE_numpy ON <br>
ENABLE_paraview ON <br> ENABLE_png ON <br>
ENABLE_qhull ON <br> ENABLE_qt ON <br>
ENABLE_silo ON <br> ENABLE_szip ON <br>
ENABLE_visitbridge OFF <br> ENABLE_vistrails OFF <br>
ENABLE_zlib ON <br> NIGHTLY_BINARY_TESTING ON <br>
PARAVIEW_DATA_ROOT PARAVIEW_DATA_ROOT-NOTFOUND <br> PV_NIGHTLY_SUFFIX 64bit-NIGHTLY <br>
QT_QMAKE_EXECUTABLE /usr/bin/qmake <br> USE_SYSTEM_mpi OFF <br>
USE_SYSTEM_python ON <br> USE_SYSTEM_qt OFF <br>
qt_EXTRA_CONFIGURATION_OPTIONS </p><p></p></blockquote><p class="">Any ideas of what I'm doing wrong?<br></p><p class="">Thanks!<br>Pete</p><p></p><p></p></div>