[Bf-committers] Error compiling on openSUSE 13.2 cmake

Campbell Barton ideasman42 at gmail.com
Wed May 27 14:10:51 CEST 2015


On Wed, May 27, 2015 at 4:38 PM, Daniel Salazar - patazstudio.com
<zanqdo at gmail.com> wrote:
> After using the install_deps.sh script I'm getting this error (related
> to freetype?)
>
> http://www.pasteall.org/58673
>
> cheers
>
> Daniel

The freetype include directory moved at some point. Your CMake's
'FindFreetype.cmake' is out of sync.

Its a known issue, and the bugs still listed as open - which is
strange since its been fixed on my system for some months now.
http://www.cmake.org/Bug/view.php?id=13959

You can workaround this by setting the path manually.

On my system:
FREETYPE_INCLUDE_DIR_freetype2=/usr/include
FREETYPE_INCLUDE_DIR_ft2build=/usr/include/freetype2

-- 
- Campbell


More information about the Bf-committers mailing list