[Issue 14873] Build fails with message 'cannot create PDB file'
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Aug 15 01:37:57 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14873
--- Comment #7 from Rainer Schuetze <r.sagitario at gmx.de> ---
Thanks for posting the log.
It seems a path to $(VSINSTALLDIR)\VC\bin needs to be added to the "Executable
Paths" for DMD/Win32 builds to start the MS PDB server executable mspdbsrv.exe.
Once it is running, it works without the additional path.
--
More information about the Digitalmars-d-bugs
mailing list