> bison -d -p kjsyy /cygdrive/d/projects/WebKit/JAVASC~1/kjs/grammar.y > -o grammar.cpp > bison_out.txt 2>&1 > make: *** [grammar.cpp] Error 127
Fixed: My Cygwin had no bison installed. Now I made a full install of Cygwin, but WebKit still won't build. 1>------ Build started: Project: WebCore, Configuration: Debug Win32 ------ 2>------ Build started: Project: testkjs, Configuration: Debug Win32 ------ 2>Linking... 1>Performing Pre-Build Event... 2>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library 1>tmp.cpp 2>JavaScriptCore_debug.lib(Parser.obj) : error LNK2019: unresolved external symbol "int __cdecl kjsyyparse(void)" (?kjsyyparse@@YAHXZ) referenced in function "private: void __thiscall KJS::Parser::parse(class KJS::UString const &,int,struct KJS::UChar const *,unsigned int,int *,int *,class KJS::UString *)" ([EMAIL PROTECTED]@KJS@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@IPAH2PAV32@@Z) 2>JavaScriptCore_debug.lib(lexer.obj) : error LNK2001: unresolved external symbol "union YYSTYPE kjsyylval" (?kjsyylval@@3TYYSTYPE@@A) 2>JavaScriptCore_debug.lib(lexer.obj) : error LNK2001: unresolved external symbol "struct YYLTYPE kjsyylloc" (?kjsyylloc@@3UYYLTYPE@@A) 2>D:\projects\WebKit\WebKitBuild\bin\testkjs_debug.exe : fatal error LNK1120: 3 unresolved externals 2>Build log was saved at "file://D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\ BuildLog.htm" 2>testkjs - 4 error(s), 1 warning(s) 1>make: Nothing to be done for `all'. 1>make: Nothing to be done for `all'. 1>Compiling... 1>Color.cpp 1>..\platform\graphics\Color.cpp(136) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>..\platform\graphics\Color.cpp(136) : error C2143: syntax error : missing ';' before '*' 1>..\platform\graphics\Color.cpp(136) : error C2065: 'foundColor' : undeclared identifier 1>..\platform\graphics\Color.cpp(136) : error C3861: 'findColor': identifier not found 1>..\platform\graphics\Color.cpp(137) : error C2227: left of '->RGBValue' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>..\platform\graphics\Color.cpp(153) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>..\platform\graphics\Color.cpp(153) : error C2143: syntax error : missing ';' before '*' 1>..\platform\graphics\Color.cpp(153) : error C3861: 'findColor': identifier not found 1>..\platform\graphics\Color.cpp(154) : error C2227: left of '->RGBValue' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>HTMLDocument.cpp 1>..\html\HTMLDocument.cpp(535) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>..\html\HTMLDocument.cpp(535) : error C2143: syntax error : missing ';' before '*' 1>..\html\HTMLDocument.cpp(535) : error C2065: 'doctypeEntry' : undeclared identifier 1>..\html\HTMLDocument.cpp(535) : error C3861: 'findDoctypeEntry': identifier not found 1>..\html\HTMLDocument.cpp(544) : error C2227: left of '->mode_if_sysid' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>..\html\HTMLDocument.cpp(545) : error C2227: left of '->mode_if_no_sysid' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>..\html\HTMLDocument.cpp(547) : error C2825: 'PubIDInfo': must be a class or namespace when followed by '::' 1>..\html\HTMLDocument.cpp(547) : error C2039: 'eQuirks3' : is not a member of '`global namespace'' 1>..\html\HTMLDocument.cpp(547) : error C2146: syntax error : missing ':' before identifier 'eQuirks3' 1>..\html\HTMLDocument.cpp(547) : error C2051: case expression not constant 1>..\html\HTMLDocument.cpp(551) : error C2825: 'PubIDInfo': must be a class or namespace when followed by '::' 1>..\html\HTMLDocument.cpp(551) : error C2039: 'eQuirks' : is not a member of '`global namespace'' 1>..\html\HTMLDocument.cpp(551) : error C2146: syntax error : missing ':' before identifier 'eQuirks' 1>..\html\HTMLDocument.cpp(551) : error C2051: case expression not constant 1>..\html\HTMLDocument.cpp(555) : error C2825: 'PubIDInfo': must be a class or namespace when followed by '::' 1>..\html\HTMLDocument.cpp(555) : error C2039: 'eAlmostStandards' : is not a member of '`global namespace'' 1>..\html\HTMLDocument.cpp(555) : error C2146: syntax error : missing ':' before identifier 'eAlmostStandards' 1>..\html\HTMLDocument.cpp(555) : error C2051: case expression not constant 1>..\html\HTMLDocument.cpp(561) : warning C4065: switch statement contains 'default' but no 'case' labels 1>HTMLTokenizer.cpp 1>..\html\HTMLTokenizer.cpp(773) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>..\html\HTMLTokenizer.cpp(773) : error C2143: syntax error : missing ';' before '*' 1>..\html\HTMLTokenizer.cpp(773) : error C2065: 'e' : undeclared identifier 1>..\html\HTMLTokenizer.cpp(773) : error C3861: 'findEntity': identifier not found 1>..\html\HTMLTokenizer.cpp(775) : error C2227: left of '->code' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>..\html\HTMLTokenizer.cpp(1786) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>..\html\HTMLTokenizer.cpp(1786) : error C2143: syntax error : missing ';' before '*' 1>..\html\HTMLTokenizer.cpp(1786) : error C3861: 'findEntity': identifier not found 1>..\html\HTMLTokenizer.cpp(1787) : error C2227: left of '->code' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>Generating Code... 1>Build log was saved at "file://D:\projects\WebKit\WebKitBuild\obj\WebCore\Debug\BuildLog.htm" 1>WebCore - 36 error(s), 1 warning(s) 3>------ Build started: Project: WebKit, Configuration: Debug Win32 ------ 3>Performing Pre-Build Event... 3>tmp.cpp 3>Datei * nicht gefunden. 3>0 Datei(en) kopiert 3>Compiling... 3>MarshallingHelpers.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebCoreLocalizedStrings.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebInspectorClient.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebKitClassFactory.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebKitDLL.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebKitSystemBits.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebNodeHighlight.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>CFDictionaryPropertyBag.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>DefaultDownloadDelegate.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>DefaultPolicyDelegate.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>DOMCoreClasses.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>DOMCSSClasses.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>DOMEventsClasses.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>DOMHTMLClasses.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>HTTPHeaderPropertyBag.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>MemoryStream.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebActionPropertyBag.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebBackForwardList.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebCache.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebChromeClient.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Compiling... 3>WebContextMenuClient.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebDatabaseManager.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebDataSource.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebDocumentLoader.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebDownload.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebDragClient.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebDropSource.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebEditorClient.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebElementPropertyBag.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebError.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebFrame.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebFramePolicyListener.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebHistory.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebHistoryItem.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebHTMLRepresentation.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebIconDatabase.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebInspector.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebJavaScriptCollector.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebKitLogging.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebKitStatistics.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Compiling... 3>WebMutableURLRequest.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebNotification.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebNotificationCenter.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebPreferences.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebResource.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebScriptCallFrame.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebScriptDebugger.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebScriptDebugServer.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebScriptObject.cpp 3>..\WebScriptObject.cpp(30) : fatal error C1083: Cannot open include file: 'wtf/Assertions.h': No such file or directory 3>WebScriptScope.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebScrollBar.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebTextRenderer.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebURLAuthenticationChallenge.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebURLAuthenticationChallengeSender.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebURLCredential.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebURLProtectionSpace.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebURLResponse.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebView.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebKitGraphics.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>WebLocalizableStrings.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Compiling... 3>DOMCreateInstance.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMObject.cpp 3>..\GEN_DOMObject.cpp(33) : fatal error C1083: Cannot open include file: 'wtf/Assertions.h': No such file or directory 3>GEN_DOMAttr.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCDATASection.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCharacterData.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMComment.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCounter.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSCharsetRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSFontFaceRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSImportRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSMediaRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSPageRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSPrimitiveValue.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSRuleList.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSStyleDeclaration.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSStyleRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSStyleSheet.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSUnknownRule.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMCSSValue.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Compiling... 3>GEN_DOMCSSValueList.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMDocument.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMDocumentFragment.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMDocumentType.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMDOMImplementation.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMEntity.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMEntityReference.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMEvent.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMEventListener.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLAnchorElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLAppletElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLAreaElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLBaseElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLBaseFontElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLBlockquoteElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLBodyElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLBRElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLButtonElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLCollection.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Compiling... 3>GEN_DOMHTMLDirectoryElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLDivElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLDListElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLDocument.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLEmbedElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLFieldSetElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLFontElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLFormElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLFrameElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLFrameSetElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLHeadElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLHeadingElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLHRElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLHtmlElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLIFrameElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLImageElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLInputElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLIsIndexElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLLabelElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Compiling... 3>GEN_DOMHTMLLegendElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLLIElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLLinkElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLMapElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLMarqueeElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLMenuElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLMetaElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLModElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLObjectElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLOListElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLOptGroupElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLOptionElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLOptionsCollection.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLParagraphElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLParamElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLPreElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLQuoteElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLScriptElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLSelectElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLStyleElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Compiling... 3>GEN_DOMHTMLTableCaptionElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLTableCellElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLTableColElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLTableElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLTableRowElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLTableSectionElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLTextAreaElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLTitleElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMHTMLUListElement.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMMediaList.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMNamedNodeMap.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMNode.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMNodeList.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMNotation.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMProcessingInstruction.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMRect.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMStyleSheet.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMStyleSheetList.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>GEN_DOMText.cpp 3>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\config.h(22) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 3>Generating Code... 3>Project : warning PRJ0018 : The following environment variables were not found: 3>$(BuildBot) 3>Build log was saved at "file://D:\projects\WebKit\WebKitBuild\obj\WebKit\Debug\BuildLog.htm" 3>WebKit - 159 error(s), 0 warning(s) 4>------ Build started: Project: TestNetscapePlugin, Configuration: Debug Win32 ------ 5>------ Build started: Project: DumpRenderTree, Configuration: Debug Win32 ------ 4>Compiling... 5>Compiling... 4>main.c 5>EventSender.cpp 4>d:\projects\WebKit\WebKitTools\DumpRenderTree\TestNetscapePlugin.subpr oj\PluginObject.h(34) : fatal error C1083: Cannot open include file: 'WebKit/npfunctions.h': No such file or directory 4>PluginObject.c 4>d:\projects\webkit\webkittools\dumprendertree\testnetscapeplugin.subpr oj\PluginObject.h(34) : fatal error C1083: Cannot open include file: 'WebKit/npfunctions.h': No such file or directory 4>TestObject.c 4>d:\projects\webkit\webkittools\dumprendertree\testnetscapeplugin.subpr oj\TestObject.h(34) : fatal error C1083: Cannot open include file: 'WebKit/npapi.h': No such file or directory 4>Generating Code... 4>Build log was saved at "file://D:\projects\WebKit\WebKitBuild\obj\TestNetscapePlugin\Debug\Buil dLog.htm" 4>TestNetscapePlugin - 3 error(s), 0 warning(s) 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>GCController.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>GCControllerWin.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>LayoutTestController.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>LayoutTestControllerWin.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>EditingDelegate.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>FrameLoaderDelegate.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>PolicyDelegate.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>UIDelegate.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>DumpRenderTree.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>WorkQueue.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>WorkQueueItemWin.cpp 5>D:\projects\WebKit\WebKitBuild\Include\JavaScriptCore\stdint.h(24) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory 5>Generating Code... 5>Build log was saved at "file://D:\projects\WebKit\WebKitBuild\obj\DumpRenderTree\Debug\BuildLog .htm" 5>DumpRenderTree - 12 error(s), 0 warning(s) ========== Build: 0 succeeded, 5 failed, 6 up-to-date, 0 skipped ========== Master Bit GmbH Kloster Arnsburg, 35423 Lich, Deutschland, Geschäftsführer: Manfred Hill und Thomas Müller, Registergericht: Amtsgericht Gießen HRB 3182 http://www.masterbit.com _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

