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

Wireshark-bugs: [Wireshark-bugs] [Bug 10268] Build fails on Mac with gtk-3.12 and gtk-mac-integr

Date: Wed, 09 Jul 2014 20:50:23 +0000

changed bug 10268

What Removed Added
Summary Build fails with gtk-3.12 because GTKSelectionData is now private Build fails on Mac with gtk-3.12 and gtk-mac-integration because GTKSelectionData is now private

Comment # 1 on bug 10268 from
Addendum:
1. This only happens on the Mac with gtk-mac-integration installed.
2. With Apple's clang the error message and cause is somewhat more clear:

drag_and_drop.c:294:22: error: variable has incomplete type 'GtkSelectionData'
(aka 'struct _GtkSelectionData')
    GtkSelectionData selection_data;
                     ^
/Users/michael/bin/a/include/gtk-3.0/gtk/gtktypes.h:41:16: note: forward
declaration of 'struct _GtkSelectionData'
typedef struct _GtkSelectionData       GtkSelectionData;
               ^
1 error generated.


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