Thread overview
brew install dmd
Jun 11, 2017
Joel
Jun 11, 2017
Mike Parker
Jun 11, 2017
Joel
Jun 11, 2017
Mike Parker
Jun 11, 2017
Joel
Jun 11, 2017
Seb
Jun 11, 2017
Joel
June 11, 2017
but still 2.074.0 (not 74.1)

I'm not that familier brew. I've tried `brew upgrade` and `brew update`.

Joels-MacBook-Pro:Testing joelchristensen$ brew upgrade dmd
==> Upgrading 1 outdated package, with result:
dmd 2.074.1
==> Upgrading dmd
==> Downloading https://homebrew.bintray.com/bottles/dmd-2.074.1.sierra.bottle.t
######################################################################## 100.0%
==> Pouring dmd-2.074.1.sierra.bottle.tar.gz
==> Using the sandbox
Warning: An old dmd.conf was found and will be moved to /usr/local/etc/dmd.conf.old.
🍺  /usr/local/Cellar/dmd/2.074.1: 587 files, 67MB
Joels-MacBook-Pro:Testing joelchristensen$ dmd
DMD64 D Compiler v2.074.0

June 11, 2017
On Sunday, 11 June 2017 at 01:30:37 UTC, Joel wrote:
> but still 2.074.0 (not 74.1)

> Joels-MacBook-Pro:Testing joelchristensen$ dmd
> DMD64 D Compiler v2.074.0

It's probably related to this:

http://forum.dlang.org/post/abyacihlxtcphnhzinbz@forum.dlang.org
June 11, 2017
On Sunday, 11 June 2017 at 02:38:21 UTC, Mike Parker wrote:
> On Sunday, 11 June 2017 at 01:30:37 UTC, Joel wrote:
>> but still 2.074.0 (not 74.1)
>
>> Joels-MacBook-Pro:Testing joelchristensen$ dmd
>> DMD64 D Compiler v2.074.0
>
> It's probably related to this:
>
> http://forum.dlang.org/post/abyacihlxtcphnhzinbz@forum.dlang.org

Looks like I could put this:

curl https://i.dlang.io | bash -s

But I'm not sure about doing this.

June 11, 2017
On Sunday, 11 June 2017 at 03:48:57 UTC, Joel wrote:
>
>
> curl https://i.dlang.io | bash -s
>
> But I'm not sure about doing this.

I'm don't what that means, but Homebrew is giving you 2.074.1, it's just that the binary has the wrong version number compiled in.
June 11, 2017
On Sunday, 11 June 2017 at 03:54:05 UTC, Mike Parker wrote:
> On Sunday, 11 June 2017 at 03:48:57 UTC, Joel wrote:
>>
>>
>> curl https://i.dlang.io | bash -s
>>
>> But I'm not sure about doing this.
>
> I'm don't what that means, but Homebrew is giving you 2.074.1, it's just that the binary has the wrong version number compiled in.

Oh, ok. Thanks Mike.
June 11, 2017
On Sunday, 11 June 2017 at 03:48:57 UTC, Joel wrote:
> On Sunday, 11 June 2017 at 02:38:21 UTC, Mike Parker wrote:
>> On Sunday, 11 June 2017 at 01:30:37 UTC, Joel wrote:
>>> but still 2.074.0 (not 74.1)
>>
>>> Joels-MacBook-Pro:Testing joelchristensen$ dmd
>>> DMD64 D Compiler v2.074.0
>>
>> It's probably related to this:
>>
>> http://forum.dlang.org/post/abyacihlxtcphnhzinbz@forum.dlang.org
>
> Looks like I could put this:
>
> curl https://i.dlang.io | bash -s
>
> But I'm not sure about doing this.

This is a copy of the __official__ D installer as advertised on dlang.org (http://dlang.org/download.html):

> curl -fsS https://dlang.org/install.sh | bash -s dmd

(the releases are signed)

i.dlang.io is just a handy alternative, s.t. you can save keystrokes on a foreign machine and install dmd in 25 keystrokes (`curl i.dlang.io | bash -s`).
June 11, 2017
On Sunday, 11 June 2017 at 04:08:56 UTC, Seb wrote:
>> But I'm not sure about doing this.
>
> This is a copy of the __official__ D installer as advertised on dlang.org (http://dlang.org/download.html):
>
>> curl -fsS https://dlang.org/install.sh | bash -s dmd
>
> (the releases are signed)
>
> i.dlang.io is just a handy alternative, s.t. you can save keystrokes on a foreign machine and install dmd in 25 keystrokes (`curl i.dlang.io | bash -s`).

I only want to use Home Brew.

I'm still getting `pointer not aligned` linker errors!