原文:fatal error C1083: Cannot open include file: 'openssl/opensslv.h'

在安装针对ELK系统的警告工具elastalert时,报错:fatal error C : Cannot open include file: openssl opensslv.h ,如下图: 查了很多 openssl 和 cryptography 库的资料,还是没搞定,仔细看报错Log后发现安装的命令是easy install,于是转用pip installcryptography命令单独下载这 ...

2017-12-11 17:50 0 2301 推荐指数:

查看详情

解决c1xx fatal error C1083 Cannot open source file

在项目开发过程中,遇到一个问题,一个工程B导入另外一个工程A的生产代码,出现这个错误,最后查阅资料发现是文件路径太深,导致文件路径字符超过了217字符。 写了一个测试Demo来验证: 一、新建Win32控制台工程TestFilePath(A工程): 新建一个空类Test, Test.h ...

Sun Sep 02 07:42:00 CST 2018 0 1840
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM