<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Building on Win 64 (Windows 10 64 bit)"
   href="https://bugs.webkit.org/show_bug.cgi?id=161864#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Building on Win 64 (Windows 10 64 bit)"
   href="https://bugs.webkit.org/show_bug.cgi?id=161864">bug 161864</a>
              from <span class="vcard"><a class="email" href="mailto:thomas.sisson.1&#64;gmail.com" title="Tom Sisson &lt;thomas.sisson.1&#64;gmail.com&gt;"> <span class="fn">Tom Sisson</span></a>
</span></b>
        <pre>I commented out the offending section with and without commenting out variables setting lib64 and bin64 as the defined directories.

---------------------
# if (${MSVC_CXX_ARCHITECTURE_ID} STREQUAL &quot;X86&quot;)
    # set(WEBKIT_LIBRARIES_LINK_DIR &quot;${WEBKIT_LIBRARIES_DIR}/lib32&quot;)
    # # FIXME: Remove ${WEBKIT_LIBRARIES_LINK_DIR} when find_library is used for everything
    # link_directories(&quot;${CMAKE_BINARY_DIR}/lib32&quot; &quot;${WEBKIT_LIBRARIES_LINK_DIR}&quot;)
    # set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib32)
    # set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib32)
    # set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin32)
# else ()
    # set(WEBKIT_LIBRARIES_LINK_DIR &quot;${WEBKIT_LIBRARIES_DIR}/lib64&quot;)
    # # FIXME: Remove ${WEBKIT_LIBRARIES_LINK_DIR} when find_library is used for everything
    # link_directories(&quot;${CMAKE_BINARY_DIR}/lib64&quot; &quot;${WEBKIT_LIBRARIES_LINK_DIR}&quot;)
    # set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib64)
    # set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib64)
    # set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin64)
# endif ()
-------------------

-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
CMake Error at Source/cmake/FindICU.cmake:106 (message):
  Could not find ICU
Call Stack (most recent call first):
  Source/cmake/OptionsWin.cmake:193 (find_package)
  Source/cmake/OptionsAppleWin.cmake:1 (include)
  Source/cmake/WebKitCommon.cmake:47 (include)
  CMakeLists.txt:126 (include)


-- Configuring incomplete, errors occurred!
See also &quot;C:/Users/test/Source/WebKit/WebKitBuild/Release/CMakeFiles/CMakeOutput.log&quot;.
See also &quot;C:/Users/test/Source/WebKit/WebKitBuild/Release/CMakeFiles/CMakeError.log&quot;.
Run &quot;C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/vcvarsall.bat&quot; before build-webkit when using ninja at build-webkit line 254.
-------------------------------------

I don't need an international version of Webkit. Perhaps someone should consider just posting installers for prebuilt, stable versions of Webkit for Windows. If Apple simply had continued making Safari available.

It seems that I simply need to start from scratch. Trying my best to uninstall as much as possible and creating a new source tree. Otherwise, I should give up. There are Webkit browsers available for Windows, but they are very limited, unmaintained, or unusable on Windows 10.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>