[Adium-devl] Protocol plugins

Peter Hosey boredzo at gmail.com
Sat Dec 29 22:21:17 UTC 2007


On Dec 29, 2007, at 14:00:08, Eion Robb wrote:
> Is there some way of telling XCode not to try and load the  
> libpurple library?

Yes: Don't do anything.

Xcode (lowercase c) does not load any of your libraries. (Why on  
earth would it?)

Your program tries to load the library. The command to load it is put  
into your program by the linker, which is given the path by Xcode.

Now that we have the actual sequence of events straight, the solution:

First, I suggest trying rtool:

	http://code.google.com/p/relocation-tool/

Augie can probably tell you more about whether that really will do  
what you want, and (if so) how.

Second, if that doesn't work: Two targets. One will be for 1.1.x; the  
other will be for 1.2.x.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20071229/61286d20/attachment.sig>


More information about the devel mailing list