gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

Issue with D 2.079 #230

Closed p-mitana closed 6 years ago

p-mitana commented 6 years ago

Hello,

I've recently tried to use GtkD with the DMD 2.079 RC.

However, compiler yields an error from GtkD:

../../.dub/packages/gtk-d-3.7.3/gtk-d/generated/gtkd/gtk/Widget.d(7882,25): Error: function `gtk.Widget.Widget.callBackDestroy(OnDelegateWrapper wrapper, GClosure* closure)` cannot be overloaded with another `extern(C)` function at ../../.dub/packages/gtk-d-3.7.3/gtk-d/generated/gtkd/gtk/Widget.d(6858,25)
/usr/bin/dmd failed with exit code 1.
MikeWey commented 6 years ago

This was fixed in the 'GtkD-3.7' branch and in master. I just need to tag the next release.

MikeWey commented 6 years ago

GtkD 3.7.4 is taged and released. Which includes the fix for this issue.

p-mitana commented 6 years ago

Wow, that was quick. Thank you! :)