Bug 68751 (xiangding)

Summary: Mac 10.7(lion) Xcode 4.1 compile Webkit error.
Product: WebKit Reporter: xiangding <hazyboy>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Critical CC: hazyboy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: OS X 10.7   

Description xiangding 2011-09-24 00:43:34 PDT
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.
Comment 1 Mark Rowe (bdash) 2011-09-24 12:58:46 PDT
This isn’t a bug in WebKit. You’ve not set up your environment correctly to allow for building within Xcode.
Comment 2 xiangding 2011-09-24 21:28:36 PDT
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?