Bug 125710 - [GTK] Remove Warnings in building about duplicate INSPECTOR variables
Summary: [GTK] Remove Warnings in building about duplicate INSPECTOR variables
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 13:41 PST by Joseph Pecoraro
Modified: 2014-03-25 15:36 PDT (History)
6 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (4.36 KB, patch)
2013-12-13 13:42 PST, Joseph Pecoraro
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2013-12-13 13:41:12 PST
GNUmakefile builds are warning about duplicate definitions of INSPECTOR_SCRIPTS and INSPECTOR_DOMAINS. Clean that up so there are no warnings.
Comment 1 Joseph Pecoraro 2013-12-13 13:42:36 PST
Created attachment 219193 [details]
[PATCH] Proposed Fix

The EWS bots I think filter the output, which will make it hard to know if this cleans up the warnings or not.
Comment 2 Joseph Pecoraro 2013-12-13 13:43:55 PST
Warnings I'm attempting to resolve:

> Source/WebCore/GNUmakefile.am:336: warning: INSPECTOR_SCRIPTS_DIR multiply defined in condition TRUE ...
> GNUmakefile.am:201:   'Source/WebCore/GNUmakefile.am' included from here
> Source/JavaScriptCore/GNUmakefile.am:222: ... 'INSPECTOR_SCRIPTS_DIR' previously defined here
> GNUmakefile.am:199:   'Source/JavaScriptCore/GNUmakefile.am' included from here
> Source/WebCore/GNUmakefile.am:338: warning: INSPECTOR_DOMAINS multiply defined in condition TRUE ...
> GNUmakefile.am:201:   'Source/WebCore/GNUmakefile.am' included from here
> Source/JavaScriptCore/GNUmakefile.am:224: ... 'INSPECTOR_DOMAINS' previously defined here
> GNUmakefile.am:199:   'Source/JavaScriptCore/GNUmakefile.am' included from here

Seen on the build.webkit.org bots:
<http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release/builds/39390/steps/compile-webkit/logs/stdio>
Comment 3 Martin Robinson 2014-03-25 15:36:05 PDT
The autotools build is gone now.