码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
UVA - 11754 Code Feat
Hooray!  Agent Bauer has shot the terrorists, blown upthe bad guy base, saved the hostages, exposed the moles in the government,prevented an environmental catastrophe, and found homes for three orphan...
分类:其他好文   时间:2014-08-24 14:14:42    阅读次数:169
How to Make cURL works with cmake
How to Make cURL works with cmake     Recently, I want to learn cURL, so downloaded it and compiled it, and use cmake to manage the project, I wrote a CMakelists.txt as below: cmake_minimum_req...
分类:其他好文   时间:2014-08-24 11:44:22    阅读次数:179
Maven项目红色叹号+JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java B
昨天写的关于解决JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java的方案非常好的攻克了这个错误,可是它没有全然的解决我的问题,Maven项目依旧有一个红色叹号存在。红色叹号存在的...
分类:编程语言   时间:2014-08-23 22:49:11    阅读次数:286
ubuntu 13.04下编译安装mysql
安装环境:ubuntu 桌面版13.04安装版本:mysql-5.6.12.tar.gz1.安装必备工具:sudo apt-get install cmake libncurses5-dev bison g++2 添加组和用户及安装目录权限sudo groupadd mysql #添加组sudo u...
分类:数据库   时间:2014-08-23 16:32:31    阅读次数:239
求救!!有关apache的运行问题
各位大神,急求,目前apache已经运行成功,用localhost:8080,可以看到it works;但是用localhost会出现The requested URL / was not found on this server.的404错误,香格里拉娱乐城这是为什么呢,然后在httpd.conf...
分类:其他好文   时间:2014-08-23 13:51:40    阅读次数:189
64位CentOS5.6安装Mysql 5.5.11GA
1.更新并查看当前CentOS版本是否为5.6yum updatelsb_release -a2.下载文件下载 bison-2.4.3.tar.gz到/usr/local/src下载 cmake-2.8.4.tar.gz到/usr/local/src下载 mysql-5.5.11.tar.gz到/u...
分类:数据库   时间:2014-08-23 11:17:20    阅读次数:212
Orcad错误:Conflicting values of Source Part names found...
画了一个模块比较杂的原理图,为了省事,就从官方评估板上复制过来一部分原理图,将里面的电容改成了自己想要的名字。然后又从自己原来画过的原理图中复制了一部分电路,然后是根据需求使用自己的库里的元件新画了一部分电路。今天在成生Netlist的时候发现报错:         如图选中该错误,按F1键查看帮助,得到内容如下: This situation should only occur if y...
分类:其他好文   时间:2014-08-22 16:25:22    阅读次数:631
Win7 IIS 部署站点遇到的问题 如 HTTP 错误 404.XX
HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面。解决办法:设置为允许HTTP 错误 404.17 - Not Found"HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由...
分类:Windows程序   时间:2014-08-22 16:14:29    阅读次数:413
Jenkins Xcode 证书设置错误 Code Sign error: No matching codesigning identity found: No codesigning identities
Jenkins 集成Xcode 项目的时候在证书上遇到了问题。实际上如果在本地的话。只要Xcode工程里选择了项目就不需要重新设置证书了。jenkins会自动找到这个证书,只要在build setting 里设置的是正常的。并且在xcode 里能正常编译。Check dependenciesCode...
分类:其他好文   时间:2014-08-22 16:11:39    阅读次数:228
Some WIX extension tags write rows to CreateFolder table which lead to Not-Uninstallable Patch
I found an issue in WIX extension implementation. Some WIX extension tags write rows to CreateFolder table, e.g. , , . As the official MSI document says, a patch can be Not uninstallable if it co...
分类:其他好文   时间:2014-08-22 13:02:38    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!