[Webkit-unassigned] [Bug 181639] Cannot build with Visual Studio 2017 Update 5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 26 03:01:55 PST 2018


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Hironori.Fujii at sony.com

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I also able to build AppleWin port with Visual Studio 2017 version 15.5.5.

dispatch_once_f is used in SOFT_LINK_FUNCTION_FOR_SOURCE of Source/WTF/wtf/cocoa/SoftLinking.h.
WebKit Windows port (AppleWin port and WinCairo port) should use SOFT_LINK_FUNCTION_FOR_SOURCE of Source/WTF/wtf/win/SoftLinking.h.

Here is the content of Source/WTF/wtf/SoftLinking.h:

> #if PLATFORM(COCOA)
> #include <wtf/cocoa/SoftLinking.h>
> #elif OS(WINDOWS)
> #include <wtf/win/SoftLinking.h>
> #else
> #error "SoftLinking not defined for platform"
> #endif

I guess you accidentally define WTF_PLATFORM_COCOA.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180126/11cc627e/attachment.html>


More information about the webkit-unassigned mailing list