[Webkit-unassigned] [Bug 81884] [GTK] Use the angle-bracket form to include wtf headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 11:20:19 PDT 2012


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





--- Comment #10 from Eric Seidel <eric at webkit.org>  2012-03-22 11:20:19 PST ---
Some of this comes from how the Mac build works.

On Mac, JavaScirptCore and WebCore are Frameworks, with flat header includes.

WTF however is installed in /usr/local/include on Mac (which is present in Apple internal builds, but stripped for consumer builds).

the AppleWin port follows similarly, faking "frameworks" with some similarly-flat include directories under the build directories.

You're correct that WTF is the only part of WebKit for which we use full include paths.  Now you know why. :)

-- 
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