Sign up

LDC & Win64 - fail

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.

Re: LDC & Win64 - fail

On 17-12-17 20:30, Gogi wrote:

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.

I'll see about updating the script for ldc and gdc support, it's
currently hard coded to dmd.

Building with dub in combination with ldc should work in the mean time.