Dub Packages not working with lastest DMD

Jolly James via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Apr 20 07:26:42 PDT 2017


On Thursday, 20 April 2017 at 03:59:11 UTC, Basile B. wrote:
> On Wednesday, 19 April 2017 at 20:50:23 UTC, Jolly James wrote:
>> On Wednesday, 22 February 2017 at 17:12:40 UTC, Jolly James 
>> wrote:
>>> [...]
>>
>> still not working with updated DMD
>
> dub fetch DCD doesn't get the latest version because it's an 
> alpha.
> you'd have do `dub fetch dcd --version=0.9.0-alpha.6`. But 
> ***dont***.
>
>
> Instead:
>
> 0/ `git clone https://github.com/Hackerpilot/DCD.git && 
> gitsubmodule update --init --recursive`
>
> Then You have two options:
>
> 1/ under a linux or OSX: `make`, under windows double click the 
> `build.bat` file
> 2/ in the recently cloned repo, `dub build --build=release`
>
> I advice you 1/ because of some recent bug fixes in the 
> dependency.

Thank you!

Do you also know if there is a way to get this working with 
software relying on dub-DCD like Code-D, the VS-Code D extension 
(it installs workspace-d, DCD, and so on via dub)?


More information about the Digitalmars-d-ide mailing list