[Webkit-unassigned] [Bug 211346] can not build webkit on macOS using CMake

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 2 21:23:42 PDT 2020


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

--- Comment #1 from ele828 at gmail.com ---
Build command: ./Tools/Scripts/build-webkit --mac --debug --cmake

CMake output:

CMake Error at Source/cmake/WebKitMacros.cmake:142 (add_library):
  Cannot find source file:

    WebKit/WebKitBuild/Release/DerivedSources/WebCore/JSApplePayInstallmentConfiguration.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  Source/WebCore/CMakeLists.txt:1717 (WEBKIT_FRAMEWORK_DECLARE)


CMake Error at Source/cmake/WebKitMacros.cmake:142 (add_library):
  Cannot find source file:

    WebKit/WebKitBuild/Release/DerivedSources/WebKit/RemoteMediaSessionHelperMessageReceiver.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  Source/WebKit/CMakeLists.txt:386 (WEBKIT_FRAMEWORK_DECLARE)


CMake Error at Source/cmake/WebKitMacros.cmake:146 (add_executable):
  Cannot find source file:

    /cocoa/ClassMethodSwizzler.mm

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  Tools/DumpRenderTree/CMakeLists.txt:61 (WEBKIT_EXECUTABLE_DECLARE)


CMake Error at Source/cmake/WebKitMacros.cmake:146 (add_executable):
  Cannot find source file:

    /cg/TestInvocationCG.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  Tools/WebKitTestRunner/CMakeLists.txt:119 (WEBKIT_EXECUTABLE_DECLARE)


CMake Error at Tools/WebKitTestRunner/CMakeLists.txt:122 (add_library):
  Cannot find source file:

    /cocoa/CrashReporterInfo.mm

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx


CMake Error in Source/WebCore/CMakeLists.txt:
  Cannot find source file:

    platform/cocoa/PlaybackSessionInterface.h

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx


CMake Error at Tools/WebKitTestRunner/CMakeLists.txt:122 (add_library):
  No SOURCES given to target: TestRunnerInjectedBundle


CMake Generate step failed.  Build files cannot be regenerated correctly.
~/D/WebKit git:(master)

-- 
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/20200503/7c982761/attachment.htm>


More information about the webkit-unassigned mailing list