Bug 10887 - REGRESSION: Build error - "error: WebCore/DOMEventPrivate.h: No such file or directory"
Summary: REGRESSION: Build error - "error: WebCore/DOMEventPrivate.h: No such file or ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Critical
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-09-16 06:24 PDT by Mark Rowe (bdash)
Modified: 2006-09-16 08:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.04 KB, patch)
2006-09-16 06:26 PDT, Mark Rowe (bdash)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2006-09-16 06:24:17 PDT
When performing a clean build, the build fails with:

CompileC WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/ppc/DOM.o WebCore/bindings/objc/DOM.mm normal ppc objective-c++ com.apple.compilers.gcc.4_0
    cd WebCore
    /usr/bin/gcc-4.0 -x objective-c++ -arch ppc -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fobjc-exceptions -fpascal-strings -fasm-blocks -O2 -Werror -Wnon-virtual-dtor -Wnewline-eof -DNDEBUG -DSVG_SUPPORT -DXPATH_SUPPORT -fmessage-length=0 -fobjc-direct-dispatch -fobjc-gc -mtune=G5 -fvisibility-inlines-hidden -fno-threadsafe-statics -mmacosx-version-min=10.4 -gdwarf-2 -IWebKitBuild/WebCore.build/Release/WebCore.build/WebCore.hmap -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wno-long-double -Wundef -Wshorten-64-to-32 -FWebKitBuild/Release -IWebKitBuild/Release/include -IForwardingHeaders -I. -Iicu -I/usr/include/libxslt -I/usr/include/libxml2 -IWebKitBuild/Release/DerivedSources/WebCore -IWebKitBuild/WebCore.build/Release/WebCore.build/DerivedSources -include /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/WebCorePrefix-egzriftegnoorectlpyiakwevevv/WebCorePrefix.h -c WebCore/bindings/objc/DOM.mm -o WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/ppc/DOM.o
In file included from WebCore/bindings/objc/DOM.mm:37:
WebCore/bindings/objc/DOMPrivate.h:41:36: error: WebCore/DOMEventPrivate.h: No such file or directory
Comment 1 Mark Rowe (bdash) 2006-09-16 06:26:47 PDT
Created attachment 10587 [details]
Patch
Comment 2 Daniel Laughlin 2006-09-16 07:03:50 PDT
I'm getting this error too with 16390.
Comment 3 Anders Carlsson 2006-09-16 07:55:10 PDT
Comment on attachment 10587 [details]
Patch

r=me
Comment 4 Mark Rowe (bdash) 2006-09-16 08:11:11 PDT
Landed in r16392.