On Tuesday, 5 August 2014 at 17:12:27 UTC, Orvid King wrote:
I had to change much more than that but finally got it to the
point of
actually running `make -f win64.mak` for druntime. There it
fails trying
to compile errno.c with a system error "mspdb120.dll is
missing".
Googling for this message finds suggestions to kill
"mspdbsrv.exe"
process but there is no such process running >_<
You should have been able to pass VCDIR as a variable directly
to the make command, just as I do for the phobos and druntime
builds.
It tries to use VCDIR/bin/x86_amd64 but this dll can be found
only in VCDIR/bin - do make it work one either needs to add
former to PATH or modify win64.mak to lookup both.