[Webkit-unassigned] [Bug 155838] New: 'WebKitSystemInterface.h' file not found building WebKitLegacy for iOS simulator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 09:29:56 PDT 2016


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

            Bug ID: 155838
           Summary: 'WebKitSystemInterface.h' file not found building
                    WebKitLegacy for iOS simulator
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hofione at gmail.com
                CC: lforschler at apple.com

the problem similar to this

http://stackoverflow.com/questions/22019412/build-webkit-error-on-mac-os-x-10-9-webkitsysteminterface-h-file-not-found

building WebKitLegacy target for iOS simulator first got a compile time error

<webkit_root>/Source/WebKit/ios/WebCoreSupport/WebChromeClientIOS.mm:38:9: fatal error: 'WebKitSystemInterface.h' file not found

than after that resolved got a linker error during link time of WebKitLegacy

ld: library not found for -lWebKitSystemInterfaceIOSSimulator9.2


My case could be resolved by 2 steps

1. copied "<webkit_root>/WebKitLibraries/--llvm/usr" over to "<webkit_root>/WebKitBuild/<Configuration>/"
2. copied "<webkit_root>/WebKitLibraries/libWebKit"* over to "<webkit_root>/WebKitBuild/<Configuration>/"


the build made from the 'snapshot of the WebKit source tree' http://nightly.webkit.org/files/WebKit-SVN-source.tar.bz2 was available today (marc. 24 2016)
using Xcode 7.2.1 final on osx 10.11.4 final
I've been building from Xcode using the 'All Source' scheme for 9.2 iOS simulator

-- 
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/20160324/af71b104/attachment.html>


More information about the webkit-unassigned mailing list