Robert T Wyatt wrote:
Martin Costabel wrote:
[]
_Gst_element_error_full referenced from libgstreamer-0 expected to be defined in libgstreamer-0


This "libgstreamer-0" looks suspicious. Is this the install_name of your /sw/lib/libgstreamer-0.8.dylib (find out with otool -L) ? If that's the case, something must have gone wrong when you built the gstreamer package.
[]
otool -L /sw/lib/libgstreamer-0.8.dylib
/sw/lib/libgstreamer-0.8.dylib:
        /sw/lib/libgstreamer-0.8.1.dylib (compatibility version 6.0.0,
current version 6.0.0)

This looks normal. The reference to "libgstreamer-0" in your earlier log remains unexplained.
[]
ld: Undefined symbols:
_HICopyAccessibilityActionDescription referenced from QuickTime expected
to be defined in Carbon

I can't explain this. But after every QuickTime update there were weird error reports; maybe this is one of them. This symbol is defined, not in Carbon itself, but in a subframework of the Carbon.framework, so I think it should be found. It looks also as if this hasn't changed essentially between 10.3 and 10.4. You can still verify if you have the file

/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox

(not only the symlink, but also the real file it points to), and if the symbol in question is really defined there:

  nm HIToolbox |grep HICopyAccessibilityActionDescription

This should have a "T" in front of one of the lines.

--
Martin



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to