• 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: Preventing usage of broken 3rd party libxml.framework install
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Preventing usage of broken 3rd party libxml.framework install


  • Subject: Re: Preventing usage of broken 3rd party libxml.framework install
  • From: Jeffrey Wilson <email@hidden>
  • Date: Thu, 20 Dec 2007 09:07:17 -0500

Some software installed a (development-wise) broken libxml.framework in /Library/Frameworks that takes in Xcode precedence over the /usr/ include/libxml2 headers. (It has it's own /Headers directory that is not a symlink to /Versions/xxx/Headers and is missing cruical headers).

How do I force a include file order?
I'd prefer to adjust my projects once instead of finding out how that broken framework made it into my /Library/Frameworks folder and try to catch up with broken reinstalls over a manually fixed version.

You could forego the use of the libxml.framework and just link against the /usr/include/libxml2. Add -lxml2 to your "Other Linker Flags" and make sure you "Header Search Paths" starts with something like "$ (SDKROOT)/usr/include/libxml2". I do this for an OSS project.


Jeff
_______________________________________________
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: Preventing usage of broken 3rd party libxml.framework install
      • From: Jean-Daniel Dupas <email@hidden>
References: 
 >Preventing usage of broken 3rd party libxml.framework install (From: Thomas Engelmeier <email@hidden>)

  • Prev by Date: Re: .net framework
  • Next by Date: [OT] Re: noob
  • Previous by thread: Re: Preventing usage of broken 3rd party libxml.framework install
  • Next by thread: Re: Preventing usage of broken 3rd party libxml.framework install
  • Index(es):
    • Date
    • Thread