Hi,<div><br></div><div>I just pulled the new version of VTK today and compiled it: no problem.</div><div>However my program using VTK was not compiling anymore.</div><div><br></div><div>The problem comes from i'm using vtkFreeTypeUtilities.h .</div>
<div>This file now includes FTGL.h, which is not in the 'Install' output of VTK</div><div>(but in Utilities/ftgl of the source of VTK).</div><div><br></div><div>I just commented the line '#include <FTGL.h>' in vtkFreeTypeUtilities.h</div>
<div>and it seems it was not necessary, everything works fine.</div><div><br></div><div>Benoit</div>