September 15, 2016 Window x64, LDC, Derelict : unable to compile | ||||
|---|---|---|---|---|
| ||||
LLVM D compiler (1a7070): based on DMD v2.071.2-b2 and LLVM 3.9.0git-fbbabf3 command: dub run --build=release --arch=x86_64 --compiler=D:/ldc/bin/ldc2.exe Output: Performing "release" build using D:/ldc/bin/ldc2.exe for x86_64. derelict-util 2.0.6: building configuration "library"... Error: failed to create path to file: .dub\obj\..\..\AppData\Roaming\dub\packages\derelict-util-2.0.6\derelict-util\.dub\build\library-release-windows-x86_64-ldc_0-E1A9179AF0D6E609F102DF89BE3F74F1\DerelictUtil.lib no such file or directory D:/ldc/bin/ldc2.exe failed with exit code 1. changing to DMD compiler works properly. | ||||
September 17, 2016 Re: Window x64, LDC, Derelict : unable to compile | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Patric Dexheimer | On Thursday, 15 September 2016 at 22:03:12 UTC, Patric Dexheimer wrote:
> LLVM D compiler (1a7070): based on DMD v2.071.2-b2 and LLVM 3.9.0git-fbbabf3
>
> command: dub run --build=release --arch=x86_64 --compiler=D:/ldc/bin/ldc2.exe
>
> Output:
>
> Performing "release" build using D:/ldc/bin/ldc2.exe for x86_64.
> derelict-util 2.0.6: building configuration "library"...
> Error: failed to create path to file: .dub\obj\..\..\AppData\Roaming\dub\packages\derelict-util-2.0.6\derelict-util\.dub\build\library-release-windows-x86_64-ldc_0-E1A9179AF0D6E609F102DF89BE3F74F1\DerelictUtil.lib
> no such file or directory
> D:/ldc/bin/ldc2.exe failed with exit code 1.
>
>
> changing to DMD compiler works properly.
Try with --combined
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply