On Aug 1, 2011, at 6:14 PM, Anders Broman wrote: > Hi, > I found this code in a more recent version of the file > http://buzztard.svn.sourceforge.net/viewvc/buzztard/trunk/buzztard/src/ui/edit/gtkvumeter.c?view=log > > #if !GTK_CHECK_VERSION(2,20,0) > #define gtk_widget_set_realized(widget, flag) \ > if (flag) GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED); \ > else GTK_WIDGET_UNSET_FLAGS (widget, GTK_REALIZED) > #define gtk_widget_get_realized(widget) \ > ((GTK_WIDGET_FLAGS (widget) & GTK_REALIZED) != 0) > #endif Hi Anders,
it would make sense to add this to old-gtk-compat.h, but it does NOT resolve the issue. I still can't compile with GSEAL_ENABLE... Maybe we need to require a higher version of the gkt library or not use GSEAL_ENABLE. Not sure. Or come up with better replacements for gtk_widget_set_realized() and gtk_widget_get_realized(). Best regards Michael > > > /Anders > -----Original Message----- > From: wireshark-dev-boun...@wireshark.org > [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Michael Tüxen > Sent: den 1 augusti 2011 16:39 > To: s...@wireshark.org > Cc: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 38261: /trunk/ /trunk/: > configure.in > > I'm using gtk 2.18 and when using r38300 I get: > gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../wiretap -I/usr/local/include > '-DPLUGIN_DIR="/usr/local/lib/wireshark/plugins/1.7.0"' -Werror -DINET6 > -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -no-cpp-precomp > -D_U_="__attribute__((unused))" -g -O2 -Wall -W -Wextra > -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith > -Wno-pointer-sign -Wcast-align -Wformat-security -Wold-style-definition > -I/usr/local/include -D_REENTRANT -I/usr/X11/include/cairo > -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include > -I/usr/X11/include/libpng12 -I/usr/local/include/gtk-2.0 > -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 > -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -MT libui_a-gtkvumeter.o -MD -MP -MF > .deps/libui_a-gtkvumeter.Tpo -c -o libui_a-gtkvumeter.o `test -f > 'gtkvumeter.c' || echo './'`gtkvumeter.c > gtkvumeter.c: In function 'gtk_vumeter_realize': > gtkvumeter.c:166: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_size_allocate': > gtkvumeter.c:292: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_redraw_timeout': > gtkvumeter.c:668: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_set_orientation': > gtkvumeter.c:761: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_set_scaling': > gtkvumeter.c:984: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_set_scale_items': > gtkvumeter.c:1025: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_set_colors_inverted': > gtkvumeter.c:1236: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_set_yellow_level': > gtkvumeter.c:1268: error: 'GtkObject' has no member named 'flags' > gtkvumeter.c: In function 'gtk_vumeter_set_brightness': > gtkvumeter.c:1300: error: 'GtkObject' has no member named 'flags' > > Without your patch I can compile it. So the problem seems to be related to > gtk_widget_get_realized() and gtk_widget_set_realized(). Any idea how to fix > this? > > Best regards > Michael > > On Jul 29, 2011, at 7:01 PM, s...@wireshark.org wrote: > >> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38261 >> >> User: stig >> Date: 2011/07/29 10:01 AM >> >> Log: >> Try build with GSEAL_ENABLE if not gtk3 again. >> >> Directory: /trunk/ >> Changes Path Action >> +4 -0 configure.in Modified >> >> ___________________________________________________________________________ >> Sent via: Wireshark-commits mailing list <wireshark-comm...@wireshark.org> >> Archives: http://www.wireshark.org/lists/wireshark-commits >> Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits >> >> mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe >> > > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe > ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe