<div>Hi Mark,</div><div><br></div>vtkWrapClientServer should be installed now correctly in the bin dir. Apparently there was a bug in the install rule that installed it. Thanks for catching that!<div><br></div><div><div>Committer: Dave Partyka &lt;<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>&gt;</div>
<div>/cvsroot/ParaView3/ParaView3/Utilities/VTKClientServer/Wrapping/CMakeLists.txt,v  &lt;--  Utilities/VTKClientServer/Wrapping/CMakeLists.txt</div><div><br></div><div>new revision: 1.12; previous revision: 1.11</div><br>
<div class="gmail_quote">On Mon, Mar 15, 2010 at 6:08 AM, Mark Olesen <span dir="ltr">&lt;<a href="mailto:Mark.Olesen@faurecia.com">Mark.Olesen@faurecia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, 2010-03-12 at 13:11 -0500, Dave Partyka wrote:<br>
&gt; I just tried this on my Debian machine and the biggest executable in<br>
&gt; my bin dir weighs in at 2.5 MB. Note that this is a Debug build as my<br>
&gt; Release build tree is a bit out of date at the moment. Also all of the<br>
&gt; CMake files appear to be in<br>
&gt; ParaView-3.7.0-Linux-x86_64/lib/paraview-3.7/CMake/ and all of the vtk<br>
&gt; libs are in in ParaView-3.7.0-Linux-x86_64/lib/paraview-3.7/. So this<br>
&gt; is really puzzling. Have you tried doing this from a fresh clean<br>
&gt; build?<br>
<br>
</div>I just tried it again (from a fresh build directory and with<br>
GENERATE_FILTERS_DOCUMENTATION:BOOL=ON instead of &quot;make<br>
HTMLDocumentation&quot;) and it looks a fair bit better. I suspect my<br>
previous problems might have been from mixing build and install<br>
directories.<br>
<br>
Using cpack, I no long have monster binaries, just that the VPIC lib<br>
seems to have gone missing:<br>
<br>
    paraview-real: error while loading shared libraries: libVPIC.so:<br>
    cannot open shared object file: No such file or directory<br>
<br>
... but it is also getting missed for the &quot;make install&quot; target too, so<br>
the problem is elsewhere. As a stop-gap, sync&#39;ing the library from the<br>
build directory did the trick.<br>
<br>
<br>
Apart from the inconvenience of using cpack (I really just want to<br>
create an installed version and not a tar.gz that I have to subsequently<br>
unpack and rename the directories to suit my own conventions), I&#39;m a<br>
disconcerted by that fact that the cpack variant also seems to miss<br>
installing a fair number of files (see attached diff from ls -1R<br>
outputs).<br>
<br>
Apart from various missing headers, the resulting cpack&#39;ed installation<br>
doesn&#39;t work for building plugins later on since it is missing<br>
vtkWrapClientServer.<br>
<br>
make[2]: *** No rule to make target<br>
`paraview-3.7.0/bin/vtkWrapClientServer&#39;, needed by ...<br>
<br>
<br>
The installation with &quot;make install&quot; did work though.<br>
<br>
<br>
This seems to be the current status:<br>
- use separate build and install directories!<br>
- use &quot;make install&quot; -- cpack misses too many files and is too clumsy<br>
for a local install.<br>
- GENERATE_FILTERS_DOCUMENTATION should work, but doesn&#39;t.<br>
- &quot;make HTMLDocumentation&quot; doesn&#39;t seem to work either<br>
<br>
<br>
These tests were made against this commit level:<br>
<br>
commit a75e52603fe6c70b36a6a6523f962fc598919a63<br>
<div class="im">Author: KWSys Robot &lt;<a href="mailto:kwrobot@kitware.com">kwrobot@kitware.com</a>&gt;<br>
</div>Date:   Fri Mar 12 05:01:10 2010 +0000<br>
<br>
    KWSys Nightly Date Stamp<br>
<br>
<br>
<br>
<div><div></div><div class="h5"><br>
/mark<br>
<br>
<br>
DISCLAIMER:<br>
This electronic transmission (and any attachments thereto) is intended solely for the use of the addressee(s). It may contain confidential or legally privileged information. If you are not the intended recipient of this message, you must delete it immediately and notify the sender. Any unauthorized use or disclosure of this message is strictly prohibited. Faurecia does not guarantee the integrity of this transmission and shall therefore never be liable if the message is altered or falsified nor for any virus, interception or damage to your system.<br>

<br>
</div></div></blockquote></div><br></div>