www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Intellij- DMD executable path is not specified correctly

reply Dario <dldavid58 yahoo.com> writes:
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.
Feb 25 2018
parent reply Petar Kirov [ZombineDev] <petar.p.kirov gmail.com> writes:
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
Feb 27 2018
parent Dario <dldavid58 yahoo.com> writes:
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.
Feb 27 2018