<div dir="ltr"><div>Hi Chinranjib,<br><br></div>If you're wanting to build plugins then you'll also want to make sure you have ENABLE_paraviewsdk=ON set.  That should ensure the resulting "make install" will include the necessary headers and CMake files.<br><br><div class="gmail_extra"><br clear="all"><div><div class="m_8794111540752770286gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">----------<br>Chuck Atkins<br>Staff R&D Engineer, Scientific Computing<br>Kitware, Inc.<br><br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Nov 10, 2016 at 5:46 AM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ben,<div>Thanks much. I am able to build ParaView now after setting this switch <span style="font-size:12.8px"> </span><span style="font-size:12.8px">ENABLE_freetype:BOOL=O<wbr>FF to ON.</span></div><div><span style="font-size:12.8px">However, I am now facing difficulties in building (in Ubuntu) my custom plugin which builds/work fine in RHEL. It's throwing some compilation error which I am debugging currently.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">One other thing I have observed. After the "make" is executed successfully for the superbuild, the directory structure is not the same that is being produced earlier. Is there a change in structure now?</span></div><span class="m_8794111540752770286HOEnZb"><font color="#888888"><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Chiranjib</span></div></font></span></div><div class="m_8794111540752770286HOEnZb"><div class="m_8794111540752770286h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 6:07 PM, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Tue, Nov 08, 2016 at 01:22:16 -0800, Chiranjib Sur wrote:<br>
> I thought of attaching the CMakeCache.txt file in case if this file can be<br>
> used to traceback the issue.<br>
<br>
</span>> # This is the CMakeCache file.<br>
<snip><br>
> //Request to build project freetype<br>
> ENABLE_freetype:BOOL=OFF<br>
<br>
The superbuild should not be using an external freetype at all; instead<br>
is it likely using the one VTK ships inside of it. Try setting this and<br>
if that fails too, try setting:<br>
<br>
> USE_SYSTEM_freetype:BOOL=OFF<br>
<br>
to `ON` to use the system freetype from Ubuntu; otherwise it will be<br>
built by the superbuild.<br>
<span class="m_8794111540752770286m_-1313762222091169816HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<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/opensou<wbr>rce/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=<wbr>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/mail<wbr>man/listinfo/paraview-develope<wbr>rs</a><br>
<br></blockquote></div><br></div></div>