• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: libxml2 in Xcode 3.2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: libxml2 in Xcode 3.2
      • From: Dave McCarthy <email@hidden>
    • Re: libxml2 in Xcode 3.2
      • From: Jens Alfke <email@hidden>
References: 
 >libxml2 in Xcode 3.2 (From: Ned Hogan <email@hidden>)
 >Re: libxml2 in Xcode 3.2 (From: Jens Alfke <email@hidden>)
 >Re: libxml2 in Xcode 3.2 (From: Dave McCarthy <email@hidden>)

  • Prev by Date: Re: libxml2 in Xcode 3.2
  • Next by Date: Re: libxml2 in Xcode 3.2
  • Previous by thread: Re: libxml2 in Xcode 3.2
  • Next by thread: Re: libxml2 in Xcode 3.2
  • Index(es):
    • Date
    • Thread