Hello, guys!

I try to compile library in Win7x64 + ldc compiler. Despite declaration that library supports LDC, it's not. I had to modify build script to select compiler you want (hardcoded way, though). But anyway, when I tried to compile as rdmd Build.d gtkd, building fails with error:

Error: Output file 'functions.obj' for module cairo.c.functions collides with previous module atk.c.functions. See the -oq option

Anybody tests LDC builds? Please look what's happen.