Bug 170346 - Mac cmake buildfix after r214403
Summary: Mac cmake buildfix after r214403
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 169168
  Show dependency treegraph
 
Reported: 2017-03-31 09:36 PDT by Csaba Osztrogonác
Modified: 2017-03-31 10:28 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.21 KB, patch)
2017-03-31 09:37 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2017-03-31 09:36:36 PDT
https://trac.webkit.org/changeset/214403/webkit broke 
the Apple Mac cmake build 6 days ago, let's try to fix it.

build log:
In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:83:
In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.h:32:
/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/Shared/API/Cocoa/WKDragDestinationAction.h:33:5: error: redefinition of enumerator 'WKDragDestinationActionNone'
    WKDragDestinationActionNone    = 0,
    ^
/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/Shared/API/Cocoa/WKDragDestinationAction.h:33:5: note: previous definition is here
    WKDragDestinationActionNone    = 0,
    ^
In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:83:
In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.h:32:
/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/Shared/API/Cocoa/WKDragDestinationAction.h:34:5: error: redefinition of enumerator 'WKDragDestinationActionDHTML'
    WKDragDestinationActionDHTML   = 1,
    ^
/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/Shared/API/Cocoa/WKDragDestinationAction.h:34:5: note: previous definition is here
    WKDragDestinationActionDHTML   = 1,
    ^

...
Comment 1 Csaba Osztrogonác 2017-03-31 09:37:46 PDT
Created attachment 305975 [details]
Patch
Comment 2 WebKit Commit Bot 2017-03-31 10:28:46 PDT
Comment on attachment 305975 [details]
Patch

Clearing flags on attachment: 305975

Committed r214672: <http://trac.webkit.org/changeset/214672>
Comment 3 WebKit Commit Bot 2017-03-31 10:28:47 PDT
All reviewed patches have been landed.  Closing bug.