Bug 171849 - [AppleWin] CaptureDeviceManager.cpp: error C2813: #import is not supported with /MP
Summary: [AppleWin] CaptureDeviceManager.cpp: error C2813: #import is not supported wi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords:
Depends on: 171824
Blocks:
  Show dependency treegraph
 
Reported: 2017-05-08 23:42 PDT by Fujii Hironori
Modified: 2017-05-09 08:03 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.83 KB, patch)
2017-05-08 23:50 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2017-05-08 23:42:35 PDT
[AppleWin] CaptureDeviceManager.cpp: error C2813: #import is not supported with /MP

AppleWin port build has been broken since Bug 171824.

https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/1322/steps/compile-webkit/logs/stdio

> C:\cygwin\home\buildbot\slave\win-release\build\Source\WebCore\platform\mediastream\CaptureDeviceManager.cpp(26): error C2813: #import is not supported with /MP [C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Source\WebCore\WebCore.vcxproj]
> C:\cygwin\home\buildbot\slave\win-release\build\Source\WebCore\platform\mediastream\CaptureDeviceManager.cpp(27): error C2813: #import is not supported with /MP [C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Source\WebCore\WebCore.vcxproj]
Comment 1 Fujii Hironori 2017-05-08 23:50:12 PDT
Created attachment 309475 [details]
Patch
Comment 2 Per Arne Vollan 2017-05-08 23:57:03 PDT
Comment on attachment 309475 [details]
Patch

Thanks! R=me.
Comment 3 WebKit Commit Bot 2017-05-09 00:37:06 PDT
Comment on attachment 309475 [details]
Patch

Clearing flags on attachment: 309475

Committed r216482: <http://trac.webkit.org/changeset/216482>
Comment 4 WebKit Commit Bot 2017-05-09 00:37:08 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 youenn fablet 2017-05-09 08:03:13 PDT
Thanks too!