<div dir="ltr"><div><div>Hello</div><div><br></div>To build a paraview plugin, one need first to build paraview from the sources.<br><a href="https://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Writing_Plugins">https://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Writing_Plugins</a><br><br></div>Best,<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Thu, Dec 21, 2017 at 5:49 PM, Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC] <span dir="ltr"><<a href="mailto:timothy.a.beach@nasa.gov" target="_blank">timothy.a.beach@nasa.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







<div bgcolor="white" link="blue" vlink="purple" lang="EN-US">
<div class="m_-4435854711016091588WordSection1">
<p class="MsoNormal">Thanks,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I thought the idea of a plugin was that you make a shared library Â Â Â to load int an existing executable.  Â At this point I don’t have a paraview build directory, Â just the binary for version 5.4.  Am I mixing apples and oranges here.<u></u><u></u></p>
<p class="MsoNormal">Thanks<u></u><u></u></p>
<p class="MsoNormal">Tim<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">Mathieu Westphal <<a href="mailto:mathieu.westphal@kitware.com" target="_blank">mathieu.westphal@kitware.com</a>><br>
<b>Date: </b>Thursday, December 21, 2017 at 11:31 AM<br>
<b>To: </b>"Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]" <<a href="mailto:timothy.a.beach@nasa.gov" target="_blank">timothy.a.beach@nasa.gov</a>><br>
<b>Cc: </b>"<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>><br>
<b>Subject: </b>Re: [Paraview] Paraview Custom Reader issue - OS X 10.12.6<u></u><u></u></span></p>
</div><div><div class="h5">
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hello<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">You have to set ParaView_DIR to your paraview build directory. You have to do that in cmake, ccmake or cmake-gui.<u></u><u></u></p>
</div>
<p class="MsoNormal">Best,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">Mathieu Westphal<u></u><u></u></p>
</div>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Thu, Dec 21, 2017 at 5:01 PM, Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC] <<a href="mailto:timothy.a.beach@nasa.gov" target="_blank">timothy.a.beach@nasa.gov</a>> wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal">For some time I’ve used a custom reader in Paraview.  I’m having issues with my recently issued mac.  Â In the past I’ve recompiled the entire code but I’m having issues with QT
 so I’m trying to just get my reader working as a plugin as per the instructions on the
<a href="http://paraview.org" target="_blank">paraview.org</a> page â€œ<span lang="EN">ParaView/Plugin HowTo”.  I thought that would be easier.  I’ve been unable to get past the following cmake Â error.  I’m not very knowledgable on cmake . I wish I had time to 
 figure it out but I don’t. Any help with the following would be apprecitated Â Â Thanks â€“ I wasn’t Â Â the best time to be given a new computer. Tim</span><u></u><u></u></p>
<p class="MsoNormal"><span lang="EN"> </span><u></u><u></u></p>
<p class="MsoNormal"><i>CMake Error at CMakeLists.txt:1 (FIND_PACKAGE):<br>
By not providing "FindParaView.cmake" in CMAKE_MODULE_PATH this project has<br>
asked CMake to find a package configuration file provided by "ParaView",<br>
but CMake did not find one.<br>
<br>
Could not find a package configuration file provided by "ParaView" with any<br>
of the following names:<br>
<br>
ParaViewConfig.cmake<br>
paraview-config.cmake<br>
<br>
Add the installation prefix of "ParaView" to CMAKE_PREFIX_PATH or set<br>
"ParaView_DIR" to a directory containing one of the above files. If<br>
"ParaView" provides a separate development package or SDK, be sure it has<br>
been installed.</i><u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal">My CmakeList.txt â€“ which may not be correct.  My reader is a clone of the Plot3d Reader<u></u><u></u></p>
<p class="MsoNormal"><i>FIND_PACKAGE(ParaView REQUIRED)</i><u></u><u></u></p>
<p class="MsoNormal"><i>INCLUDE(${PARAVIEW_USE_FILE})</i><u></u><u></u></p>
<p class="MsoNormal"><i>ADD_PARAVIEW_PLUGIN(TURBO_<wbr>Reader "1.0"
</i><u></u><u></u></p>
<p class="MsoNormal"><i>   SERVER_MANAGER_XML TURBO_Reader.xml</i><u></u><u></u></p>
<p class="MsoNormal"><i>   SERVER_MANAGER_SOURCES vtkMultiBlockTURBOReader.cxx vtkMultiBlockTURBOReaderIntern<wbr>als.cxx</i><u></u><u></u></p>
<p class="MsoNormal"><i>   REQUIRED_ON_SERVER)</i><u></u><u></u></p>
<p class="MsoNormal"><i> </i><u></u><u></u></p>
<p class="MsoNormal"><i>set_source_files_properties(</i><u></u><u></u></p>
<p class="MsoNormal"><i>  vtkMultiBlockTURBOReaderIntern<wbr>als</i><u></u><u></u></p>
<p class="MsoNormal"><i>  PROPERTIES</i><u></u><u></u></p>
<p class="MsoNormal"><i>    WRAP_EXCLUDE 1</i><u></u><u></u></p>
<p class="MsoNormal"><i>    WRAP_EXCLUDE_PYTHON 1</i><u></u><u></u></p>
<p class="MsoNormal"><i>  )</i><u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal">Thanks<u></u><u></u></p>
<p class="MsoNormal">Tim<u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal"><span lang="EN"> </span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">
http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">
http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">
http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://paraview.org/mailman/listinfo/paraview" target="_blank">https://paraview.org/mailman/<wbr>listinfo/paraview</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>

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