MantisBT - ParaView
View Issue Details
0012688ParaView(No Category)public2011-10-31 09:212015-01-09 14:10
Martin Müllenhaupt 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.14 
TBD
12688_fix_find_freetype
incorrect functionality
0012688: FindFREETYPE.cmake fails to find freetype
I'm using mingw-cross-env to cross compile vtk for win32 on linux. The freetype headers are installed in ${CMAKE_INSTALL_PREFIX}/include/freetype2 and are not found by the current FindFREETYPE.cmake script. Adding a "PATH_SUFFIXES freetype2" option to FIND_PATH did the trick (see attached patch).
No tags attached.
patch vtk-findfreetype.patch (360) 2011-10-31 09:21
https://www.vtk.org/Bug/file/9051/vtk-findfreetype.patch
Issue History
2011-10-31 09:21Martin MüllenhauptNew Issue
2011-10-31 09:21Martin MüllenhauptFile Added: vtk-findfreetype.patch
2012-01-23 10:00Utkarsh AyachitAssigned To => Leo Liu
2012-01-23 10:00Utkarsh AyachitStatusbacklog => tabled
2012-01-25 13:15Utkarsh AyachitNote Added: 0027980
2012-01-25 13:15Utkarsh AyachitAssigned ToLeo Liu => Utkarsh Ayachit
2012-01-25 13:15Utkarsh AyachitStatustabled => gatekeeper review
2012-01-25 13:15Utkarsh AyachitResolutionopen => fixed
2012-01-25 13:17Utkarsh AyachitProjectVTK => ParaView
2012-01-25 13:18Utkarsh AyachitTopic Name => 12688_fix_find_freetype
2012-01-25 13:18Utkarsh AyachitProduct Version5.8.0 =>
2012-01-27 14:25Utkarsh AyachitStatusgatekeeper review => customer review
2012-01-27 14:25Utkarsh AyachitNote Added: 0027992
2012-01-27 14:26Utkarsh AyachitFixed in Version => git-master
2012-02-08 17:21Utkarsh AyachitFixed in Versiongit-master => 3.14
2012-02-08 17:24Utkarsh AyachitStatuscustomer review => closed
2012-02-08 17:24Utkarsh AyachitNote Added: 0028128
2015-01-09 14:05Utkarsh AyachitSource_changeset_attached => VTK master d4815489
2015-01-09 14:06Utkarsh AyachitSource_changeset_attached => VTK master fe3ef662
2015-01-09 14:10Utkarsh AyachitSource_changeset_attached => VTK master 68d1d96c

Notes
(0027980)
Utkarsh Ayachit   
2012-01-25 13:15   
commit fe3ef66254bef0ccccffcd9f09b8678f3855422b
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Jan 25 13:14:34 2012 -0500

    Fixed BUG 0012688. Make FindFREETYPE smarter.
(0027992)
Utkarsh Ayachit   
2012-01-27 14:25   
merged in master (wherever applicable)
(0028128)
Utkarsh Ayachit   
2012-02-08 17:24   
Closing bugs sitting in "customer review" for a long time.