After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 636178 - Master fails to build
Master fails to build
Status: RESOLVED DUPLICATE of bug 635571
Product: GtkHtml
Classification: Other
Component: API
unspecified
Other Linux
: Normal critical
: ---
Assigned To: gtkhtml-maintainers
gtkhtml-maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-30 23:14 UTC by Wouter Bolsterlee (uws)
Modified: 2010-11-30 23:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2010-11-30 23:14:15 UTC
gtkhtml-embedded.c: In function ‘gtk_html_embedded_class_init’:
gtkhtml-embedded.c:204: error: ‘GtkWidgetClass’ has no member named ‘size_request’
make[2]: *** [gtkhtml-embedded.lo] Error 1
Comment 1 Wouter Bolsterlee (uws) 2010-11-30 23:16:26 UTC
This is because of this change in GTK+ 3:

commit bc0e6b2b2189c973cd415724d842020763b9dee6
Author: Michael Natterer <mitch@gimp.org>
Date:   Fri Nov 19 19:38:48 2010 +0100

    gtk: remove GtkWidget::size-request
    
    Fixes Bug 633324 - Stop invoking size-request completely
Comment 2 Wouter Bolsterlee (uws) 2010-11-30 23:17:30 UTC

*** This bug has been marked as a duplicate of bug 635571 ***