Freetype 安装时提示 make: Nothing to be done for `unix',freetypedone


 

[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      

安装freetype 时/configure 出错make: Nothing to be done for `unix'

不需要解决 这不是错误,直接忽略就可以了
 

在执行/configure --prefix=/usr/local/freetype出错make: Nothing to be done for `unix'

用vs2010编译时出现如下错误,请问是什么问题导致的呢:
用于 80x86 的 Microsoft (R) 32 位 C/C++ 优化编译器 16.00.30319.01 版
版权所有(C) Microsoft Corporation。保留所有权利。

cl: 命令行 warning D9002 :忽略未知选项“--version”
cl: 命令行 error D8003 :缺少源文件名
configure:2876: $? = 2
configure:2865: cl.exe -v >&5
 

相关内容

    暂无相关文章