[Webkit-unassigned] [Bug 12263] Drosera won't launch in Tiger due to dependency on /usr/lib/libgcc_s.1.dylib (nightlies r18828, r18836, r18843)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 14 16:18:19 PST 2007


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


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ddkilzer at webkit.org




------- Comment #8 from bdash at webkit.org  2007-01-14 16:18 PDT -------
This is very odd.  Over the weekend I changed how I built the nightlies very
slightly:

>From 
./WebKitTools/Scripts/build-webkit DEPLOYMENT_POSTPROCESSING=YES
STRIP_INSTALLED_PRODUCT=YES ARCHS="ppc i386"
SDKROOT_ppc="/Developer/SDKs/MacOSX10.4u.sdk" 

to:
./WebKitTools/Scripts/build-webkit DEPLOYMENT_POSTPROCESSING=YES
STRIP_INSTALLED_PRODUCT=YES ARCHS="ppc i386"
SDKROOT="/Developer/SDKs/MacOSX10.4u.sdk"
MAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_4
MACOSX_DEPLOYMENT_TARGET=10.4

(with similar arguments for build-launcher-app which builds Drosera).  I get
the feeling that using the SDK to build Drosera is causing these problems, as
it appears to be loading the system version of WebKit rather than the bundled
framework.  

Dave, what makes you think that libgcc_s.1.dylib is the problem?


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