[Paraview] Dynamic libraries on Mac not recognized as plugins
Samuel Crow
samuel_crow_work at rocketmail.com
Mon Jul 14 11:14:02 EDT 2008
Hello again,
I'm building my vtkCubeReader files for Paraview as an external shared library using a custom CMake file. It builds perfectly but otool -D reports that the default path of each directory is the directory it is built in rather than /usr/local/plugins/ which is where the plug-ins go. Is there something my CMake configuration is missing? Changing LIBRARY_OUTPUT_PATH to /usr/local/plugins/ didn't seem to help.
Last time I tried building the libraries with a default path of ./ so that they would not depend on their location but that just placed a plugins directory in the root directory. Is there something I should know that I'm missing?
I'm running ParaView 3.2.2 on a Macintosh Pro with Dual Quad-core Xeon processors and 4 GiB of RAM. It is running MacOSX 10.5.2 .
More information about the ParaView
mailing list