LDC 0.16.0 alpha3 is out! Get it, test it, give feedback!

ponce via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Sep 17 07:57:40 PDT 2015


On Thursday, 17 September 2015 at 14:49:15 UTC, Yazan D wrote:
> I'm having a problem building my project with this version 
> using dub.
>
> Using `dub build --compiler=path-to-ldc/ldc2`:
>
> Error executing command build:
> Source file does not exist.
>
> Using `dub build --compiler=path-to-ldc/ldmd2`:
>
> Error: Output file 'package.o' for module 'aw.g2nc' collides 
> with
> previous module 'aw.dp'. See the -oq option
> FAIL ../lib/.dub/build/library-debug-linux.posix-x86_64-
> ldc_2067-6CBF3AB0F6005CC5D5CF579F69F56135/ awmms-lib 
> staticLibrary
> Error executing command build:
> /home/administrator/apps/ldc2-0.16.0-alpha3-linux-x86_64/bin/ldmd2 failed
> with exit code 1.
>
> I can't create a minimal test case right now. But, at least for 
> ldmd2, the problem seems that I have two package.d files and 
> their output object files are colliding.

As a work-around for the first bug you can use --combined

The second bug is probably 
https://github.com/D-Programming-Language/dub/issues/634
Make some noise here.




More information about the digitalmars-d-ldc mailing list