ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10750] Use of GdkPixdata / gdk_pixbuf_new_from_inline depr

Date: Thu, 21 May 2015 06:59:43 +0000

changed bug 10750


What Removed Added
CC   [email protected]

Comment # 14 on bug 10750 from
I am not able to build wireshark, My log is below:

...
make[2]: Entering directory '/usr/local/wireshark/ui/gtk'
  CC       libgtkui_a-gui_utils.o
gui_utils.c: In function ‘window_icon_realize_cb’:
gui_utils.c:115:5: error: implicit declaration of function
‘gdk_pixbuf_new_from_inline’ [-Werror=implicit-function-declaration]
     icon = gdk_pixbuf_new_from_inline(-1, wsicon_16_pb_data, FALSE, NULL);
     ^
gui_utils.c:115:10: error: assignment makes pointer from integer without a cast
[-Werror]
     icon = gdk_pixbuf_new_from_inline(-1, wsicon_16_pb_data, FALSE, NULL);
          ^
gui_utils.c:117:10: error: assignment makes pointer from integer without a cast
[-Werror]
     icon = gdk_pixbuf_new_from_inline(-1, wsicon_32_pb_data, FALSE, NULL);
          ^
gui_utils.c:119:10: error: assignment makes pointer from integer without a cast
[-Werror]
     icon = gdk_pixbuf_new_from_inline(-1, wsicon_48_pb_data, FALSE, NULL);
          ^
gui_utils.c:121:10: error: assignment makes pointer from integer without a cast
[-Werror]
     icon = gdk_pixbuf_new_from_inline(-1, wsicon_64_pb_data, FALSE, NULL);
          ^
gui_utils.c: In function ‘pixbuf_to_widget’:
gui_utils.c:524:12: error: assignment makes pointer from integer without a cast
[-Werror]
     pixbuf = gdk_pixbuf_new_from_inline(-1, pb_data, FALSE, NULL);
            ^
cc1: all warnings being treated as errors
Makefile:1816: recipe for target 'libgtkui_a-gui_utils.o' failed
make[2]: *** [libgtkui_a-gui_utils.o] Error 1
make[2]: Leaving directory '/usr/local/wireshark/ui/gtk'
Makefile:3645: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/wireshark'
Makefile:2276: recipe for target 'all' failed
make: *** [all] Error 2


You are receiving this mail because:
  • You are watching all bug changes.