Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Build bot failure

From: Anders Broman <a.broman@xxxxxxxxxxxx>
Date: Tue, 11 Mar 2014 07:29:28 +0100
Hi,

stock_icons.c:176: error: 'GTK_STOCK_CAPS_LOCK_WARNING' undeclared here (not in a function) stock_icons.c:242: error: 'GTK_STOCK_PAGE_SETUP' undeclared here (not in a function) stock_icons.c:246: error: 'GTK_STOCK_PRINT_ERROR' undeclared here (not in a function) stock_icons.c:247: error: 'GTK_STOCK_PRINT_PAUSED' undeclared here (not in a function) stock_icons.c:249: error: 'GTK_STOCK_PRINT_REPORT' undeclared here (not in a function) stock_icons.c:250: error: 'GTK_STOCK_PRINT_WARNING' undeclared here (not in a function)

These probably needs to be protected with GTK_CHECK_VERSION
GTK_STOCK_CAPS_LOCK_WARNING Since 2.16
GTK_STOCK_PAGE_SETUP                  Since 2.14
GTK_STOCK_PRINT_ERROR                Since 2.14
GTK_STOCK_PRINT_PAUSED              Since 2.14
GTK_STOCK_PRINT_REPORT              Since 2.14
GTK_STOCK_PRINT_WARNING         Since 2.14

Regards
Anders