[webkit-dev] Heads up: Incremental build issue on cmake (GTK/EFL) ports
Osztrogonác Csaba
oszi at inf.u-szeged.hu
Wed Aug 6 02:35:06 PDT 2014
Hi,
r171961 changed the path of the generated inspector files (because
of r171942) from WebKitBuild/Release/DerivedSources/JavaScriptCore
to WebKitBuild/Release/DerivedSources/JavaScriptCore/inspector
But unfortunately the old generated files remained in the old
path which caused the following strange incremental build error
after r172129:
In file included from
/home/oszi/webkit/Source/JavaScriptCore/inspector/agents/InspectorAgent.h:35:0,
from
/home/oszi/webkit/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp:35:
/home/oszi/webkit/WebKitBuild/Release/DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.h:89:18:
note: virtual void
Inspector::InspectorRuntimeBackendDispatcherHandler::getRuntimeTypeForVariableInTextRange(Inspector::ErrorString*,
const WTF::String&, const WTF::String&, int, int, int, int, WTF::String*)
To solve this problem, you should simple remove the following files
from WebKitBuild/Release/DerivedSources/JavaScriptCore:
InspectorJSBackendDispatchers.cpp
InspectorJSBackendDispatchers.h
InspectorJSFrontendDispatchers.cpp
InspectorJSFrontendDispatchers.h
InspectorJSTypeBuilders.cpp
InspectorJSTypeBuilders.h
I triggered clean build on the buildbots to fix this issue, but
these files should be removed on the GTK and EFL EWS bots too.
br,
Ossy
More information about the webkit-dev
mailing list