[Adium-devl] StudiVZ Plugin

Peter Hosey boredzo at adiumx.com
Thu Feb 26 06:08:02 UTC 2009


On Feb 25, 2009, at 20:41:02, derDoc wrote:
>    2009-02-25 19:50:45.857 Adium[54664:10b] Error loading
> /Users/derDoc/Library/Application Support/Adium
> 2.0/PlugIns/AdiumTestPlugin.AdiumPlugin/Contents/MacOS/ 
> AdiumTestPlugin:
> dlopen(/Users/derDoc/Library/Application Support/Adium
> 2.0/PlugIns/AdiumTestPlugin.AdiumPlugin/Contents/MacOS/ 
> AdiumTestPlugin,
> 265): Library not loaded:
> @executable_path/../Frameworks/RegexKit.framework/Versions/A/RegexKit
>  Referenced from: /Users/derDoc/Library/Application Support/Adium
> 2.0/PlugIns/AdiumTestPlugin.AdiumPlugin/Contents/MacOS/AdiumTestPlugin
>  Reason: image not found

Use @rpath, not @executable_path. If you're building RegexKit from  
source, you can set the install path of the framework in its Xcode  
project; if you're using a pre-built framework, you'll need to use  
rtool (which is on Google Code).

Info on the necessary changes in the Xcode project:

http://lists.apple.com/archives/Unix-porting/2008/Mar/msg00012.html
http://developer.apple.com/releasenotes/developertools/RN-dyld/index.html





More information about the devel mailing list