Skip to content

Instantly share code, notes, and snippets.

@fujii
Last active November 16, 2020 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fujii/8adbbda3f42648317740ee02015f0ba1 to your computer and use it in GitHub Desktop.
Save fujii/8adbbda3f42648317740ee02015f0ba1 to your computer and use it in GitHub Desktop.
WebKit AppleWin port build log. perl .\Tools\Scripts\build-webkit
Falling back to existing version of WebKitSupportLibrary.
Checking for newer version of WebKitAuxiliaryLibrary.zip...
Located a file of type application/zip of size 2487226.
Current WebKitAuxiliaryLibrary is up to date.
*************************************************************
Mathematical fonts, such as Latin Modern Math are needed to
use the MathML feature. You do not appear to have these fonts
on your system.
You can download a suitable set of fonts from the following URL:
https://trac.webkit.org/wiki/MathML/Fonts
*************************************************************
Installed tools are correct for the WebKit build.
Setting the Environment Variable 'PreferredToolArchitecture' to 'x64'
SUCCESS: Specified value was saved.
Warning: You must set the 'WEBKIT_64_SUPPORT' environment variable
to be able run WebKit or JavaScriptCore tests.
+ cmake -DPORT="AppleWin" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release -G Ninja -DSHOW_BINDINGS_GENERATION_PROGRESS=1 -DDEVELOPER_MODE=ON -DENABLE_EXPERIMENTAL_FEATURES=ON "C:/home/webkit/gc"
-- The C compiler identification is MSVC 19.27.29112.0
-- The CXX compiler identification is MSVC 19.27.29112.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The CMake build type is: Release
-- Found Perl: C:/Perl64/bin/perl.exe (found suitable version "5.24.3", minimum required is "5.10.0")
-- Found PerlModules: TRUE found components: JSON::PP
-- Found PythonInterp: C:/Python27/python.exe (found suitable version "2.7.18", minimum required is "2.7.0")
-- Could NOT find Ruby (missing: Ruby_LIBRARY) (found suitable version "2.7.2", minimum required is "1.9")
-- Enabling ccache: Couldn't find ccache program. Not enabling it.
-- Performing Test C_COMPILER_SUPPORTS_-fcolor-diagnostics
-- Performing Test C_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics
-- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always - Failed
-- Looking for features.h
-- Looking for features.h - not found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for langinfo.h
-- Looking for langinfo.h - not found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for pthread_np.h
-- Looking for pthread_np.h - not found
-- Looking for sys/param.h
-- Looking for sys/param.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/timeb.h
-- Looking for sys/timeb.h - found
-- Looking for linux/memfd.h
-- Looking for linux/memfd.h - not found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - found
-- Looking for IsDebuggerPresent
-- Looking for IsDebuggerPresent - found
-- Looking for localtime_r
-- Looking for localtime_r - not found
-- Looking for malloc_trim
-- Looking for malloc_trim - not found
-- Looking for strnstr
-- Looking for strnstr - not found
-- Looking for timegm
-- Looking for timegm - not found
-- Looking for vasprintf
-- Looking for vasprintf - not found
-- Looking for regexec
-- Looking for regexec - not found
-- Looking for pthread_main_np
-- Looking for pthread_main_np - not found
-- Looking for SIGTRAP
-- Looking for SIGTRAP - not found
-- Performing Test HAVE_STAT_BIRTHTIME_value
-- Performing Test HAVE_STAT_BIRTHTIME_value - Failed
-- Performing Test HAVE_TM_GMTOFF_value
-- Performing Test HAVE_TM_GMTOFF_value - Failed
-- Performing Test HAVE_TM_ZONE_value
-- Performing Test HAVE_TM_ZONE_value - Failed
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of __int128_t
-- Check size of __int128_t - failed
-- Performing Test C_COMPILER_SUPPORTS_/W4
-- Performing Test C_COMPILER_SUPPORTS_/W4 - Success
-- Performing Test CXX_COMPILER_SUPPORTS_/W4
-- Performing Test CXX_COMPILER_SUPPORTS_/W4 - Success
-- Using multithreaded, static version of the run-time library
-- Found SQLite3: C:/home/webkit/gc/WebKitLibraries/win/lib64/SQLite3.lib (found version "3.28.0")
-- Looking for AVFoundationCF/AVCFBase.h
-- Looking for AVFoundationCF/AVCFBase.h - found
-- Looking for AVCFPlayerItemLegibleOutputSetCallbacks
-- Looking for AVCFPlayerItemLegibleOutputSetCallbacks - found
-- Looking for AVCFAssetResourceLoaderSetCallbacks
-- Looking for AVCFAssetResourceLoaderSetCallbacks - found
-- Looking for AVCFURLAssetIsPlayableExtendedMIMEType
-- Looking for AVCFURLAssetIsPlayableExtendedMIMEType - not found
-- Performing Test HAVE_AVCFPLAYERITEM_CALLBACK_VERSION_2_value
-- Performing Test HAVE_AVCFPLAYERITEM_CALLBACK_VERSION_2_value - Failed
-- Looking for CACFLayerSetContentsScale
-- Looking for CACFLayerSetContentsScale - not found
-- Found Gperf: C:/ProgramData/chocolatey/bin/gperf.exe (Required is at least version "3.0.1")
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/WTF/wtf/PlatformWin.cmake
-- The ASM_MASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/ml64.exe
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/JavaScriptCore/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/JavaScriptCore/shell/PlatformWin.cmake
-- Using source list file: Sources.txt
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/ThirdParty/gtest/PlatformWin.cmake
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-undef
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-undef - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-stringop-truncation
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-stringop-truncation - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-suggest-attribute=format
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-suggest-attribute=format - Failed
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/WebInspectorUI/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/WebCore/PAL/pal/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/WebCore/PlatformWin.cmake
-- Using source list file: Sources.txt
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/WebKitLegacy/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Source/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Tools/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Tools/ImageDiff/PlatformWin.cmake
-- Platform-specific CMakeLists not found: C:/home/webkit/gc/Tools/TestRunnerShared/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Tools/DumpRenderTree/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Tools/DumpRenderTree/TestNetscapePlugIn/PlatformWin.cmake
-- Using platform-specific CMakeLists: C:/home/webkit/gc/Tools/TestWebKitAPI/PlatformWin.cmake
-- Platform-specific CMakeLists not found: C:/home/webkit/gc/PerformanceTests/PlatformWin.cmake
-- Enabled features:
-- ENABLE_3D_TRANSFORMS .......................... ON
-- ENABLE_API_TESTS ON
-- ENABLE_ATTACHMENT_ELEMENT ..................... ON
-- ENABLE_CHANNEL_MESSAGING ON
-- ENABLE_CSS3_TEXT .............................. OFF
-- ENABLE_CSS_BOX_DECORATION_BREAK ON
-- ENABLE_CSS_COMPOSITING ........................ OFF
-- ENABLE_CSS_SELECTORS_LEVEL4 ON
-- ENABLE_CURSOR_VISIBILITY ...................... ON
-- ENABLE_DATALIST_ELEMENT OFF
-- ENABLE_DEVICE_ORIENTATION ..................... OFF
-- ENABLE_DRAG_SUPPORT ON
-- ENABLE_FTL_JIT ................................ OFF
-- ENABLE_FULLSCREEN_API ON
-- ENABLE_GAMEPAD ................................ OFF
-- ENABLE_GEOLOCATION ON
-- ENABLE_INDEXED_DATABASE ....................... ON
-- ENABLE_INDEXED_DATABASE_IN_WORKERS ON
-- ENABLE_INPUT_TYPE_COLOR ....................... OFF
-- ENABLE_INPUT_TYPE_DATE OFF
-- ENABLE_INPUT_TYPE_DATETIMELOCAL ............... OFF
-- ENABLE_INPUT_TYPE_MONTH OFF
-- ENABLE_INPUT_TYPE_TIME ........................ OFF
-- ENABLE_INPUT_TYPE_WEEK OFF
-- ENABLE_LEGACY_ENCRYPTED_MEDIA ................. ON
-- ENABLE_MATHML ON
-- ENABLE_MEDIA_CONTROLS_SCRIPT .................. ON
-- ENABLE_MEDIA_SOURCE OFF
-- ENABLE_MEDIA_STATISTICS ....................... ON
-- ENABLE_MOUSE_CURSOR_SCALE ON
-- ENABLE_NOTIFICATIONS .......................... OFF
-- ENABLE_OVERFLOW_SCROLLING_TOUCH OFF
-- ENABLE_QUOTA .................................. OFF
-- ENABLE_VIDEO ON
-- ENABLE_WEBGL .................................. OFF
-- ENABLE_WEB_AUDIO OFF
-- ENABLE_XSLT ................................... ON
-- Configuring done
-- Generating done
-- Build files have been written to: C:/home/webkit/gc/WebKitBuild/Release
[1/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\RefCountedArray.cpp.obj
[2/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\RefCountedLeakCounter.cpp.obj
[3/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\ProcessPrivilege.cpp.obj
[4/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\RandomNumber.cpp.obj
[5/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\RandomDevice.cpp.obj
[6/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\StackPointer.cpp.obj
[7/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\SmallPtrSet.cpp.obj
[8/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\RefCounted.cpp.obj
[9/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\RAMSize.cpp.obj
[10/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\TimeWithDynamicClockType.cpp.obj
[11/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\ReadWriteLock.cpp.obj
[12/4453] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\SHA1.cpp.obj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment