<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I've spent a week or two googling and experimenting to correctly build
and install plugins on Mac OS X.&nbsp;&nbsp; When I think I've done things
right... in order to build a paraview that looks in the standard spots
and loads the plugins... I get errors like <br>
<br>
<pre>Cannot load library &lt;myPath&gt;/SAMreader/libSAMReaderPlugin.dylib: (dlopen(&lt;myPath&gt;/SAMreader/libSAMReaderPlugin.dylib, 5): Library not loaded: libvtkPVServerManager.dylib
  Referenced from: &lt;myPath&gt;/SAMreader/libSAMReaderPlugin.dylib
  Reason: image not found)
</pre>
<code></code><br>
I have two plugins that work on Ubuntu Linux... pretty much as
advertised by building them and putting them in one of the recognized
spots.<br>
<br>
Now I need to make a paraview app plus my plugins available to a few
grad students that work with me.<br>
<br>
My software is this:&nbsp; Mac OS X 10.6, Qt 4.5.3, ParaView 3.6.1<br>
<br>
I want to build my plugins outside the paraview build directory.&nbsp; I
then want to make them available in a version of paraview that does not
require a download of Qt.&nbsp; I would like to just bundle paraview and my
plugins up, and send them to the students.&nbsp; I would also like to be
able to update the plugins, or add plugins at a future time, without
redistributing the paraview app to them.<br>
<br>
I probably need a step-by-step guide, including which apps &amp; args
to run at the CL, and values to assign to cmake variables via ccmake.<br>
<br>
Maybe I can help update <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/Plugin_HowTo">http://paraview.org/Wiki/Plugin_HowTo</a>&nbsp; if I can
have some success with this.<br>
<br>
Thanks in advance...<br>
<br>
Erik<br>
</body>
</html>