Closed Kozzi11 closed 3 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'
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.
https://forum.dlang.org/post/etmhysuzxhozjjlnbhmr@forum.dlang.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92216
Already fixed by GDC devs
I am trying to build gtkd with gdc (gcc-9.2) and I am getting many errors like this: