Re: Building For OS 10.1, 10.2, and 10.3
Re: Building For OS 10.1, 10.2, and 10.3
- Subject: Re: Building For OS 10.1, 10.2, and 10.3
- From: Glen Low <email@hidden>
- Date: Tue, 6 Jan 2004 21:54:00 +0800
It seems incorrect that Xcode searches for 3rd party frameworks in
SDK.
Even after adding the frameworks, Xcode continued to give an
incorrect
warning:
ld: warning prebinding disabled because dependent library:
/Developer/SDKs/MacOSX10.2.8.sdk/Library/Frameworks/iODBC.framework/
Versions
/3.51/iODBC is not prebound
Actually, it is right in that this library isn't prebound, but it
definitely isn't at the indicated location :)
You might be able to fix it by putting a symlink in that spot back to
the actual library.
The long term solution, a feature request, is that Xcode have a
"relative to SDK" option in addition to "absolute", "relative to
project" etc. instead of blindly tagging SDKROOT to everything, and
that added libraries and frameworks start out with this.
Cheers, Glen Low
---
pixelglow software | simply brilliant stuff
www.pixelglow.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.