-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error:no such file <tinyxml/tinyxml.h> #5
Comments
Hi, you should install 'tinyxml' library first. |
or this link address 'https://sourceforge.net/projects/tinyxml/' |
Modify 85 line in makefile of tinyxml
|
... 还以为你不是中国人。 害我编了大堆英语。 tinyxml 的安装可以参考: https://blog.csdn.net/lcli2009/article/details/21445805 |
哈哈哈好的,谢谢,我会照着试试的。感谢您的回答~一开始用英语提问是因为我的虚拟机里没有装中文输入法hhhh |
顺便提下,拷贝的时候要注意路径。 tinyxml.h 前面还有个 tinyxml 路径,所以拷贝到 /lib/ 目录下时可以先建立个 tinyxml 文件夹,再往里拷贝 .h 文件。 |
好,万分感谢!很难得能遇到您这么有耐心的作者了,知乎给您点关注了~🤭 |
很抱歉又来打扰您,关于_tinyxml2_的依赖库问题我已经解决了。但是紧接着它又爆了个错。 |
您好,需要安装 google 的 protobuf 库。 |
大哥,头文件和库都有但是出现未定义标识符是怎么回事儿啊 ‘TiXmlElement’ has not been declared |
When I compile the project, the error message is
In file included from tinyrpc/comm/log.cc:16: tinyrpc/comm/config.h:4:10: fatal error: tinyxml/tinyxml.h: No such file or directory
How should I solve it?
The text was updated successfully, but these errors were encountered: