码迷,mamicode.com
首页 > 其他好文 > 详细

error "`ft2build.h' hasn't been included yet!

时间:2014-06-29 20:24:58      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   c   line   

Add include to "freetype.h"

/* add this line */
#include <ft2build.h>

#ifndef FT_FREETYPE_H
#error "`ft2build.h‘ hasn‘t been included yet!"
#error "Please always use macros to include FreeType header files."
#error "Example:"
#error "  #include <ft2build.h>"
#error "  #include FT_FREETYPE_H"
#endif 

 

error "`ft2build.h' hasn't been included yet!,布布扣,bubuko.com

error "`ft2build.h' hasn't been included yet!

标签:style   blog   color   os   c   line   

原文地址:http://www.cnblogs.com/kozmers/p/3814524.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!