dmd not building with dmd

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Tue May 10 01:24:16 PDT 2016


On Tuesday, 10 May 2016 at 04:49:33 UTC, Lionello Lunesu wrote:
> Well, it's either wrong phobos or wrong dmd. I assumed phobos 
> was mismatched, but perhaps DMD was mismatched? Installing with 
> brew suggest it's installing 2.071.0, but DMD appears to be 
> 2.070:
>
> $ brew install dmd
> ==> Downloading 
> https://homebrew.bintray.com/bottles/dmd-2.071.0.el_capitan.bottle.tar.gz
> Already downloaded: 
> /Library/Caches/Homebrew/dmd-2.071.0.el_capitan.bottle.tar.gz
> ==> Pouring dmd-2.071.0.el_capitan.bottle.tar.gz
> 🍺  /usr/local/Cellar/dmd/2.071.0: 561 files, 65.0M
>
> $ /usr/local/bin/dmd --version
> DMD64 D Compiler v2.070
> Copyright (c) 1999-2015 by Digital Mars written by Walter Bright

That's because for some reason the VERSION file is wrong in the 
dmd github release.

Should be fixed by 
https://github.com/Homebrew/homebrew-core/pull/1040


More information about the Digitalmars-d mailing list