[Webkit-unassigned] [Bug 12263] No way to launch Drosera

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 14 09:02:40 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12263


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever Confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW




------- Comment #4 from ddkilzer at webkit.org  2007-01-14 09:02 PDT -------
Sorry, I should have read the error message closer.

What's happening is that Drosera trying to load the WebKit framework from Mac
OS X 10.4.8 instead of the nightly WebKit.

>  Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit"

I don't think the problem is that the 'mrowe' paths appear in the shared
library load paths, but that the extra 'libgcc_s.1.dylib' appears in the load
path.  What is that?

$ otool -L
/Volumes/WebKit/Drosera.app/Contents/Resources/Drosera.app/Contents/MacOS/Drosera
/Volumes/WebKit/Drosera.app/Contents/Resources/Drosera.app/Contents/MacOS/Drosera:
        /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 11.0.0)
       
/Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebKitBuild/Release/WebKit.framework/Versions/A/WebKit
(compatibility version 1.0.0, current version 1.0.0)
        /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 128.0.0)
       
/Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebKitBuild/Release/JavaScriptCore.framework/Versions/A/JavaScriptCore
(compatibility version 1.0.0, current version 1.0.0)
       
/Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore
(compatibility version 1.0.0, current version 1.0.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.3.4)

BTW, confirmed failure to load with r18843.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list