[webkit-dev] Building WebKit CVS with XCode 2.1
Darin Adler
darin at apple.com
Sun Jun 19 21:40:10 PDT 2005
On Jun 18, 2005, at 6:14 AM, Clever Monkey wrote:
> On Jun 17, 2005, at 12:41 PM, Darin Adler wrote:
>
>> On Jun 17, 2005, at 5:53 AM, Clever Monkey wrote:
>>
>>> I ran into a few problems building CVS with XCode 2.1. The first
>>> was a "well-known" (to Google, anyway) warning with xcodebuild
>>> needing it's option changed to "-configuration".
>>>
>>> I hacked Makefile.am to fix that.
>>
>> You shouldn't be using makefiles at all, so you won't be using
>> Makefile.am; that file is currently part of a legacy build system
>> only used by people on the Safari team.
>>
>> You should be invoking the "build-webkit" script, which calls
>> "xcodebuild" for you with the proper options.
>
> This *was* from running "build-webkit". I don't think I'm the only
> one who has run into this. I found the "solution", such as it is,
> on Google.
>
> build-webkit is invoking xcodebuild, but with a deprecated option.
OK.
I was misled by your "I hacked Makefile.am" comment, and I still
don't understand what that means.
In any case, I changed build-webkit to use -configuration with newer
versions of Xcode a few days back, so this should be fixed by now. If
it's not working for you, please let me know what's wrong (ideally
via bugzilla in the Tools component of WebKit).
-- Darin
More information about the webkit-dev
mailing list