[webkit-dev] Set up Webkit under XCode in MacOS

ying lcs yinglcs at gmail.com
Fri Feb 20 14:34:57 PST 2009


I think the build is complaining it can't find these files:
wtf/Platform.h
wtf/FastMalloc.h
wtf/DisallowCType.h

But in the directory, i do see they are located at:
WebKit/mac/ForwardingHeaders/wtf.

Can you please tell me why XCode can't see it?

I am using MacOS 10.5.

Thank you.


On Fri, Feb 20, 2009 at 12:01 PM, ying lcs <yinglcs at gmail.com> wrote:
> Thanks But I did follow step 2 and 3.
>
> I did create a custom location in build of my project info.
> And I did set the active build configuration to be debug
> active target to be project specific
> active executabe to be custom executable
>
>
>
> On Fri, Feb 20, 2009 at 12:19 AM, Mark Rowe <mrowe at apple.com> wrote:
>>
>> On 2009-02-19, at 23:49, ying lcs wrote:
>>
>>> Hi,
>>>
>>> I was able to get the Webkit code from svn and compile using command
>>> line in MacOS 10.5
>>>
>>> But  when I was following http://webkit.org/building/debug.html to
>>> setup Webkit project under MacOS, I get compile errors.
>>>
>>> Here is what i did:
>>> 1. open Webkit's XCode project
>>> 2. Add a 'new custom executable' and select 'Applications/Safari.app'
>>> and use this as my 'active executable'
>>
>> Perhaps you would like to try following the steps at
>> <http://webkit.org/building/debug.html> that you skipped over.  In
>> particular, steps two and three.
>>
>> - Mark
>>
>>
>


More information about the webkit-dev mailing list