Does the IntelliJ plugin support makefile built projects?

Sergey kornburn at yandex.ru
Tue May 13 06:35:55 UTC 2025


On Tuesday, 13 May 2025 at 00:55:42 UTC, Jon Degenhardt wrote:
> Hm... I'm using apple silicon. Running `brew install dmd` fails 
> with the error:
> ```
> dmd: The x86_64 architecture is required for this software.
> ```
>
> For this reason I've been using LDC. Perhaps a direct 
> installation of DMD would get around this, but I think I'll end 
> the IntelliJ plugin experiment for now.
>
> Thanks for the help.
>
> --Jon

Currently DMD is not available on ARM machines.
You can try to run dmd with Rosetta2, but afaik there were some 
problems with that as well.

Soon if Walter will ~~spend less time in Borrow Checker forums~~ 
finalize DMD for ARM and maybe with recently announced work of 
Luna's macOS support - the user experience could become better.


More information about the Digitalmars-d-ide mailing list