[Webkit-unassigned] [Bug 125595] Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 11:45:21 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125595





--- Comment #22 from Joseph Pecoraro <joepeck at webkit.org>  2013-12-12 11:43:31 PST ---
EFL Build error:

> make[2]: *** No rule to make target `DerivedSources/JavaScriptCore/InspectorJS.json', needed by `DerivedSources/WebCore/InspectorWebBackendDispatchers.cpp'.  Stop.

That doesn't make sense to me. Source/JavaScriptCore/CMakeLists.txt has:

    add_custom_command(
        OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json
        MAIN_DEPENDENCY ${JavaScriptCore_INSPECTOR_SCRIPTS_DIR}/generate-combined-inspector-json.py
        DEPENDS ${JavaScriptCore_INSPECTOR_DOMAINS}
        COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_INSPECTOR_SCRIPTS_DIR}/generate-combined-inspector-json.py ${JAVASCRIPTCORE_DIR}/inspector/protocol > ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json
        VERBATIM)

Is this approach (referencing a JSC makefile command output from the WebCore makefile command) not allowed?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list