ホームページ  >  記事  >  バックエンド開発  >  Linux で freetype をコンパイルおよびインストールするときのエラー メッセージと解決策

Linux で freetype をコンパイルおよびインストールするときのエラー メッセージと解決策

伊谢尔伦
伊谢尔伦オリジナル
2016-11-25 15:50:501754ブラウズ

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 ../ ../
作る


声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。