Hey Mike,

Just out of curiosity, were you building with VTK_USE_RPATH: OFF? I run into 
something like this when trying to build on OS X without using rpath.

-Eric

------------------------------------------------------
Eric E Monson
Duke Visualization Technology Group


On Mar 22, 2010, at 10:54 AM, Michael Jackson wrote:

> When building ParaView CVSHEAD I get the following error:
> 
> [ 24%] Generating vtkSocketCommunicatorHash.h
> dyld: Library not loaded: libvtksys.pv3.7.dylib
>  Referenced from: 
> /Users/Shared/Kitware-CVS/ParaView/Build/VTK/Parallel/../../bin/vtkHashSource
>  Reason: image not found
> /bin/sh: line 1: 36264 Trace/BPT trap          ../../bin/vtkHashSource 
> /Users/Shared/Kitware-CVS/ParaView/VTK/Parallel/vtkSocketCommunicator.cxx 
> vtkSocketCommunicatorHash vtkSocketCommunicatorHash.h
> make[2]: *** [VTK/Parallel/vtkSocketCommunicatorHash.h] Error 133
> make[1]: *** [VTK/Parallel/CMakeFiles/vtkParallel.dir/all] Error 2
> 
> From the error I deduced that the build system is trying to run an executable 
> that was dynamically linked against the vtksys.dylib library. With the 
> default build configuration on OS X this is a problem because the 
> "install_name" on the libraries do NOT have a path, just the name of the 
> library. This can be solved by running the following from my particular build 
> directory:
> 
> export DYLD_LIBRARY_PATH=`pwd`/bin
> 
> Is this a known bug or something that needs to be done during the builds as a 
> matter of building paraview?
> 
> Thanks
> ___________________________________________________________
> Mike Jackson                      www.bluequartz.net
> Principal Software Engineer       mike.jack...@bluequartz.net
> BlueQuartz Software               Dayton, Ohio
> 
> 
> _______________________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the ParaView Wiki at: 
> http://paraview.org/Wiki/ParaView
> 
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to