[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 12:28:26 PST 2013


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





--- Comment #29 from Joseph Pecoraro <joepeck at webkit.org>  2013-12-12 12:26:36 PST ---
GTK Build error:

> make[1]: *** [Source/WebCore/bindings/js/libWebCore_la-ScriptProfile.lo] Error 1
> In file included from ../../Source/WebCore/bindings/js/ScriptProfile.h:38:0,
>                  from ../../Source/WebCore/page/Console.h:33,
>                  from ../../Source/WebCore/bindings/js/JSDOMWindowBase.cpp:27:
> ./DerivedSources/WebCore/InspectorWebTypeBuilders.h:14:47: fatal error: inspector/InspectorJSTypeBuilders.h: No such file or directory
>  #include <inspector/InspectorJSTypeBuilders.h>

Why? Other <inspector/Foo.h> includes work. This is a new file added to WebCore/ForwardingHeaders/inspector/InspectorJSTypeBuilders.h that ultimately references the JavaScriptCore/DerivedSources/InspectorJSTypeBuilders.h. I could understand maybe the second include not working, but this error message is about the first include.

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