Re: Linking a lib in XCode
Re: Linking a lib in XCode
- Subject: Re: Linking a lib in XCode
- From: Terry Simons <email@hidden>
- Date: Wed, 12 Mar 2008 20:22:59 -0600
Based on the error it looks like Mark's code is trying to reference
the libxml2 header directory from /usr/include/libxml2... so it should
be /usr/include/libxml2 (or /usr/include/libxml2/**) not /usr/include/
libxml2/libxml/** which would expand to: /usr/include/libxml2/libxml/
libxml/xmlmemory.h if he's doing something like:
#include <libxml/xmlmemory.h>
Which is what it looks like to me. ;)
- Terry
On Mar 12, 2008, at 7:31 PM, George Warner wrote:
On Wed, 12 Mar 2008 19:52:40 +0000, Haskins Mark <email@hidden>
wrote:
I'm struggling to do something which should be very simple and I've
probably missed something somewhere along the way.
I'm writing an application that uses XML, and I am attempting to add
the libxml2.2.dylib library to the project as I believe that this
will
resolve my
error: libxml/xmlmemory.h: No such file or directory
error.
Cut and paste these into your project or target settings (for all
configurations):
HEADER_SEARCH_PATHS = /usr/include/libxml2/libxml/**
OTHER_LDFLAGS = -lxml
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
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