[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
Mon Mar 12 17:42:05 PDT 2012


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





--- Comment #12 from Rebecca Hauck <rhauck at adobe.com>  2012-03-12 17:42:06 PST ---
(In reply to comment #9)
> (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.

Do you think modifying the script is a better way to go than updating webkit.org? If so, shouldn't that be a separate bug?  As is is now with installing 4.3 or higher, there are definitely 2 additional steps: 1) installing the command line tools and 2) running xcode-select -switch to point to /Applications/Xcode.app/Contents/Developer .   The build-webkit script does inform you of these two things, but it might be nice to have it documented up front as well.

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