Thorsten Z?rner wrote:
[]
> Dyld Error Message:
>   Symbol not found: 
> __ZN12QApplication14macEventFilterEP25OpaqueEventHandlerCallRefP14OpaqueEventRef
>  
> 
>   Referenced from: /sw/Applications/Scribus.app/Contents/bin/scribus
>   Expected in: dynamic lookup

In my case here, I see this symbol as linked from libqt-mt from the 
qt3mac-shlibs package:

costabel% otool -L /sw/Applications/Scribus.app/Contents/bin/scribus | 
grep libqt-mt
        /sw/lib/qt3mac/lib/libqt-mt.3.dylib (compatibility version 3.3.0, 
current version 3.3.8)

costabel% nm -m /sw/Applications/Scribus.app/Contents/bin/scribus | grep 
macEventFilter
          (undefined) external 
__ZN12QApplication14macEventFilterEP25OpaqueEventHandlerCallRefP14OpaqueEventRef
 
(from libqt-mt)

costabel% nm /sw/lib/qt3mac/lib/libqt-mt.3.dylib  | grep macEventFilter
b2005ace T 
__ZN12QApplication14macEventFilterEP25OpaqueEventHandlerCallRefP14OpaqueEventRef


Which version of qt3mac-shlibs do you have installed?

-- 
Martin




Reply via email to