On 26-08-17 15:31, Erdem wrote:

I try to compile gtkd 3.6.6. But I should mention that I added some locales to library.

dmd -O -Igenerated/gtkd -c generated/gtkd/gdk/Event.d ofgenerated/gtkd/gdk/Event.o
generated/gtkd/gdk/Event.d(104): Error: undefined identifier LIBRARY_GDK

I get this error.

What are the changes you made? I don't have this issue with 3.6.6.

LIBRARY_GDK is defined in gtkc.gdk which gdk.Event imports.