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 536519 - sexy-icon-entry.c uses deprecated marshaller ‘gtk_marshal_VOID__INT_INT’
sexy-icon-entry.c uses deprecated marshaller ‘gtk_marshal_VOID__INT_INT’
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
: 536255 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-06-03 22:44 UTC by Ed Catmur
Modified: 2008-11-02 16:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
gtk-marshal.patch (1.06 KB, patch)
2008-06-03 22:46 UTC, Ed Catmur
committed Details | Review

Description Ed Catmur 2008-06-03 22:44:45 UTC
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gtksourceview-2.0 -I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -Wall -Wmissing-prototypes -DDATADIR=\"/usr/share\" -DGEDIT_DATADIR=\"/usr/share/gedit-2\" -DGEDIT_LOCALEDIR=\"/usr/share/locale\" -DGEDIT_UI_DIR=\"/usr/share/gedit-2/ui/\" -DGEDIT_PLUGINDIR=\"/usr/lib/gedit-2/plugins\" -DGEDIT_GLADEDIR=\"/usr/share/gedit-2/glade/\" -DGEDIT_ICONDIR=\"/usr/share/gedit-2/icons\" -fno-strict-aliasing -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtksourceview-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/python2.5 -ggdb -O1 -O2 -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -MT sexy-icon-entry.lo -MD -MP -MF .deps/sexy-icon-entry.Tpo -c sexy-icon-entry.c  -fPIC -DPIC -o .libs/sexy-icon-entry.o
sexy-icon-entry.c: In function ‘sexy_icon_entry_class_init’:
sexy-icon-entry.c:131: error: ‘gtk_marshal_VOID__INT_INT’ undeclared (first use in this function)
sexy-icon-entry.c:131: error: (Each undeclared identifier is reported only once
sexy-icon-entry.c:131: error: for each function it appears in.)
make[4]: *** [sexy-icon-entry.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/app-editors/gedit-2.22.3/work/gedit-2.22.3/gedit'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-editors/gedit-2.22.3/work/gedit-2.22.3/gedit'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/app-editors/gedit-2.22.3/work/gedit-2.22.3/gedit'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-editors/gedit-2.22.3/work/gedit-2.22.3'
make: *** [all] Error 2
Comment 1 Ed Catmur 2008-06-03 22:46:37 UTC
Created attachment 112093 [details] [review]
gtk-marshal.patch

Provide our own marshaller.  This appears to be what everyone else is doing for sexy-icon-entry.
Comment 2 Paolo Borelli 2008-06-04 07:16:50 UTC
it's a bit unfortunate that we have to do this since I'd prefer to patch cut&pasted code as little as possible... Oh well, let's get it in.
Comment 3 Paolo Borelli 2008-06-04 10:26:12 UTC
*** Bug 536255 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2008-07-18 15:14:07 UTC
can we please commit this before 2.23.5?
Comment 5 Paolo Borelli 2008-11-02 16:03:33 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.