[Webkit-unassigned] [Bug 204696] New: [CMake] Ninja can't build WebKitQuartzCoreAdditions of AppleWin port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 29 01:51:10 PST 2019


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

            Bug ID: 204696
           Summary: [CMake] Ninja can't build WebKitQuartzCoreAdditions of
                    AppleWin port
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[CMake] Ninja can't build WebKitQuartzCoreAdditions of AppleWin port

build error:

> ninja: error: build.ninja:35570: bad $-escape (literal $ must be written as $$)

This $ comes from Source/WebKitLegacy/win/WebKitQuartzCoreAdditions/CMakeLists.txt:

> if (${MSVC_CXX_ARCHITECTURE_ID} STREQUAL "X86")
>     link_directories($(WINDOWSSDKDIR)Lib/$(WINDOWSSDKLIBVERSION)/um/x86)
> else ()
>     link_directories($(WINDOWSSDKDIR)Lib/$(WINDOWSSDKLIBVERSION)/um/x64)
> endif ()

-- 
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/20191129/bf6d349a/attachment-0001.htm>


More information about the webkit-unassigned mailing list