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

Yazan D via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Sep 17 07:49:15 PDT 2015


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.


More information about the digitalmars-d-ldc mailing list