Skip to content

Instantly share code, notes, and snippets.

@vitallium
Created March 2, 2016 18:06
Show Gist options
  • Select an option

  • Save vitallium/5ddbd14fa045ffc39b34 to your computer and use it in GitHub Desktop.

Select an option

Save vitallium/5ddbd14fa045ffc39b34 to your computer and use it in GitHub Desktop.
Z:\> perl f:/development/webkit/Tools/Scripts/build-webkit --no-ninja --64-bit --qt --debug --cmakeargs="-Wno-dev -DCMAKE_PREFIX_PATH=c:\Qt\Qt5.6.0_x64\5.6\msvc2015_64"
Checking Last-Modified date of qtwebkit-libs-win.zip...
Current qtwebkit-libs-win is up to date
Not searching for unused variables given on the command line.
-- The C compiler identification is MSVC 19.0.23506.0
-- The CXX compiler identification is MSVC 19.0.23506.0
-- Check for working C compiler using: Visual Studio 14 2015 Win64
-- Check for working C compiler using: Visual Studio 14 2015 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 14 2015 Win64
-- Check for working CXX compiler using: Visual Studio 14 2015 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found BISON: F:/development/phantomjs/src/qt/3rdparty/gnuwin32/bin/bison.exe (found suitable version "2.4.1", minimum required is "2.1")
-- Found Gperf: F:/development/phantomjs/src/qt/3rdparty/gnuwin32/bin/gperf.exe (Required is at least version "3.0.1")
-- Found Perl: C:/Perl64/bin/perl.exe (found suitable version "5.22.1", minimum required is "5.10.0")
-- Found PythonInterp: C:/Python27/python.exe (found suitable version "2.7.10", minimum required is "2.7.0")
-- Could NOT find Ruby (missing: RUBY_LIBRARY) (found suitable version "2.2.0", minimum required is "1.9")
CMake Warning at Source/cmake/OptionsCommon.cmake:81 (message):
GNU gold linker isn't available, using the default system linker.
Call Stack (most recent call first):
Source/cmake/WebKitCommon.cmake:46 (include)
CMakeLists.txt:117 (include)
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Found LibXml2: F:/development/webkit/WebKitLibraries/win/lib64/libxml2.lib (found suitable version "2.9.3", minimum required is "2.8.0")
-- Found LibXslt: F:/development/webkit/WebKitLibraries/win/lib64/libxslt.lib (found suitable version "1.1.28", minimum required is "1.1.7")
-- Found JPEG: F:/development/webkit/WebKitLibraries/win/lib64/libjpeg.lib
-- Found ZLIB: F:/development/webkit/WebKitLibraries/win/lib64/zlib.lib (found version "1.2.8")
-- Found PNG: F:/development/webkit/WebKitLibraries/win/lib64/libpng.lib (found version "1.6.20")
-- Found Sqlite: F:/development/webkit/WebKitLibraries/win/include
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found ICU header files in F:/development/webkit/WebKitLibraries/win/include
-- Found ICU libraries: F:/development/webkit/WebKitLibraries/win/lib64/icuuc.lib
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Looking for include file webp/decode.h
-- Looking for include file webp/decode.h - not found
-- Could NOT find WEBP (missing: WEBP_LIBRARIES)
-- Using platform-specific CMakeLists: F:/development/webkit/Source/WTF/wtf/PlatformQt.cmake
-- The ASM_MASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/ml64.exe
-- Using platform-specific CMakeLists: F:/development/webkit/Source/JavaScriptCore/PlatformQt.cmake
-- Platform-specific CMakeLists not found: F:/development/webkit/Source/JavaScriptCore/shell/PlatformQt.cmake
CMake Error at Source/cmake/WebKitMacros.cmake:263 (add_dependencies):
Cannot add target-level dependencies to non-existent target "WebCore".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
Call Stack (most recent call first):
Source/JavaScriptCore/CMakeLists.txt:1312 (WEBKIT_FRAMEWORK)
-- All-in-One build is enabled.
Terminating on signal SIGINT(2)
Z:\>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment