On 04.11.2013 19:16, Alvaro wrote:
On Monday, 4 November 2013 at 08:03:55 UTC, Walter Bright wrote:
http://ftp.digitalmars.com/dmd.2.064.zip [...]


dmd -m64 xx.d says:

Can't run '\bin\link.exe', check PATH

Was that supposed to work? (as there are files in lib64 I thought
it was ready) 32 bit is OK.

If you are installing from the zip file, you need to have VCINSTALLDIR and WindowsSdkDir environment variables set. These are set if you open the console window for the Visual Studio version you want to use. These settings were hardcoded in sc.ini to the default installation path of VS2010 in previous dmd releases, but stripping the drive name.

The windows installer will patch sc.ini to contain the paths of the most recent versions of VC and the Windows SDK.

Walter, can you also add the Windows installer to the RC?

Reply via email to