You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ldc -I/usr/include/d/gtkd-3 -L-lgtkd-3 main.d
$ ./main
(main:192195): GLib-GIO-WARNING **: 18:50:42.567: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal. It should do one of these.
Testing with this small program:
It works when compiled with ldc:
But when compiled with gdc, it no longer works:
Is it just missing some compiler/linker flags, or is there more to it?
The text was updated successfully, but these errors were encountered: