MantisBT - ParaView
View Issue Details
0002542ParaView(No Category)public2005-11-30 19:102006-05-17 15:37
Clinton Stimpson 
Utkarsh Ayachit 
highfeaturealways
closedfixed 
 
 
0002542: VTK's freetype needs to be mangled
Qt can use the system freetype or its own. VTK can use its own or the system. If they both don't use the system one, problems can occur. On some systems, any Qt & VTK application crashes on startup because of this.
No tags attached.
Issue History
2011-06-16 13:09Zack GalbreathCategory => (No Category)

Notes
(0003541)
Clinton Stimpson   
2006-01-11 14:20   

Did more research on this. Qt doesn't include its own freetype. Instead, it has wrapper/helpers for using system freetype if the system has it. If the system doesn't have freetype installed, Qt doesn't use freetype at all.

So, using VTK_USE_SYSTEM_FREETYPE is good enough. In CMake, one can inspect the file libqt-mt.prl for xftfreetype and decide to turn VTK_USE_SYSTEM_FREETYPE on/off.

Lessen severity.
(0004098)
Berk Geveci   
2006-05-17 15:37   
Utkarsh already did this.