https://issues.dlang.org/show_bug.cgi?id=14180
--- Comment #2 from Andrei Alexandrescu <and...@erdani.com> --- (In reply to Sönke Ludwig from comment #1) > The easiest solution would be to drop the --compiler=... switch. I think I > just chose to use the locally built compiler to enable compilation on a > system that doesn't yet have a compiler at all, but it might instead also > just have been because the command for generating the JSON documentation > already used it. > > So should I just drop the --compiler switch and assume that a working DMD is > found in PATH? That was the situation before, and there was code that didn't compile depending on what D version was installed on the client machine. FWIW if you remove --compiler, I'll have errors on my machine because my default compiler is HEAD and for some reason can't compile that. --