• 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: Unstuffing my build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unstuffing my build


  • Subject: Re: Unstuffing my build
  • From: Michael Ash <email@hidden>
  • Date: Tue, 29 Jun 2010 00:37:55 -0400

On Mon, Jun 28, 2010 at 9:12 PM, Kyle Sluder <email@hidden> wrote:
> On Jun 28, 2010, at 5:52 PM, Graham Cox <email@hidden> wrote:
>
>> Isn't there a way to link against the "latest", whatever it is? Since there's a symlink for that, at least there's an access point in the file system. I realise that it still has to resolve the specific symbols I link against, but they are likely to exist in a newer version and at least I'm no worse off if it fails. Would it be a case of simply renaming the dylib stub to match the symlink?
>
> Unfortunately this is not a safe assumption. libxslt changed dramatically between the versions Apple bundled with 10.5 and 10.6.

And even if all the symbols are still present, you're likely to have
changes to struct definitions and such between versions, which may
screw you over in extremely subtle and difficult-to-find ways. These
open-source projects don't tend to care much about binary
compatibility between releases. That's why your app gets pointed to a
version-specific file in the first place.

Mike
_______________________________________________

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

References: 
 >Unstuffing my build (From: Graham Cox <email@hidden>)
 >Re: Unstuffing my build (From: Graham Cox <email@hidden>)
 >Re: Unstuffing my build (From: Michael Ash <email@hidden>)
 >Re: Unstuffing my build (From: Kyle Sluder <email@hidden>)
 >Re: Unstuffing my build (From: Graham Cox <email@hidden>)
 >Re: Unstuffing my build (From: Kyle Sluder <email@hidden>)

  • Prev by Date: NSImage drawing on 10.5 issue
  • Next by Date: Re: window controller question
  • Previous by thread: Re: Unstuffing my build
  • Next by thread: Debugging a toolbar issue on 10.5
  • Index(es):
    • Date
    • Thread