如何修复 fatal error: rapidxml_utils.hpp: No such file or directory
如果你在类似这样的行中看到类似 fatal error: rapidxml_utils.hpp: No such file or directory 的错误消息
include-rapidxml-utils-1.cpp
#include "rapidxml_utils.hpp"或
include-rapidxml-utils-2.cpp
#include <rapidxml_utils.hpp>你可能需要将该行替换为
include-rapidxml-utils-fixed.cpp
#include <rapidxml/rapidxml_utils.hpp>If this also doesn’t work, you might not have RapidXML installed. See How to install RapidXML on Ubuntu for details on how to do that on Ubuntu.
Check out similar posts by category:
C/C++
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow