[Webkit-unassigned] [Bug 26537] build-webkit script fails when we change the directory to place build products by Xcode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 00:30:35 PDT 2009


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





------- Comment #9 from tyoshino at google.com  2009-06-22 00:30 PDT -------
(In reply to comment #8)
> (In reply to comment #7)
> > (In reply to comment #5)
> > > (In reply to comment #4)
> > > > I don't understand why this is necessary.  I'm aware of a number of people that
> > > > build with a global built products directory configured in Xcode.  I'd like to
> > > > understand what is special about your setup that requires this change?
> > > > 
> > > 
> > > Do they build using build-webkit script? I can build WebKit on Xcode IDE
> > > without this patch, but cannot with build-webkit script when I changed the
> > > global built products directory to somewhere else than <Checkout
> > > directory>/WebKitBuild.
> > 
> > Almost all of my coworkers at Apple have a custom built product location and
> > build from the command-line (using "make", which gets the arguments to
> > xcodebuild from webkitdirs.pm in a similar fashion to build-webkit).
> 
> Hmm, I see.
> 
> > 
> > Do you happen to have a ~/Library/Preferences/xcodebuild.plist?
> > 
> 
> Yes
> 
> % od -c xcodebuild.plist                                                       
>                                 [~/Library/Preferences]
> 0000000    b   p   l   i   s   t   0   0 321 001 002   _ 020 037   P   B
> 0000020    X   A   p   p   l   i   c   a   t   i   o   n   w   i   d   e
> 0000040    B   u   i   l   d   S   e   t   t   i   n   g   s 320  \b  \v
> 0000060    -  \0  \0  \0  \0  \0  \0 001 001  \0  \0  \0  \0  \0  \0  \0
> 0000100  003  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0
> 0000120    .                                                            
> 0000121
> 

And, FYI,

% defaults read com.apple.Xcode PBXApplicationwideBuildSettings                
                                [~/Library/Preferences]
{
    SYMROOT = "/tmp/ramdisk/WebKitBuild";
}


-- 
Configure bugmail: https://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