hi, everybody, I Just to Study webkit sourceCode. so I buy a iMac Computer, the os version is Mac 10.7 (lion). Xcode 4.1. I execute: 1. download webkit Nightly source.(r95701) 2. ./Tools/Scripts/build-webkit --debug. // is OK. 3. Xcode 4.1: build JavaScriptCore. // is OK. 4. XCode 4.1: When I build JavaScriptGlue and WebCore. then report error: 1). JavaScriptGlue/ForwardingHeaders/wtf/Platform.h compile error: 'JavaScriptCore/Platform.h' file not found. 2). WebCoreExportFileGenerator project: Webcore/ForwardingHeaders/wtf/Platform.h also error:'JavaScriptCore/Platform.h' file not found. who can help me ? why the bug? very thanks.
This isn’t a bug in WebKit. You’ve not set up your environment correctly to allow for building within Xcode.
I know Xcode 3.2 is ok. my Xcode 4.1 isn't ok. ...(In reply to comment #1) > This isn’t a bug in WebKit. You’ve not set up your environment correctly to allow for building within Xcode. please tell me why not correctly, which step is miss?