On Wed, May 27, 2015 at 4:38 PM, Daniel Salazar - patazstudio.com
<[email protected]> 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
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to