Thread overview
Experience report on installing dmd 2.066.1 on OSX
Nov 12, 2014
Ali Çehreli
Nov 12, 2014
John Colvin
Nov 13, 2014
Israel
Nov 13, 2014
Joakim
Nov 13, 2014
Paolo Invernizzi
Nov 13, 2014
John Colvin
November 12, 2014
A friend of mine installed dmd on OSX and recorded his experiences:

  http://cap-lore.com/Languages/D/Install.html

I wonder why he had to do manual work like running xattr. Is that expected on OSX?

Thank you,
Ali
November 12, 2014
On Wednesday, 12 November 2014 at 22:38:56 UTC, Ali Çehreli wrote:
> A friend of mine installed dmd on OSX and recorded his experiences:
>
>   http://cap-lore.com/Languages/D/Install.html
>
> I wonder why he had to do manual work like running xattr. Is that expected on OSX?
>
> Thank you,
> Ali

Works for me (os x 10.10). Don't know why he'd be getting that problem.
November 13, 2014
On Wednesday, 12 November 2014 at 23:44:43 UTC, John Colvin wrote:
> On Wednesday, 12 November 2014 at 22:38:56 UTC, Ali Çehreli wrote:
>> A friend of mine installed dmd on OSX and recorded his experiences:
>>
>>  http://cap-lore.com/Languages/D/Install.html
>>
>> I wonder why he had to do manual work like running xattr. Is that expected on OSX?
>>
>> Thank you,
>> Ali
>
> Works for me (os x 10.10). Don't know why he'd be getting that problem.

Same here, 10.10.

Maybe his install is borked somewhere inside.
November 13, 2014
On 11/12/14 5:38 PM, Ali Çehreli wrote:
> A friend of mine installed dmd on OSX and recorded his experiences:
>
>    http://cap-lore.com/Languages/D/Install.html
>
> I wonder why he had to do manual work like running xattr. Is that
> expected on OSX?

Huh? I just downloaded the dmg, double clicked the pkg file, and it installed. I may have had to relax security to do it.

-Steve

November 13, 2014
On Wednesday, 12 November 2014 at 22:38:56 UTC, Ali Çehreli wrote:
> A friend of mine installed dmd on OSX and recorded his experiences:
>
>   http://cap-lore.com/Languages/D/Install.html
>
> I wonder why he had to do manual work like running xattr. Is that expected on OSX?

Looks like they're now requiring that apps be signed with the developer's account, which I'm guessing the dmd dmg isn't:

http://stackoverflow.com/questions/24176378/why-my-dmg-is-not-getting-opened-without-asking-security-popup
November 13, 2014
On Thursday, 13 November 2014 at 05:57:49 UTC, Joakim wrote:
> On Wednesday, 12 November 2014 at 22:38:56 UTC, Ali Çehreli wrote:
>> A friend of mine installed dmd on OSX and recorded his experiences:
>>
>>  http://cap-lore.com/Languages/D/Install.html
>>
>> I wonder why he had to do manual work like running xattr. Is that expected on OSX?
>
> Looks like they're now requiring that apps be signed with the developer's account, which I'm guessing the dmd dmg isn't:
>
> http://stackoverflow.com/questions/24176378/why-my-dmg-is-not-getting-opened-without-asking-security-popup


Downloading the zip is still the most simple and easy way, IMHO...
Not a single problem on 10.10...
---
Paolo
November 13, 2014
On Wednesday, 12 November 2014 at 22:38:56 UTC, Ali Çehreli wrote:
> A friend of mine installed dmd on OSX and recorded his experiences:
>
>   http://cap-lore.com/Languages/D/Install.html
>
> I wonder why he had to do manual work like running xattr. Is that expected on OSX?
>
> Thank you,
> Ali

It is blocked initially as it's not from an "identified developer", but going to security options gives you a one-time opt-out to let it through. Alternatively, you can permanantly reduce your security settings. That's just how OS X works these days.