Re: libxml2 in Xcode 3.2
Re: libxml2 in Xcode 3.2
- Subject: Re: libxml2 in Xcode 3.2
- From: Todd Heberlein <email@hidden>
- Date: Fri, 04 Sep 2009 11:04:23 -0700
It seems that the libxml2 header files aren't placed in /usr/include
with the default install of Xcode 3.2. You have to check the box for
10.4 build-ability. Is that behavior correct?
You need to set your target to search for the /usr/include/libxml2
directory recursively. Below are some detailed notes.
Todd
Double click the target to bring up the target's Info Window
Click the "Build" tab
----------------
Scroll down to "Header Search Paths" (under the "Search Paths" group)
Double click the value field to bring up a Sheet for adding search paths
Click '+'
In the new line
Check the "Recursive" box
In the "Path" column enter /usr/include/libxml2
Click "OK"
----------------
You may need to add the xml2 library.
Scroll to "Other Linker Flags" (under the "Linking" group)
add "-lxml2" to the value field.
_______________________________________________
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