[Webkit-unassigned] [Bug 16018] New: build bustage when building on debian 4.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 14:03:00 PST 2007


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

           Summary: build bustage when building on debian 4.0
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dougt at meer.net


on a stock install of debian 4.0, my build is failing in:

WebCore/platform/gtk/Language.cpp

Apparently, pango_language_get_default() is not defined by the shipping version
of pango.  this function was introduced in Pango-1.15.2 or maybe 1.16.

we can just replace the old pango_ call with the gtk_ one, or we can use a
version check macro to choose one conditionally.

patch coming up that replaces the pango call.


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