Michael Weiser
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 Michael Weiser
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.