[Webkit-unassigned] [Bug 17175] New: Use of C++ compiler flags in CFLAGS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 08:26:03 PST 2008


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

           Summary: Use of C++ compiler flags in CFLAGS
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dobey at wayofthemonkey.com


Currently, the autotools build adds -fno-rtti and -fvisibility-inlines-hidden
to CFLAGS, but they are only valid for C++ as gcc warns during the build. We
also need to add -I$(srcdir)/WebCore to the global_cppflags so that the proper
config.h gets found by code under WebCore. The attached patch fixes these
issues.


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