[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:36:34 PST 2013


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





--- Comment #20 from Joseph Pecoraro <joepeck at webkit.org>  2013-12-12 11:34:44 PST ---
(In reply to comment #19)
> GTK build error:
> 
> >   GEN    DerivedSources/JavaScriptCore/InspectorJS.json
> >   ...
> >   GEN    DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.cpp
> >   ...
> >   GEN    DerivedSources/WebCore/InspectorWebBackendDispatchers.cpp
> > Traceback (most recent call last):
> >   File "../../Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py", line 1733, in <module>
> >     input_file = open(input_json_filename, "r")
> > IOError: [Errno 2] No such file or directory: 'DerivedSources/JavaScriptCore/InspectorJS.json'
> 
> Maybe I need to use the absolute path to this file.

Oops, found it. I was outputting InspectorJS to WebCore's derived sources. Copy paste fail.

-- 
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