[Webkit-unassigned] [Bug 17566] New: FTBFS: trunk build fails on undefined min()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 23:45:31 PST 2008


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

           Summary: FTBFS: trunk build fails on undefined min()
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: diegoe at gnome.org


WebKit/gtk/webkit/webkitwebframe.cpp: In member function 'void
PrintContext::computePageRects(const WebCore::FloatRect&, float, float, float,
float&)':
WebKit/gtk/webkit/webkitwebframe.cpp:557: error: 'min' was not declared in this
scope
make[1]: *** [WebKit/gtk/webkit/libWebKitGtk_la-webkitwebframe.lo] Error 1
make[1]: Leaving directory `/home/diego/gnome/src/webkit'
make: *** [all] Error 2

Prefixing min() and max() in that file with std:: fixes the problem (or at
least it's building right now).


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