[Paraview-developers] ParaView superbuild Installation - Linux issue with "freetype

Ben Boeckel ben.boeckel at kitware.com
Tue Nov 8 07:37:46 EST 2016


On Tue, Nov 08, 2016 at 01:22:16 -0800, Chiranjib Sur wrote:
> I thought of attaching the CMakeCache.txt file in case if this file can be
> used to traceback the issue.

> # This is the CMakeCache file.
<snip>
> //Request to build project freetype
> ENABLE_freetype:BOOL=OFF

The superbuild should not be using an external freetype at all; instead
is it likely using the one VTK ships inside of it. Try setting this and
if that fails too, try setting:

> USE_SYSTEM_freetype:BOOL=OFF

to `ON` to use the system freetype from Ubuntu; otherwise it will be
built by the superbuild.

--Ben


More information about the Paraview-developers mailing list