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

GDC does not work #282

Closed Kozzi11 closed 3 years ago

Kozzi11 commented 5 years ago

I am trying to build gtkd with gdc (gcc-9.2) and I am getting many errors like this:

   /usr/bin/ld: error: generated/gtkd/gio/UnixSocketAddress.pic.o: multiple definition of '_DT40_D3gio13SocketAddress13SocketAddress8__mixin926getSocketConnectableStructMFbZPS3gio1c5types18GSocketConnectable'
MikeWey commented 5 years ago

I will have to take a closer look when i'm back home, but if the other compilers don't have this issue it might be a GDC issue.

Kozzi11 commented 5 years ago

https://forum.dlang.org/post/etmhysuzxhozjjlnbhmr@forum.dlang.org

Kozzi11 commented 5 years ago

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92216

Kozzi11 commented 3 years ago

Already fixed by GDC devs