码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
自己编译的openwrt在开机时一直打印jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found...的错误提示
具体的输入信息是这样的。uboot> httpLink down: eth0Ethernet mode (duplex/speed): 1/1000 MbpsHTTP server is starting at IP: 192.168.0.250HTTP server is ready!Reques...
分类:其他好文   时间:2014-09-04 18:31:59    阅读次数:266
Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-09-03 19:50:37    阅读次数:156
学习OpenCV的学习笔记系列(二)源码编译及自带样例工程
下载及安装CMake3.0.1 要自己编译OpenCV2.4.9的源码,首先,必须下载编译工具,使用的比较多的编译工具是CMake。 下面摘录一段关于CMake的介绍: CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C 特性,类似UNIX下的automake。只是 C...
分类:其他好文   时间:2014-09-02 21:25:35    阅读次数:261
MySQL启动错误ERROR! MySQL server PID file could not be found的解决办法
MySQL启动错误ERROR! MySQL server PID file could not be found的解决办法...
分类:数据库   时间:2014-09-02 19:57:15    阅读次数:283
Hackerrank--Mixing proteins(Math)
题目链接Some scientists are working on protein recombination, and during their research, they have found a remarkable fact: there are 4 proteins in the pr...
分类:其他好文   时间:2014-09-02 19:49:05    阅读次数:254
EasyBCD在windows7基础上安装Ubuntu 14.04双系统详
把下载好的ubuntu安装包放在C盘根目录下,利用Daemon Tools 将安装包下casper文件夹的vmlinuz.efi和initrd.lz拷贝到C盘根目录下,紧接着打开easybcd,在配置文件里输入如下配置信息,重启后即可进行后续安装步骤了。之前一直报file not found的原因就是把vmlinuz.efi的后缀忘了,导致找不到文件。 title Install Ubuntu ...
分类:Windows程序   时间:2014-09-02 14:13:14    阅读次数:297
实习之bii--源码安装bind9
刚学习linux时安装过fctix小企鹅输入法,那个比这个安装还要复杂,不过在这里也写一写,还是用的./configure make makeinstall这套命令。不像fctix有些高版本开始用cmake了。。。1../configure出错,提示少openssl2.安装openssl3。安装.....
分类:其他好文   时间:2014-09-02 12:18:54    阅读次数:258
mysql 启动错误 - server PID file could not be found
[root@centos var]# service mysql stopMySQL manager or server PID file could not be found! [FAILED]解决办法:首先查看一下进程[root@accenture /]# ps aux |grep mysq*r...
分类:数据库   时间:2014-09-02 12:12:34    阅读次数:173
yum安装软件包错误 HTTP Error 404 - Not Found Trying other mirror.
# yum clean all # rpm --rebuilddb # yum update...
分类:其他好文   时间:2014-09-02 09:06:04    阅读次数:199
tftp下载文件
1. 文件系统为cramfs文件系统,下载只能下载到tmp目录 2. tftp命令的使用,下载东西: cd /tmp tftp -g -r nandup 192.168.0.127 3. nandup执行失败问题: # ./nandup  /bin/sh: ./nandup: not found 一般都是连接问题,编译的时候加-static即可...
分类:其他好文   时间:2014-09-02 00:26:33    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!