How to use dub with a manual ldc installation?

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Fri Nov 4 16:01:14 PDT 2016


On Friday, 4 November 2016 at 17:40:05 UTC, Andrei Alexandrescu 
wrote:
> Error: failed to create path to file: 
> .dub/obj/.dub/packages/checkedint-0.5.3/.dub/build/library-release-linux.posix-x86_64-ldc_0-34AC553328DC970F29AC41DDB38D09AB/libcheckedint.a
> No such file or directory
> FAIL 
> .dub/packages/checkedint-0.5.3/.dub/build/library-release-linux.posix-x86_64-ldc_0-34AC553328DC970F29AC41DDB38D09AB/ checkedint staticLibrary
> /home/andrei/bin/ldc2-1.1.0-beta3-linux-x86_64/bin/ldc2 failed 
> with exit code 1.
>
>
> Andrei

Bug, fixed in master(s). Use --compiler=ldmd2 instead.


More information about the Digitalmars-d mailing list