This all is under Mac OS X 10.6 and the libxml libraries seem to be in /usr/local/libxml2/libxml, I added this to the GNU C++ support but still I get errors for the code that uses libxml. I couldn’t find anything that explains what to do to get it working and my project to compile.
edit: Example errors
void printElementNames(xmlNode * a_node) {
}
This would give “Type xmlNode could not be resolved”.
I got this here: forum