[Bf-committers] Error compiling on openSUSE 13.2 cmake

Campbell Barton ideasman42 at gmail.com
Thu May 28 04:25:35 CEST 2015


On Thu, May 28, 2015 at 12:20 PM, Daniel Salazar - patazstudio.com
<zanqdo at gmail.com> wrote:
> Ok, that got me a bit further, I'm right now using:
>
>  FREETYPE_INCLUDE_DIR_freetype2   /usr/include
>  FREETYPE_INCLUDE_DIR_ft2build    /usr/include/freetype
>  FREETYPE_LIBRARY                 /usr/lib64/libfreetype.so.6
>
> Now I'm getting this on build (full paste)
>
> http://www.pasteall.org/58685
>
> thanks
>
> Daniel Salazar
> patazstudio.com

Probably  FREETYPE_INCLUDE_DIR_ft2build should be "/usr/include/freetype2"

Try run this to get the include path:
    find /usr/include -name "ft2build.h"


-- 
- Campbell


More information about the Bf-committers mailing list