简体   繁体   English

错误:C1083:无法打开包含文件:'xercesc / util / XMLString.hpp':没有这样的文件或目录

[英]error: C1083: Cannot open include file: 'xercesc/util/XMLString.hpp': No such file or directory

I am trying to build a project using Qt creator tool in windows but when I built it , I got this error: error: C1083: Cannot open include file: 'xercesc/util/XMLString.hpp': No such file or directory 我试图在Windows中使用Qt创建器工具构建项目,但是在构建它时出现此错误:错误:C1083:无法打开包含文件:'xercesc / util / XMLString.hpp':没有这样的文件或目录

So do I have to download this library? 那我必须下载这个库吗? but i did not find it 但是我没找到

I am using Qt in order to open a tool called netanim used for NS3 tool 我正在使用Qt来打开一个称为netanim的工具,用于NS3工具

Thanks in advance 提前致谢

The Xerces-c++ you can download from here: http://xerces.apache.org/xerces-c/download.cgi 您可以从此处下载Xerces-c ++: http : //xerces.apache.org/xerces-c/download.cgi

I dont know that netanim software, but I think they should include information about what type and versions of 3rd parts they are using. 我不知道该netanim软件,但是我认为它们应该包括有关所使用的第三部分的类型和版本的信息。 Without required libraries it is impossible to compile anything. 没有所需的库,就不可能编译任何东西。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:C1083:无法打开包含文件:'boost/asio.hpp':没有这样的文件或目录 - error: C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory 致命错误C1083:无法打开包含文件:'boost / variant.hpp':没有这样的文件或目录 - fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such file or directory 致命错误 C1083:无法打开包含文件:“boost/config.hpp”:没有这样的文件或目录 - fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory 致命错误 C1083:无法打开包含文件:'opencv2/core.hpp':没有那个文件或目录 - Fatal error C1083: Cannot open include file: 'opencv2/core.hpp': No such file or directory 错误C1083无法在VS 2015中打开包含文件:'opencv2 \\ opencv.hpp' - Error C1083 Cannot open include file: 'opencv2\opencv.hpp' in VS 2015 C1083:无法打开包含文件:…:没有这样的文件或目录? - C1083: Cannot open include file: … : No such file or directory? 错误1错误C1083:无法打开包含文件:'exercises.h':没有此类文件或目录 - Error 1 error C1083: Cannot open include file: 'exercises.h': No such file or directory 错误:C1083:无法打开包含文件:'QJson / Parser':没有这样的文件或目录 - error: C1083: Cannot open include file: 'QJson/Parser': No such file or directory 严重错误C1083:无法打开包含文件:“ Item.h”':没有此类文件或目录 - fatal error C1083: Cannot open include file: 'Item.h”': No such file or directory 致命错误 C1083:无法打开包含文件:'fstream.h':没有这样的文件或目录 - fatal error C1083: Cannot open include file: 'fstream.h': No such file or directory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM