'dmd' is not recognized as an internal or external command

Rainer Schuetze via Digitalmars-d digitalmars-d at puremagic.com
Sun Nov 2 01:07:33 PDT 2014



On 02.11.2014 00:09, Teak wrote:
> On Tuesday, 15 April 2014 at 13:59:31 UTC, Capture_A_Lag wrote:
>> I don't know what I have done, but everything works good now.
>> Thanks everybody for help!
>
> Hi, Im having the same problem you had trying to run a d language
> project...I keep getting the following error
>
> Build started: Project: ScreencastHelloWorld, Configuration: Debug x64
> ------
> Building Debug\ScreencastHelloWorld.exe...
> 'dmd' is not recognized as an internal or external command,
> operable program or batch file.
> Building Debug\ScreencastHelloWorld.exe failed!
> Details saved as "file://c:\users\lateakwa\documents\visual studio
> 2010\Projects\ScreencastHelloWorld\ScreencastHelloWorld\Debug\ScreencastHelloWorld.buildlog.html"
>
> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
>    any suggestions???? Im using 2010 visual studio professional and the
> visual d plugin.

Have you verified the dmd installation path? Go to 
Tool->Options->Projects and Solutions->Visual D Settings->DMD 
Directories and check the "DMD Installation path". This must be the 
absolute path of the folder that contains the "windows" subfolder (not 
the windows/bin folder itself!).

If this is correct, please post the build log in the Debug folder. It 
would be best to report to https://issues.dlang.org/enter_bug.cgi to 
keep track of the issue.



More information about the Digitalmars-d mailing list