码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
Ubuntu, using svn from terminal
Hello everybody,One day I had problems with GUI svn client and a big headache how to commit my changes. I have found how to do that using Terminal and...
分类:其他好文   时间:2014-07-19 21:30:39    阅读次数:197
CMake使用教程
转:CMake使用教程CMake是一个比make更高级的编译配置工具,它可以根据不同平台、不同的编译器,生成相应的Makefile或者vcproj项目。通过编写CMakeLists.txt,可以控制生成的Makefile,从而控制编译过程。CMake自动生成的Makefile不仅可以通过make命令...
分类:其他好文   时间:2014-07-19 20:33:40    阅读次数:429
Bison executable not found in PATH by mysql install
[root@luozhonghua mysql-5.5.21]# cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql  -DMYSQL_DATADIR=/data/mysql  -DSYSCONFDIR=/etc -- Check size of pthread_t -- Check size of pthread_t - done -- Perf...
分类:数据库   时间:2014-07-18 23:04:23    阅读次数:287
Tempter of the Bone
Problem Description The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could feel the ground sinking. He ...
分类:其他好文   时间:2014-07-18 22:25:05    阅读次数:246
Nice way for strip_tags a like
I found this code works great as the function strip_tags in php to replace html tags from string and I just want to share it with you. Hope it benefit...
分类:其他好文   时间:2014-07-17 12:56:52    阅读次数:220
error: png.h not found.
执行php安装 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:其他好文   时间:2014-07-17 10:46:12    阅读次数:150
用CMAKE编译配置的项目进行调试的方法
在Linux 下用CMAKE编译的项目进行Debug 需进行设置:1、在未设置之前 进行调试可能会出现错误报告:No source available for ...等一系列错误,这些错误可能就是你想进行程序Debug,但又未进行设置导致的。首先检查用CMAKE编译时:where is the so...
分类:其他好文   时间:2014-07-17 10:09:02    阅读次数:222
软件编译安装小结
本文主要针对configure和cmake做一个介绍以及我们重新配置编译参数文件时,都需要做哪些清理操作做一个说明。configure和cmake的比较configure是一个sh脚本文件,它负责处理大量的幕后工作,包括检测操作系统内核和已经安装的软件,参数的解析,中间目录的生成以及根据各种参数..
分类:其他好文   时间:2014-07-17 08:13:00    阅读次数:312
nodejs安装错误Node.js configure error: No acceptable C compiler found!解决
Node.js configure error: No acceptable C compiler found! Please make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you ...
分类:Web程序   时间:2014-07-16 17:32:10    阅读次数:952
lnmp安装完成后无法解析php页面
当你的lnmp架构安装完成后,发现html页面可以打开,但php页面却无法打开,页面提示404 not found,如果确定配置过程不会有问题,可以从下面两个方法来查看1.nginx的server里面有添加对php的支持没有,如location / { root html; ...
分类:Web程序   时间:2014-07-16 16:54:44    阅读次数:506
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!