<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=OFF 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><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Chiranjib</span></div></div><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 class="">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="HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span></blockquote></div><br></div>