[SM-Commit] GIT changes to devel-gnome-2.32 grimoire by Ladislav Hagara (e96553f6bdcad5e41b19a92339a54afd7c366d9d)

Ladislav Hagara scm at sourcemage.org
Sun Oct 24 11:05:51 EDT 2010


GIT changes to devel-gnome-2.32 grimoire by Ladislav Hagara <hgr at vabo.cz>:

 gnome2-libs/gtkhtml2/BUILD   |    1 +
 gnome2-libs/gtkhtml2/HISTORY |    3 +++
 2 files changed, 4 insertions(+)

New commits:
commit e96553f6bdcad5e41b19a92339a54afd7c366d9d
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    gtkhtml2 needs --disable-deprecated-warning-flags
    
      CC     htmlengine-edit-cursor.lo
    htmlengine-edit-cursor.c: In function 'draw_cursor_rectangle':
    htmlengine-edit-cursor.c:129: error: implicit declaration of function
    'gdk_gc_new'
    htmlengine-edit-cursor.c:129: warning: nested extern declaration of
    'gdk_gc_new'
    htmlengine-edit-cursor.c:129: warning: assignment makes pointer from
    integer without a cast
    htmlengine-edit-cursor.c:131: error: implicit declaration of function
    'gdk_rgb_find_color'
    htmlengine-edit-cursor.c:131: warning: nested extern declaration of
    'gdk_rgb_find_color'
    htmlengine-edit-cursor.c:132: error: implicit declaration of function
    'gdk_gc_set_foreground'
    htmlengine-edit-cursor.c:132: warning: nested extern declaration of
    'gdk_gc_set_foreground'
    htmlengine-edit-cursor.c:135: error: implicit declaration of function
    'gdk_gc_set_background'
    htmlengine-edit-cursor.c:135: warning: nested extern declaration of
    'gdk_gc_set_background'
    htmlengine-edit-cursor.c:136: error: implicit declaration of function
    'gdk_gc_set_line_attributes'
    htmlengine-edit-cursor.c:136: warning: nested extern declaration of
    'gdk_gc_set_line_attributes'
    htmlengine-edit-cursor.c:137: error: implicit declaration of function
    'gdk_gc_set_dashes'
    htmlengine-edit-cursor.c:137: warning: nested extern declaration of
    'gdk_gc_set_dashes'
    htmlengine-edit-cursor.c:138: error: implicit declaration of function
    'gdk_draw_rectangle'
    htmlengine-edit-cursor.c:138: warning: nested extern declaration of
    'gdk_draw_rectangle'
    htmlengine-edit-cursor.c: In function 'html_engine_draw_cursor_in_area':
    htmlengine-edit-cursor.c:344: error: implicit declaration of function
    'gdk_draw_line'
    htmlengine-edit-cursor.c:344: warning: nested extern declaration of
    'gdk_draw_line'
    make[2]: *** [htmlengine-edit-cursor.lo] Error 1
    make[2]: Leaving directory `/usr/src/gtkhtml-3.32.0/gtkhtml'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/usr/src/gtkhtml-3.32.0'
    make: *** [all] Error 2

diff --git a/gnome2-libs/gtkhtml2/BUILD b/gnome2-libs/gtkhtml2/BUILD
index feceeab..b0812ec 100755
--- a/gnome2-libs/gtkhtml2/BUILD
+++ b/gnome2-libs/gtkhtml2/BUILD
@@ -1,3 +1,4 @@
 make_single    &&
+OPTS="--disable-deprecated-warning-flags $OPTS" &&
 default_build  &&
 make_normal
diff --git a/gnome2-libs/gtkhtml2/HISTORY b/gnome2-libs/gtkhtml2/HISTORY
index 94fac29..5f19d19 100644
--- a/gnome2-libs/gtkhtml2/HISTORY
+++ b/gnome2-libs/gtkhtml2/HISTORY
@@ -1,3 +1,6 @@
+2010-10-24 Ladislav Hagara <hgr at vabo.cz>
+	* BUILD: added --disable-deprecated-warning-flags
+
 2010-09-30 Vasil Yonkov <spirtbrat at sourcemage.org>
 	* DETAILS: updated spell to 3.32.0
 



More information about the SM-Commit mailing list