Guide for dmd development @ Win64?
Orvid King via Digitalmars-d
digitalmars-d at puremagic.com
Tue Aug 5 10:12:28 PDT 2014
On 8/4/2014 9:43 PM, Dicebot wrote:
> On Monday, 4 August 2014 at 22:48:51 UTC, Orvid King wrote:
>> Yep, you'll need to update VCDIR at the top of updateAll.sh to point
>> into the 2013 Visual Studio directory rather than the 2010 directory.
>> (I believe it should be 12.0)
>
> 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.
More information about the Digitalmars-d
mailing list