Re: How to include <libxml/tree.h> ?
Re: How to include <libxml/tree.h> ?
- Subject: Re: How to include <libxml/tree.h> ?
- From: William Turner <email@hidden>
- Date: Mon, 26 Dec 2005 09:52:34 -0500
I added /usr/include/libxml2 to the header search paths in my project
when I used that library. I know that fixes it, I don't know if
that's the only or best solution.
Wil
On Dec 26, 2005, at 9:26 AM, Theodore H. Smith wrote:
I've got some code that uses an include like this:
#include <libxml/tree.h>
How do I get this to compile? I tried dragging in the folder from /
usr/include/libxml2/libxml into my Xcode project (thus creating a
group in my project containing references to all the files in this
folder), but this didn't work. Xcode tells me that it can't find
tree.h
What's the correct technique for getting these sort of includes to
work? I need to map "libxml/" to "/usr/include/libxml2/libxml"
somehow?? But how?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden