After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622765 - Duplicate symbols in Gdk on OSX
Duplicate symbols in Gdk on OSX
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
2.90.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-25 21:31 UTC by John Ralls
Modified: 2010-06-25 22:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Delete the typedef of GdkDevicePrivate, it's in gdkdevice.h now. (425 bytes, patch)
2010-06-25 21:31 UTC, John Ralls
committed Details | Review

Description John Ralls 2010-06-25 21:31:15 UTC
Created attachment 164655 [details] [review]
Delete the typedef of GdkDevicePrivate, it's in gdkdevice.h now.

Build of GDKQuartz fails because 
typedef struct _GdkDevicePrivate GdkDevicePrivate; 
appears in both gdk/gdkdevice.h and gdk/quartz/gtkinputprivate.h
Comment 1 Javier Jardón (IRC: jjardon) 2010-06-25 22:24:48 UTC
Comment on attachment 164655 [details] [review]
Delete the typedef of GdkDevicePrivate, it's in gdkdevice.h now.

commit d722adb76abce67984f24a98433c245d86674b5c
Comment 2 Javier Jardón (IRC: jjardon) 2010-06-25 22:24:56 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.