I'm somewhat suprised that it runs on osx.  To my knowledge, your the
first person to attempt to do so.  I develop in linux of course, but I
understand that qt will compile for windows and max as well.

So you did succeed to get it to work??  Connecting to the server.  Have
you seen it work in linux.  Does it look the same??

Dirk

On Thu, 2007-08-02 at 09:13 -0700, snowcrash+bacula wrote:
> after building bacula/trunk + bat gui on osx, checking
> 
>       cd bacula/src/qt-console
>       ls -al bat
>               -rwxr-xr-x 1 root wheel 51177916 Aug  2 08:15 bat
>       ./bat.app/Contents/MacOS/bat
> 
> the bat app launches OK.
> 
> and, if i,
> 
>       cd /usr/ports/bacula/src/qt-console
>       open bat.app
> 
> all's ok as well.
> 
> but, if i,
> 
>       cd /usr/ports/bacula/src/qt-console
> 
> then double click on the bat.app icon in the Finder, it crashes,
> 
>       Thu Aug  2 08:49:31 2007 crashdump[3548]: Started writing crash
> report to: /Users/sc/Library/Logs/CrashReporter/bat.crash.log
> 
> cat /Users/sc/Library/Logs/CrashReporter/bat.crash.log
>       **********
>       
>       Host Name:      scdev
>       Date/Time:      2007-08-02 08:49:30.867 -0700
>       OS Version:     10.4.10 (Build 8R218)
>       Report Version: 4
>       
>       Command: bat
>       Path:    /usr/ports/bacula/src/qt-console/bat.app/Contents/MacOS/bat
>       Parent:  WindowServer [105]
>       
>       Version: ??? (???)
>       
>       PID:    3547
>       Thread: Unknown
>       
>       Link (dyld) error:
>       
>       Library not loaded: libqwt.5.dylib
>         Referenced from: 
> /usr/ports/bacula/src/qt-console/bat.app/Contents/MacOS/bat
>         Reason: image not found
> 
> checking,
> 
>   otool -L bat.app/Contents/MacOS/bat
>       libqwt.5.dylib (compatibility version 5.0.0, current version 5.0.2)
>       /usr/local/qt4/lib/QtGui.framework/Versions/4/QtGui (compatibility
> version 4.3.0, current version 4.3.0)
>       /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> (compatibility version 2.0.0, current version 128.0.0)
>       /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> (compatibility version 45.0.0, current version 824.41.0)
>       /usr/local/lib/libpng.3.dylib (compatibility version 22.0.0, current
> version 22.0.0)
>       /usr/local/qt4/lib/QtCore.framework/Versions/4/QtCore (compatibility
> version 4.3.0, current version 4.3.0)
>       /usr/local/ssl/lib/libssl.0.9.8.dylib (compatibility version 0.9.8,
> current version 0.9.8)
>       /usr/local/ssl/lib/libcrypto.0.9.8.dylib (compatibility version
> 0.9.8, current version 0.9.8)
>       /usr/local/lib/libz.1.dylib (compatibility version 1.0.0, current
> version 1.2.3)
>       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> version 88.1.10)
>       /usr/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current
> version 7.0.0)
>       
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> (compatibility version 1.0.0, current version 22.0.0)
>       /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current 
> version 7.4.0)
>       /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 
> 1.0.0)
> 
> i note that there's /no/ path prefix for the linked "libqwt.5.dylib".
> 
> checking, for user launching bat,
> 
>       echo $DYLD_LIBRARY_PATH
>               /usr/local/qwt-5.0.2/lib:/usr/local/qt4/lib
>       ls -al /usr/local/qwt-5.0.2/lib/libqwt.5.dylib
>               lrwxr-xr-x 1 root wheel 18 Aug  1 22:10
> /usr/local/qwt-5.0.2/lib/libqwt.5.dylib -> libqwt.5.0.2.dylib
> 
> i thought this ENV var spec should be sufficient ... apparently not.
> 
> suggestions?
> 
> thanks!
> 
> -------------------------------------------------------------------------
> 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


-------------------------------------------------------------------------
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