On the latest revision @5254, I got those errors:
1>------ Build started: Project: V8Bindings_prebuild, Configuration:
Release Win32 ------
1>Performing Custom Build Step
1>..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.h
1>1 File(s) copied
1>..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.cpp
1>1 File(s) copied
1>C:\Users\Admin\Desktop\Chromium\src\chrome\Release\obj\V8Bindings
\DerivedSources
1>Building DerivedSources /cygdrive/c/Users/Admin/Desktop/Chromium/src/
webkit/port...
1>[ERROR] Can't open directory /cygdrive/c/Users/Admin/Desktop/
Chromium/src/THIRD_~1/WebKit/WebCore/../../../webkit/port/xml: "No
such file or directory"
1>[ERROR] Can't open directory /cygdrive/c/Users/Admin/Desktop/
Chromium/src/THIRD_~1/WebKit/WebCore/../../../webkit/port/xml: "No
such file or directory"
1>[ERROR] Can't open directory /cygdrive/c/Users/Admin/Desktop/
Chromium/src/THIRD_~1/WebKit/WebCore/../../../webkit/port/xml: "No
such file or directory"
.
.
.
After some investigation, it seen that it is related with the revision
5247 which deleted two directory:
trunk/src/webkit/port/page/win/
trunk/src/webkit/port/xml/
darin, did you forgot to send an updated version of trunk/src/webkit/
port/DerivedSources.make @rev 5247 ?
Or I missed something? Because still I don't get why it compile on the
buildbot...
Also, in revision 5203, the directory port/ksvg2 and port/svg got
deleted, but nobody updated DerivedSources.make. I merged the required
change in this patch:
Index: DerivedSources.make
===================================================================
--- DerivedSources.make (revision 5254)
+++ DerivedSources.make (working copy)
@@ -32,10 +32,6 @@
$(PORTROOT)/html \
$(PORTROOT)/page \
$(PORTROOT)/page/inspector \
- $(PORTROOT)/svg \
- $(PORTROOT)/xml \
- $(PORTROOT)/ksvg2/svg \
- $(PORTROOT)/ksvg2/events \
$(WebCore) \
$(WebCore)/bindings/js \
$(WebCore)/bindings/v8 \
@@ -1172,5 +1168,5 @@
rm -f $@; \
for i in 1 2 3 4 5 6 7 8 9 10; do \
if test -e $@; then break; fi; \
- perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/
bindings/scripts
$(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$
(FEATURE_DEFINES)
LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../
webkit/pendin
g --include ../../../webkit/port/dom --include ../../../webkit/port/
html --inclu
de ../../../webkit/port/page --include ../../../webkit/port/xml --
include svg --
include dom --include html --include css --include page --include xml
--include
plugins --outputdir . $< ; \
+ perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/
bindings/scripts
$(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$
(FEATURE_DEFINES)
LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../
webkit/pendin
g --include ../../../webkit/port/dom --include ../../../webkit/port/
html --inclu
de ../../../webkit/port/page --include svg --include dom --include
html --includ
e css --include page --include xml --include plugins --outputdir .
$< ; \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---