Heim  >  Artikel  >  Backend-Entwicklung  >  Fehlermeldungen und Lösungen beim Kompilieren und Installieren von Freetype unter Linux

Fehlermeldungen und Lösungen beim Kompilieren und Installieren von Freetype unter Linux

伊谢尔伦
伊谢尔伦Original
2016-11-25 15:50:501715Durchsuche

Die folgende Fehlermeldung erscheint beim Kompilieren und Installieren von Freetype unter Ubuntu12.04:

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'.

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

Lösung:

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


Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn