Bug 129229 - Web Inspector: Error while building with WebInspector enabled
Summary: Web Inspector: Error while building with WebInspector enabled
Status: RESOLVED DUPLICATE of bug 129231
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-23 01:45 PST by Rajaram Gaunker
Modified: 2014-02-23 18:22 PST (History)
12 users (show)

See Also:


Attachments
Patch (8.48 KB, patch)
2014-02-23 01:51 PST, Rajaram Gaunker
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rajaram Gaunker 2014-02-23 01:45:49 PST
Error while building with WebInspector enabled.

make: *** No rule to make target `../../Source/WebInspectorUI/UserInterface/*.js', needed by `DerivedSources/WebInspectorUI/GResourceBundle.xml'.  Stop.

Files are moved but build related files not changed accordingly.
Comment 1 Radar WebKit Bug Importer 2014-02-23 01:46:12 PST
<rdar://problem/16143341>
Comment 2 Rajaram Gaunker 2014-02-23 01:51:51 PST
Created attachment 224996 [details]
Patch
Comment 3 Timothy Hatcher 2014-02-23 07:50:40 PST
Comment on attachment 224996 [details]
Patch

Sorry about that!
Comment 4 Martin Robinson 2014-02-23 10:08:56 PST
Comment on attachment 224996 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=224996&action=review

> Source/WebInspectorUI/GNUmakefile.am:35
> +	$(shell ls $(WebInspectorUI)/UserInterface/Base/*.js) \

I wonder if you can just do $(WebInspectorUI)/UserInterface/**/*.js ?
Comment 5 Rajaram Gaunker 2014-02-23 18:22:31 PST

*** This bug has been marked as a duplicate of bug 129231 ***