[Webkit-unassigned] [Bug 161864] Building on Win 64 (Windows 10 64 bit)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 10:13:05 PDT 2016


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

--- Comment #1 from Tom Sisson <thomas.sisson.1 at gmail.com> ---
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 "X86")
    # set(WEBKIT_LIBRARIES_LINK_DIR "${WEBKIT_LIBRARIES_DIR}/lib32")
    # # FIXME: Remove ${WEBKIT_LIBRARIES_LINK_DIR} when find_library is used for everything
    # link_directories("${CMAKE_BINARY_DIR}/lib32" "${WEBKIT_LIBRARIES_LINK_DIR}")
    # 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 "${WEBKIT_LIBRARIES_DIR}/lib64")
    # # FIXME: Remove ${WEBKIT_LIBRARIES_LINK_DIR} when find_library is used for everything
    # link_directories("${CMAKE_BINARY_DIR}/lib64" "${WEBKIT_LIBRARIES_LINK_DIR}")
    # 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 "C:/Users/test/Source/WebKit/WebKitBuild/Release/CMakeFiles/CMakeOutput.log".
See also "C:/Users/test/Source/WebKit/WebKitBuild/Release/CMakeFiles/CMakeError.log".
Run "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/vcvarsall.bat" 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160912/51c473d7/attachment.html>


More information about the webkit-unassigned mailing list