Re: Preventing usage of broken 3rd party libxml.framework install
Re: Preventing usage of broken 3rd party libxml.framework install
- Subject: Re: Preventing usage of broken 3rd party libxml.framework install
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 20 Dec 2007 16:52:56 +0100
Why *must* I *not* use $(SDKROOT)/usr/include/libxml2? Is there any
particular harm in explicitly asking for this path?
Anyhow, having /usr/include/libxml2 at the start of the header
search path should force that to be used, right?
Jeff
OK, "should not" would be more appropriate.
Forcing '/usr/include/libxml2' and using SDKROOT would be unsafe.
The compiler may use header that does not correspond to the library
used by the linker. (in case the current system verison is not the
same than the target SDK version)
You can find in the archive what Xcode does when you set SDKROOT
http://www.cocoabuilder.com/archive/message/xcode/2005/12/22/2163
_______________________________________________
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