On Tuesday, 5 July 2016 at 19:43:02 UTC, WebFreak001 wrote:
On Tuesday, 5 July 2016 at 19:34:48 UTC, Andrew Edwards wrote:

It's more than that. Now, it fails because it can't find DMD.

As you can see in the build.bat from DCD it is hardcoded to DMD: https://github.com/Hackerpilot/DCD/blob/master/build.bat


Maybe I should have been a little clearer. Following your instructions from earlier (skip DCD by selecting 2,3) the process failed again:

'dmd' is not recognized as an internal or external command,
operable program or batch file.
Error while compiling Dscanner.
Program exited with code 1

But if DCD doesn't compile with LDC, I don't think there is a way other than getting both DMD and LDC right now except if you are on linux.

It's not that LDC cannot compile DCD in this case, it's that your build script is searching for DMD when it cannot use DMD.

Reply via email to