[Webkit-unassigned] [Bug 17981] New: CPPFLAGS are not configured properly in autotools build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 21 06:51:41 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17981

           Summary: CPPFLAGS are not configured properly in autotools build
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dobey at wayofthemonkey.com


Currently the CPPFLAGS configuration for the autotools build causes the
JavaScriptCore includes to come before the WebCore includes. When building
WebCore, it should find WebCore/config.h before others, which is not currently
the case. The attached patch removes the JSCore include path options from
global_cppflags, and places them in javascriptcore_cppflags instead, updating
the other cppflags variables to use javascriptcore_cppflags when needed.


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



More information about the webkit-unassigned mailing list