Re: Building against 10.5 SDK, link error on "open"
Re: Building against 10.5 SDK, link error on "open"
- Subject: Re: Building against 10.5 SDK, link error on "open"
- From: Dale Jensen <email@hidden>
- Date: Tue, 10 Jun 2008 10:46:56 -0500
On Jun 10, 2008, at 10:33 AM, Kevin Grant wrote:
You do have "-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib" in there.
Check the list of environment variables (or add a script build phase
that runs "env" first, if you don't see one) and try to fix the most
generic variable that will affect all the others.
The only reference that I see is setenv LIBRARY_SEARCH_PATHS " /
Developer/SDKs/MacOSX10.4u.sdk/usr/lib" and I don't know where that's
coming from, because "Library Search Paths" is blank for this and the
other phases of the product. What else should I be looking for?
Another thing to look at is the precompiled header (.pch). If that
wasn't regenerated, it could contain references to older stuff.
I did do a "Clean All", which is supposed to regenerate those, right?
dale
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden