Freetype 安裝時提示 make: Nothing to be done for `unix'


 

[Software-Freetype] Freetype 安裝時提示 make: Nothing to be done for `unix'  

官網下載的第三方軟件包,編譯安裝會報以下錯誤,解決辦法如下:

 

第一種:
make: Nothing to be done for `all' 解決方法

1.這句提示是說明你已經編譯好了,而且沒有對代碼進行任何改動。

若想重新編譯,可以先刪除以前編譯產生的目標文件:
make clean
然后再
make

實在不行就:
#ldconfig
上面所說的方法並不能解決題目上的錯誤,看下面的方法。
 
第二種方法:
make: Nothing to be done for `unix'.
 
centos5.8下安裝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 
  www.2cto.com  
FreeType build system -- automatic system detection 
 
make: Nothing to be done for `unix'.
 
處理辦法:
 builds/unix在freetype下載解壓的目錄下。
 先進入 builds/unix目錄,然后在里邊運行./configure命令,運行該命令不會出現上邊錯誤。
#cd  /usr/local/src/freetype-2.5.3/builds/unix
# ./configure --prefix=/usr/local/freetype --enable-shared
 
 
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM