<div dir="ltr">Hi Utkarsh,<div>I am also trying to create my own plugin to be used with a downloadable ParaView. I follow the same superbuild approach (nice help page here : <font color="#0000ff"><a href="https://wiki.ucar.edu/display/LTR/ParaView+Plugin+Development">https://wiki.ucar.edu/display/LTR/ParaView+Plugin+Development</a></font>).</div><div>However, I have few difficulties to get this sorted out. Here is what happens :</div><div><br></div><div>1. I download the superbuild code using : <font color="#0000ff">git clone <code class="" style="line-height:20px;font-size:14px;white-space:nowrap;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;border-radius:0px!important;border:0px!important;float:none!important;height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;min-height:auto!important;background:none!important">git:</code><code class="" style="line-height:20px;font-size:14px;white-space:nowrap;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;border-radius:0px!important;border:0px!important;float:none!important;height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;min-height:auto!important;background:none!important">//<a href="http://paraview.org/ParaViewSuperbuild.git">paraview.org/ParaViewSuperbuild.git</a></code></font></div><div><code class="" style="line-height:20px;font-size:14px;white-space:nowrap;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;border-radius:0px!important;border:0px!important;float:none!important;height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;min-height:auto!important;background-image:none!important;background-color:initial!important;background-repeat:initial!important"><font color="#000000">2. </font></code>Now I run cmake (ccmake pointing to the source) to generate the makefile. </div><div>3. Once the "Makefile" is generated, when I run $make (or $make all) nothing happens.</div><div><br></div><div>Am I missing something here?</div><div><br></div><div>Thanks,</div><div>Chiranjib</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 21, 2015 at 8:09 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Felipe,<br>
<span class=""><br>
> For the moment we don't have a license (I have to read the BSD license).<br>
<br>
</span>Okay. You should figure this part out sooner rather than later.<br>
<span class=""><br>
<br>
> For building the plugin we use :<br>
> boost (because the Xdmf3lib reader use it)<br>
> latex to build the pdf of the documentation and include it in the .so file.<br>
> I added a "save documentation to disk" button in the plugin . (this in not<br>
> mandatory, I can disable this)<br>
> blas (cblas of just blas): we do intensive computation so we really need<br>
> blas. (I have a "no_blas" flag to compile the plugin on android/IOS).<br>
<br>
<br>
</span>ParaView Superbuild doesn't have "blas". You'll need to extend the<br>
superbuild to teach it how to build & package that as well.<br>
<span class=""><br>
> Now my question is how to handle releases and compilation errors??<br>
> Do I have to put the sources in a github?<br>
<br>
</span>Yes, you can create a merge-request on the ParaVIew supbuild gitlab[1]<br>
. We can do builds on all platforms from a MR that you can then use to<br>
track down any build issues that may be introduced as a result of the<br>
changes.<br>
<br>
Utkarsh<br>
<br>
<br>
[1] <a href="https://gitlab.kitware.com/paraview/paraview-superbuild" rel="noreferrer" target="_blank">https://gitlab.kitware.com/paraview/paraview-superbuild</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</div></div></blockquote></div><br></div>