Thread overview
Intellij- DMD executable path is not specified correctly
Feb 25, 2018
Dario
Feb 28, 2018
Dario
February 25, 2018
Looking to find a good IDE for MAC  and started with Intellij with D Plug in 1.16.1. Looking for an answer to configuration problem
"DMD executable path is not specified correctly"
Error running 'UnitTest': Cannot run program "/usr/local/Cellar/dmd" (in directory "/Users/me/IdeaProjects/UnitTestEx"): error=13, Permission denied"

I can run unittest on the console but get the above error when in the IDE. Can you provide what causes this issue?

If this is not the right forum please point me in the right location or forum.
February 27, 2018
On Sunday, 25 February 2018 at 20:26:25 UTC, Dario wrote:
> Looking to find a good IDE for MAC  and started with Intellij with D Plug in 1.16.1. Looking for an answer to configuration problem
> "DMD executable path is not specified correctly"
> Error running 'UnitTest': Cannot run program "/usr/local/Cellar/dmd" (in directory "/Users/me/IdeaProjects/UnitTestEx"): error=13, Permission denied"
>
> I can run unittest on the console but get the above error when in the IDE. Can you provide what causes this issue?
>
> If this is not the right forum please point me in the right location or forum.

The easiest way to reach the authors of the Intellij D plugin is to post issues here:
https://github.com/intellij-dlanguage/intellij-dlanguage/issues
February 28, 2018
On Tuesday, 27 February 2018 at 12:31:43 UTC, Petar Kirov [ZombineDev] wrote:
> On Sunday, 25 February 2018 at 20:26:25 UTC, Dario wrote:
>> Looking to find a good IDE for MAC  and started with Intellij with D Plug in 1.16.1. Looking for an answer to configuration problem
>> "DMD executable path is not specified correctly"
>> Error running 'UnitTest': Cannot run program "/usr/local/Cellar/dmd" (in directory "/Users/me/IdeaProjects/UnitTestEx"): error=13, Permission denied"
>>
>> I can run unittest on the console but get the above error when in the IDE. Can you provide what causes this issue?
>>
>> If this is not the right forum please point me in the right location or forum.
>
> The easiest way to reach the authors of the Intellij D plugin is to post issues here:
> https://github.com/intellij-dlanguage/intellij-dlanguage/issues


I will go to Github, Thanks.