[Adium-devl] Protocol plugins
Elliott Harris
excitebike at mac.com
Sat Dec 29 22:39:49 UTC 2007
The packaging and construction of libpurple.framework has changed
between 1.1.x and 1.2.x and beyond. You may want to examine the
changes between 1.1.x and 1.2.x because you may have been depending on
the packaging and location of the framework when your originally setup
your project.
The solution to supporting both versions will more than likely be two
targets, unless you are simply making a mistake somewhere else.
Cheers,
Elliott
On Dec 29, 2007, at 4:21 PM, Peter Hosey wrote:
> 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.
>
> _______________________________________________
> Adium-devl mailing list
> Adium-devl at adiumx.com
> http://adiumx.com/mailman/listinfo/adium-devl_adiumx.com
More information about the devel
mailing list