reading here,

        http://doc.trolltech.com/4.3/deployment-mac.html


cd  /usr/ports/bacula-svn/bacula/src/qt-console
otool -L ./bat.app/Contents/MacOS/bat | grep qwt
        libqwt.5.dylib (compatibility version 5.0.0, current version 5.0.2)

then

install_name_tool -change libqwt.5.dylib
/usr/local/qwt-5.0.2/lib/libqwt.5.dylib ./bat.app/Contents/MacOS/bat

otool -L ./bat.app/Contents/MacOS/bat | grep qwt
        /usr/local/qwt-5.0.2/lib/libqwt.5.dylib (compatibility version 5.0.0,
current version 5.0.2)

and, now, dubl-clicking the app works without error.

so, it seems, that a 'mmore detailed' path link to the libqwt* is required.

either to the os-specific locale (i'd /thought/ it would pick that up
from DYLD_LIBRARY_PATH @ runtime, but apparently not ...), or to an
"@executable_path/...) after cp'ing the lib to the bat.app tree.

works, but i'd suggest -- not optimal.

dunno enought about Qt to know what to do different in the build
process ... yet.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to