ubuntu12.04下编译安装freetype出现如下错误信息:
configure: creating ./config.statusconfig.status: creating unix-cc.mkconfig.status: creating unix-def.mkconfig.status: creating freetype-configconfig.status: creating freetype2.pcconfig.status: creating ftconfig.hFreeType build system -- automatic system detectionThe following settings are used: platform unix compiler cc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mkIf this does not correspond to your system or settings please remove the file`config.mk' from this directory then read the INSTALL file for help.Otherwise, simply type `make' again to build the library,or `make refdoc' to build the API reference (the latter needs py<em>¥本文来%源[email protected]搞@^&代*@码)网5</em><strong>搞gaodaima代码</strong>thon).make: Nothing to be done for `unix'.
////////////////////////////////////////////////////////////////
解决办法:
cd builds/unix
./configure
cd ../../
make