Guide for dmd development @ Win64?

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 4 20:53:25 PDT 2014


On Tuesday, 5 August 2014 at 03:17:11 UTC, Kapps wrote:
> 2) Edit sc.ini where it says the mspdb*.dll line, remove the 
> x86_amd64/bin or such and just make it 
> "PATH=%PATH%;%VCINSTALLDIR%\bin\;%VCINSTALLDIR%\..\Common7\IDE". 
> This should fix the error you're having.

This didn't help because error was coming from cl.exe call ($(CC) 
in makefile), not from dmd. However doing `export 
PATH=$PATH:"C:\Program Files (x86)\Microsoft Visual Studio 
12.0\VC\bin"` before running make has fixed it. This is terribly 
awkward actually - visual studio console tools do not seem to 
resolve own paths correctly out of the box :X

Figuring out Phobos now.


More information about the Digitalmars-d mailing list