大概是这种问题 running build running build_py running build_ext building'M2Crypto.__m2crypto' extension swigging SWIG/_m2crypto.i to SWIG/_m2crypto_wrap.c swig -python -I/usr/include/python2.7-I/usr/include -includeall -modern -builtin -outdir build/lib.lin…
os x从10.10更新到10.11后,原有代码编译报错,#include <openssl/ssl.h>等头文件无法找到: "openssl/ssl.h: No such file or directory". 原有环境:os x10.10+Xcode6 更新后的环境:os x10.11+Xcode7, Qt5.3.1+Qt Creator 3.3.0 解决办法: 1.命令行执行:xcode-select —install,安装xcode命令行工具,/usr路径下出现in…
解决mac安装homebrew后报错-bash: brew: command not found     参照官网上很简单的一句安装命令, /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装完毕后,发现使用brew命令,却总是提示:-bash: brew: command not found /usr/local/bin不在PATH中…
解决Openwrt安装插件提示一下错误的办法 Openwrt安装17ce插件,提示一下错误: Collected errors: * check_data_file_clashes: Package 17ce wants to install file /usr/lib/libstdc++.so.6 But that file is already provided by package  * libstdcpp * check_data_file_clashes: Package 17ce w…
Mac安装软件提示文件损坏,请移至废纸篓 sudo spctl --master-disable…
通过pip或者源码安装psutil,都会提示缺少python.h头文件,错误提示如下: ... psutil/_psutil_common.c:9:20: fatal error: Python.h: No such file or directory #include <Python.h> ^ compilation terminated. error: command 'gcc' failed with exit status 1 ... 出现此错误的原因是没有安装python-devel…
Mac 安装软件基本是各种爽,自动更新啥. 但是有一种提示没有权限的错误,很不爽,还要sudo管理员权限 有一个修复 /usr/local目录权限的命令 sudo chown -R 'whoami' /usr/local…
配置一个Linux的开发环境,用VM10+CentOS7(Kernel版本3.10.0-327.10.1.el7),之后发现VMTools功能不全,查证后发现需要卸载重装,于是开始折腾. 按照各种说明,先后运行 yum install gcc. yum install kernel-devel,gcc确实没装但是Kernel是自带了的.之后挂载VMTools,复制解压运行,都没问题.但是运行中报错开始, 提示: Enter the path to the kernel header files…
今天突然想在windows上装个 VS2015 玩玩,结果遇到了如下bug:安装完 VS2015 后,直接新建项目->win32控制台->运行,结果报错!"无法打开包括文件: "stdio.h": No such file or directory""lnk1104:无法打开文件 ucrtd.lib "奇了怪了,stdio.h 和 ucrtd.lib 都是 VS 自带的头文件和库文件,都无法识别,所以第一反应就是这个头文件和库文件的目…
转载自:http://blog.csdn.net/carl_qi/article/details/51171280 今天突然想在windows上装个 VS2015 玩玩,结果遇到了如下bug: 安装完 VS2015 后,直接新建项目->win32控制台->运行,结果报错! "无法打开包括文件: "stdio.h": No such file or directory" "lnk1104:无法打开文件 ucrtd.lib " 奇了怪了,…