码迷,mamicode.com
首页 >  
搜索关键字:no rule to make targ    ( 12102个结果
[linux/net]策略路由实现特定主机特定路径
echo 200 silence >> /etc/iproute2/rt_tablesip rule add from 10.192.0.230 table silenceip rule add from 10.192.0.231 table silenceip rule add from 10.....
分类:Web程序   时间:2014-07-19 21:16:00    阅读次数:305
CMake使用教程
转:CMake使用教程CMake是一个比make更高级的编译配置工具,它可以根据不同平台、不同的编译器,生成相应的Makefile或者vcproj项目。通过编写CMakeLists.txt,可以控制生成的Makefile,从而控制编译过程。CMake自动生成的Makefile不仅可以通过make命令...
分类:其他好文   时间:2014-07-19 20:33:40    阅读次数:429
To Get A Plastic Bag When You Make A Purchase At Any Store
If you just finished decorating pink girls bedroom, so we have bean bags, this pink fluffy. Believe me, these bean bags large and some are very cheap ...
分类:其他好文   时间:2014-07-18 20:16:15    阅读次数:267
How to limit Dialog's max height?
1. We can make it to play trick in code.At Dialog's show function, after app has set contentView, we can add a GlobalLayoutListener on decorView's Vie...
分类:其他好文   时间:2014-07-18 16:30:52    阅读次数:451
How do you make an object in C? Used in RTOS.
I went through the EE445M and found it’s interesting since the goal of this class is to build a working RTOS. The first lec note mentioned how to make...
分类:其他好文   时间:2014-07-18 16:27:54    阅读次数:175
Linux makefile教程之make运行八[转]
make 的运行——————一 般来说,最简单的就是直接在命令行下输入make命令,make命令会找当前目录的makefile来执行,一切都是自动的。但也有时你也许只想让 make重编译某些文件,而不是整个工程,而又有的时候你有几套编译规则,你想在不同的时候使用不同的编译规则,等等。本章节就是讲述如...
分类:系统相关   时间:2014-07-18 09:24:35    阅读次数:502
xib中的view对iPhone和iPad自适应
1This worked for me:Make a copy of the .xib in the Finder.Open the copied file in a text editor.Change "com.apple.InterfaceBuilder3.CocoaTouch.XIB" to...
分类:其他好文   时间:2014-07-17 23:25:55    阅读次数:275
clock skew detected.
今天在VMWARE里安装了一个Linux 操作系统,重新启动后,出现如下的警告提示: starting sendmail: make: warning: file 'sendmil.cf' has modification time 2.3e+04 in the future clock skew detected. Your build may be incomplete   这个错误的...
分类:其他好文   时间:2014-07-17 14:39:55    阅读次数:253
安装APC
登录网站http://pecl.php.net/package/apc下载apc到本地。#tar-zvxfAPC-3.1.13.tar#cdAPC-3.1.13#/usr/bin/phpize#./configure--with-php-config=/usr/bin/php-config#make&&makeinstall编辑配置文件:#vim/etc/php.d/apc.iniextension=apc.so最后查看是否有apc.so模块..
分类:其他好文   时间:2014-07-17 09:07:35    阅读次数:198
软件编译安装小结
本文主要针对configure和cmake做一个介绍以及我们重新配置编译参数文件时,都需要做哪些清理操作做一个说明。configure和cmake的比较configure是一个sh脚本文件,它负责处理大量的幕后工作,包括检测操作系统内核和已经安装的软件,参数的解析,中间目录的生成以及根据各种参数..
分类:其他好文   时间:2014-07-17 08:13:00    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!