www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - rdmd issues

reply FoxyBrown <Foxy Brown.IPT> writes:
rdmd -m64 Build.d
Error: can't run 'C:\Program 
Files\VS\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64', check PATH

The path exists, but since it doesn't tell me what it is trying 
to run, I have no clue. The path contains link.exe.
Jul 05 2017
parent Joakim <dlang joakim.fea.st> writes:
On Thursday, 6 July 2017 at 00:31:04 UTC, FoxyBrown wrote:
 rdmd -m64 Build.d
 Error: can't run 'C:\Program 
 Files\VS\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64', check PATH

 The path exists, but since it doesn't tell me what it is trying 
 to run, I have no clue. The path contains link.exe.
Add the --chatty command-line option, it will tell you everything rdmd is trying to do.
Jul 15 2017