MantisBT - CMake
View Issue Details
0013648CMakeModulespublic2012-11-03 08:082016-06-10 14:31
Rolf Eike Beer 
Kitware Robot 
normalminorhave not tried
closedmoved 
CMake 2.8.10 
CMake 2.8.12 
0013648: FindFreetype does not work on Mac 10.7.5
A user reported in IRC that after upgrading to 10.7.5 FindFreetype does not find ftheader.h anymore. This is because this is in /usr/X11/include/freetype2/freetype/config, which is not in the search list for that module. Everything else is in /usr/X11R6 which is in the default Unix search path.

The question is: add the /usr/X11 to FindFreetype or should this me added more generally for Mac?
No tags attached.
related to 0014626closed Kitware Robot FindFreetype module needs a new maintainer and an overhaul 
Issue History
2012-11-03 08:08Rolf Eike BeerNew Issue
2012-11-03 10:32David ColeNote Added: 0031398
2013-05-17 09:33Robert MaynardTarget VersionCMake 2.8.11 => CMake 2.8.12
2013-12-03 13:18Brad KingNote Added: 0034697
2013-12-03 13:18Brad KingStatusnew => backlog
2013-12-03 13:18Brad KingRelationship addedrelated to 0014626
2016-06-10 14:28Kitware RobotNote Added: 0042140
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0031398)
David Cole   
2012-11-03 10:32   
"The question is: add the /usr/X11 to FindFreetype or should this me added more generally for Mac?"

Actually, the question is: what's up with his Mac?

On mine:
  $ ls -la /usr
  ...
  drwxr-xr-x 8 root wheel 272 Jul 8 2011 X11
  lrwxr-xr-x 1 root wheel 3 Jul 8 2011 X11R6 -> X11

So X11R6 is just a symlink to the /usr/X11 folder. Pretty sure it's been that way since I got the machine with the original 10.7 on it...

Perhaps there's an issue with finding stuff under paths that are symlinks?

Or maybe his X11R6 is NOT a symlink for some reason when it's supposed to be?
(0034697)
Brad King   
2013-12-03 13:18   
The FindFreetype.cmake module needs a new volunteer maintainer and a major overhaul:

 http://www.cmake.org/Wiki/CMake:Module_Maintainers [^]

Moving this issue to the backlog until that happens.
(0042140)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.