Linux下编译安装freetype出错信息及解决办法

2018-07-13 08:53:48来源:编程学习网 阅读 ()

新老客户大回馈,云服务器低至5折

ubuntu12.04下编译安装freetype出现如下错误信息:

configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating freetype2.pc
config.status: creating ftconfig.h
FreeType build system -- automatic system detection
The following settings are used:
? platform ? ? ? ? ? ? ? ? ? ?unix
? compiler ? ? ? ? ? ? ? ? ? ?cc
? configuration directory ? ? ./builds/unix
? configuration rules ? ? ? ? ./builds/unix/unix.mk
If 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 python).
make: Nothing to be done for `unix'.

////////////////////////////////////////////////////////////////

解决办法:

cd builds/unix
./configure
cd ../../
make

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Linux上MySQL优化三板斧——CPU、内存、文件系统

下一篇:ubuntu修改hosts文件配置虚拟域名的方法

热门词条
热门标签