Unresolved Inclusion libxml++ Eclipse Mars CDT

▼魔方 西西 提交于 2021-01-29 08:01:34

问题


I installed Eclipse Mars CDT and libxml++-3.0.0 on my Ubuntu 16.04 machine and I am having issues with an 'Unresolved Inclusion' error for the #include in my C++ code.

I added libxml++ to the path as well by going to the project properties->C/C++ General->Paths and Symbols->GNU C++ 'Add...'. I did the same for libxml2 as well since libxml++ is dependent on libxml2.

However, I am still having this 'Unresolved Inclusion' error, so I am unable to build my project. Any ideas on how I can solve this issue?


回答1:


It turns out that the 3.0.0 version of libxml++ is not a stable version. I downloaded 2.6.1 and it seems to be running fine.



来源:https://stackoverflow.com/questions/38376806/unresolved-inclusion-libxml-eclipse-mars-cdt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!