[Webkit-unassigned] [Bug 80429] Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 18:06:23 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80429





--- Comment #9 from mitz at webkit.org  2012-03-07 18:06:23 PST ---
(In reply to comment #8)

> Without knowing exactly what issues you run into I can’t tell for sure how they can be resolved, but I believe it would mostly involve using xcrun(1) to invoke certain tools where the scripts currently don’t, and perhaps running xcode-select(1) once.

Starting from a fresh install of OS X 10.7.3, after installing Xcode 4.3.1 from the Mac App Store and the Java for Mac OS X 10.7 Update 1 Developer Package from <http://connect.apple.com/>, I was able to syaty building WebKit with this command (the build hasn’t finished yet):
    Tools/Scripts/build-webkit --debug SDKROOT=/Applications/Xcode.appl/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk

I did get a couple of errors about not being able to find ranlib, when build-webkit tried to copy WebKitSystemInterface to the built products directory. The script needs to be changes to invoke ranlib via xcrun.

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


More information about the webkit-unassigned mailing list