Bug 68751 (xiangding) - Mac 10.7(lion) Xcode 4.1 compile Webkit error.
Summary: Mac 10.7(lion) Xcode 4.1 compile Webkit error.
Status: RESOLVED INVALID
Alias: xiangding
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.7
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-24 00:43 PDT by xiangding
Modified: 2011-09-24 21:28 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?