Re: Has anyone used xmllib2 in an X-Code project?
Re: Has anyone used xmllib2 in an X-Code project?
- Subject: Re: Has anyone used xmllib2 in an X-Code project?
- From: Brian Smith <email@hidden>
- Date: Fri, 12 Nov 2004 15:11:46 -0700
On Nov 12, 2004, at 4:26 AM, John Draper wrote:
#include <stdio.h>
#include "libxml/encoding.h" <----- Error is here Says:
libxml/xmlversion.h no such file.
You should able to add /usr/include/libxml2 to the target's header
search path list. (bring up an inspector for the target) and use
#include <libxml/encoding.h>
or use
#include <libxml2/libxml/encoding.h> (with this there is no need for
adding the search path)
in your source file.
Regards,
Brian K Smith
President
SuaveWare Inc. http://www.suaveware.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden