RESOLVED FIXED 108693
Make ConfigurationBuildDir include directories precede WebKitLibraries in JSC
https://bugs.webkit.org/show_bug.cgi?id=108693
Summary Make ConfigurationBuildDir include directories precede WebKitLibraries in JSC
Roger Fong
Reported 2013-02-01 14:20:50 PST
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.
Attachments
patch (2.46 KB, patch)
2013-02-01 14:23 PST, Roger Fong
no flags
Roger Fong
Comment 1 2013-02-01 14:23:37 PST
Roger Fong
Comment 2 2013-02-05 13:13:58 PST
Comment on attachment 186138 [details] patch rubberstamped by thorton
Roger Fong
Comment 3 2013-02-05 13:18:56 PST
Note You need to log in before you can comment on or make changes to this bug.