Tagged Questions
3
votes
1answer
856 views
eclipse CDT glib libraries inclusion error
I have a created C based project with CDT from pidgin source code. Everything is working fine but it says unresolved inclusion for following two libs:
#include <libxml/parser.h>
#include ...