A little addition:

In theory you can set the DYLD_LIBRARY_PATH in the Info.plist of the
bundle. (Thanks for Johannes for finding this.)

I added this by manually editing the file in the installed application
(created by make install, not by installing the dmg).

<key>LSEnvironment</key>
<dict>
        <key>DYLD_LIBRARY_PATH</key>

<string>Contents/MacOS:Contents/MacOS/plugins:Contents/Resources:$DYLD_LIBRARY_PATH</string>
        </dict>

I am not 100% sure that the syntax is correct, I did not find the
documentation, only some examples in various forum threads. But did not
help.

I tried it without the Resources and the $DYLD_LIBRARY_PATH as well.

No luck.

Miklos
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to