<HTML>
<HEAD>
<TITLE>Re: [Paraview] Client Side plugins dependent on all server side libraries?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>The thing that has seemed odd to me is this compulsion to split a plugin into server and client pieces. &nbsp;In my not very humble opinion you should just place everything in one plugin that is loaded on both client and server, which usually makes things much easier for both plugin developer and end user. &nbsp;Add some CMake code to not compile the Qt and GUI stuff if the ParaView was not built.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 6/12/09 1:20 PM, &quot;Michael Jackson&quot; &lt;<a href="mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Thanks for the info. At least I can stop searching my CMake files..<BR>
<BR>
---<BR>
Mike Jackson &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;www.bluequartz.net<BR>
<BR>
<BR>
<BR>
On Jun 12, 2009, at 3:16 PM, Utkarsh Ayachit wrote:<BR>
<BR>
&gt; That's correct, the client have VTK dependencies as well.<BR>
&gt;<BR>
&gt; Utkarsh<BR>
&gt;<BR>
&gt; On Fri, Jun 12, 2009 at 2:37 PM, Michael Jackson &lt;<a href="mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><BR>
&gt; &gt; wrote:<BR>
&gt; I am trying to write a plugin for ParaView 3.6 which has both a <BR>
&gt; &quot;client&quot; part that has code ONLY dependent on Qt and a server side <BR>
&gt; that has code dependent on Qt, Vtk and one of my own libraries which <BR>
&gt; gets built as part of build system.<BR>
&gt;<BR>
&gt; &nbsp;After having some issues getting this to compile I started tracking <BR>
&gt; down the dependencies of the Gui side library and the server side <BR>
&gt; library. Turns out the Gui Side library is dependent on all the <BR>
&gt; &quot;server side&quot; stuff like all the vtk libraries. Is this correct? <BR>
&gt; Seems kinda odd to me.<BR>
&gt;<BR>
&gt; Thanks<BR>
&gt; _________________________________________________________<BR>
&gt; Mike Jackson &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><BR>
&gt; BlueQuartz Software &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;www.bluequartz.net<BR>
&gt; Principal Software Engineer &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dayton, Ohio<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Powered by www.kitware.com<BR>
&gt;<BR>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;<BR>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;<BR>
&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;<BR>
<BR>
_______________________________________________<BR>
Powered by www.kitware.com<BR>
<BR>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
<BR>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
<BR>
Follow this link to subscribe/unsubscribe:<BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>