[Webkit-unassigned] [Bug 108693] New: Make ConfigurationBuildDir include directories precede WebKitLibraries in JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 14:18:48 PST 2013


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

           Summary: Make ConfigurationBuildDir include directories precede
                    WebKitLibraries in JSC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com
                CC: bfulgham at webkit.org


ConfigurationBuildDir includes should precede WebKitLibraries.

This is because some files in the newer WebKitLibaries versions have overlapping files "include/private/wtf".
These files will not necessarily match up with whatever is on ToT since new WebKitLibraries are only released periodically.

This caused build issues when using a newer WebKitLibraries version, specifically in JSC.
JSC should prioritize the files in the build directory which are copied from ToT when searching for file includes.

This might also be an issue in other projects down the road but I think taking a "fix it as they come" approach is better here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list